Skip to content
Cursor

mcp gsheets for Cursor

io.github.freema/mcp-gsheets

MCP server for Google Sheets API — read, write, format, batch operations.

client:Cursor transport:stdio runtime:npm

Install mcp gsheets in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-gsheets": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-gsheets"
      ],
      "env": {
        "GOOGLE_PROJECT_ID": "<GOOGLE_PROJECT_ID>",
        "GOOGLE_APPLICATION_CREDENTIALS": "<GOOGLE_APPLICATION_CREDENTIALS>",
        "GOOGLE_SERVICE_ACCOUNT_KEY": "<GOOGLE_SERVICE_ACCOUNT_KEY>",
        "GOOGLE_PRIVATE_KEY": "<GOOGLE_PRIVATE_KEY>",
        "GOOGLE_CLIENT_EMAIL": "<GOOGLE_CLIENT_EMAIL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp gsheets in other clients