iiRecord
Agentic AI Atlas · Google Docs MCP Server
tool-server:mcp-google-docsa5c.ai
II.
ToolServer JSON

tool-server:mcp-google-docs

Structured · live

Google Docs MCP Server json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/mcp-productivity.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-google-docs",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-productivity.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Google Docs MCP Server",
    "description": "MCP server providing access to Google Docs.\nEnables AI agents to create, read, and edit documents,\ninsert content, manage formatting, and collaborate on text.\n",
    "protocol": "mcp",
    "category": "productivity",
    "repoUrl": "https://github.com/nicepkg/google-docs-mcp",
    "maintainer": "Community",
    "mcpTransports": [
      "mcp-transport:stdio"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-google-docs",
      "to": "provider:google",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-google-docs",
      "to": "domain:knowledge-management",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-google-docs",
      "to": "domain:content-operations",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}