Skip to content
Cursor

mcp gsc for Cursor

io.github.pijusz/mcp-gsc

Google Search Console MCP server — query performance, sitemaps, indexing & more

client:Cursor transport:stdio runtime:npm

Install mcp gsc in Cursor

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

{
  "mcpServers": {
    "mcp-gsc": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-gsc"
      ]
    }
  }
}

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

mcp gsc in other clients