Skip to content
Cursor

Google Business Profile MCP for Cursor

io.github.a1-x-tech/mcp-google-business

MCP server for Google Business Profile: locations, reviews, local posts and performance metrics.

client:Cursor transport:stdio runtime:npm

Install Google Business Profile MCP 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-google-business": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-google-business"
      ],
      "env": {
        "GOOGLE_BUSINESS_CLIENT_ID": "<GOOGLE_BUSINESS_CLIENT_ID>",
        "GOOGLE_BUSINESS_CLIENT_SECRET": "<GOOGLE_BUSINESS_CLIENT_SECRET>",
        "GOOGLE_BUSINESS_REFRESH_TOKEN": "<GOOGLE_BUSINESS_REFRESH_TOKEN>",
        "GOOGLE_BUSINESS_ACCESS_TOKEN": "<GOOGLE_BUSINESS_ACCESS_TOKEN>",
        "GOOGLE_BUSINESS_TIMEOUT_MS": "<GOOGLE_BUSINESS_TIMEOUT_MS>",
        "GOOGLE_BUSINESS_MAX_RETRIES": "<GOOGLE_BUSINESS_MAX_RETRIES>",
        "GOOGLE_BUSINESS_OAUTH_PORT": "<GOOGLE_BUSINESS_OAUTH_PORT>",
        "GOOGLE_BUSINESS_ACCOUNTS_API_BASE": "<GOOGLE_BUSINESS_ACCOUNTS_API_BASE>",
        "GOOGLE_BUSINESS_INFO_API_BASE": "<GOOGLE_BUSINESS_INFO_API_BASE>",
        "GOOGLE_BUSINESS_PERFORMANCE_API_BASE": "<GOOGLE_BUSINESS_PERFORMANCE_API_BASE>",
        "GOOGLE_BUSINESS_V4_API_BASE": "<GOOGLE_BUSINESS_V4_API_BASE>"
      }
    }
  }
}

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

Google Business Profile MCP in other clients