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

tool-server:mcp-google-sheets

Structured · live

Google Sheets 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-sheets",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-productivity.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Google Sheets MCP Server",
    "description": "MCP server providing access to Google Sheets spreadsheets.\nEnables AI agents to read and write cells, apply formatting,\nexecute formulas, and perform batch operations on sheet data.\n",
    "protocol": "mcp",
    "category": "productivity",
    "repoUrl": "https://github.com/nicepkg/google-sheets-mcp",
    "maintainer": "Community",
    "mcpTransports": [
      "mcp-transport:stdio"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-google-sheets",
      "to": "provider:google",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-google-sheets",
      "to": "domain:data-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-google-sheets",
      "to": "domain:operations",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}