MCP server for Google Business Profile: locations, reviews, local posts and performance metrics.
MCPpedia last refreshed this data
io.github.A1-x-Tech/mcp-google-business is an MCP server that MCP server for Google Business Profile: locations, reviews, local posts and performance metrics. Its tool list has not been published yet over stdio and http, requires no API key, and scores 61/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"google-business": {
"env": {
"GOOGLE_BUSINESS_CLIENT_ID": "your_client_id",
"GOOGLE_BUSINESS_CLIENT_SECRET": "your_client_secret",
"GOOGLE_BUSINESS_REFRESH_TOKEN": "your_refresh_token"
},
"args": [
"-y",
"mcp-google-business@latest"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Google Business Profile (formerly Google My Business): manage locations, answer reviews, publish local posts and read performance metrics — from Claude, Cursor, Codex and other AI clients, in natural language.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'mcp-google-business' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcp-google-business against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in analytics
MCP Server for GCP environment for interacting with various Observability APIs.
Deterministic, persistent graph server for tracking workflow state, decisions, and blockers.
MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry.
MCP server that enables AI agents to perform comprehensive web audits using Google Lighthouse with 13+ tools for performance, accessibility, SEO, and security analysis.
MCP Security Weekly
Get CVE alerts and security updates for io.github.A1-x-Tech/mcp-google-business and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
English | Русский
A1 Google Business Profile MCP lets an AI app work with your Google Business Profile locations in natural language. Inspect locations and performance, respond to reviews, prepare local posts and update profile information deliberately.
It connects to Google’s current Business Profile APIs and the legacy API where reviews and posts still live. A Google account and OAuth credentials alone are not enough: Google must approve Basic API Access for the Cloud project.
business.manage OAuth scope.Start with a read-only question:
List my locations and show the newest reviews that do not have a reply.
Connect the server · Explore use cases · Open technical documentation
You: List my locations and show the newest reviews that do not have a reply.
Assistant: Shows the locations and recent reviews. Nothing changes.
You: Draft a reply to the newest three-star review at the downtown location. Apologize and offer to help.
Assistant: Shows the location, review and proposed reply, then asks for confirmation before publishing it.
You: Confirm.
Assistant: Publishes the reply. It does not alter the review, other locations or posts.
You need Node.js 20+, a verified Google Business Profile, a Google Cloud OAuth client and an approved Basic API Access application.
In Settings → Plugins → MCP servers, choose Add server, then add npx -y mcp-google-business@latest with GOOGLE_BUSINESS_CLIENT_ID, GOOGLE_BUSINESS_CLIENT_SECRET and GOOGLE_BUSINESS_REFRESH_TOKEN.
codex mcp add google-business \
--env GOOGLE_BUSINESS_CLIENT_ID=your_client_id \
--env GOOGLE_BUSINESS_CLIENT_SECRET=your_client_secret \
--env GOOGLE_BUSINESS_REFRESH_TOKEN=your_refresh_token \
-- npx -y mcp-google-business@latest
codex mcp list
claude mcp add \
--env GOOGLE_BUSINESS_CLIENT_ID=your_client_id \
--env GOOGLE_BUSINESS_CLIENT_SECRET=your_client_secret \
--env GOOGLE_BUSINESS_REFRESH_TOKEN=your_refresh_token \
--transport stdio --scope user google-
... [View full README on GitHub](https://github.com/a1-x-tech/mcp-google-business#readme)