Loading MCP server directory, please wait...
MCP server for Google Business Profile: locations, reviews, local posts and performance metrics.
npx @getmcp/cli add io.github.A1-x-Tech/mcp-google-businessRequires Node.js 18+. Community-contributed server. Review source before installing.
GOOGLE_BUSINESS_CLIENT_IDOAuth2 client id from Google Cloud Console (refresh flow).
GOOGLE_BUSINESS_CLIENT_SECRETOAuth2 client secret. Treat it as a secret.
GOOGLE_BUSINESS_REFRESH_TOKENOAuth2 refresh token with the business.manage scope. Treat it as a secret.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.A1-x-Tech/mcp-google-business": {
"command": "npx",
"args": [
"-y",
"mcp-google-business"
],
"env": {
"GOOGLE_BUSINESS_CLIENT_ID": "",
"GOOGLE_BUSINESS_CLIENT_SECRET": "",
"GOOGLE_BUSINESS_REFRESH_TOKEN": "",
"GOOGLE_BUSINESS_ACCESS_TOKEN": "",
"GOOGLE_BUSINESS_TIMEOUT_MS": "60000",
"GOOGLE_BUSINESS_MAX_RETRIES": "3",
"GOOGLE_BUSINESS_ACCOUNTS_API_BASE": "https://mybusinessaccountmanagement.googleapis.com",
"GOOGLE_BUSINESS_INFO_API_BASE": "https://mybusinessbusinessinformation.googleapis.com",
"GOOGLE_BUSINESS_PERFORMANCE_API_BASE": "https://businessprofileperformance.googleapis.com",
"GOOGLE_BUSINESS_V4_API_BASE": "https://mybusiness.googleapis.com"
}
}
}
}