Google Business Profile MCP
Rank #10,670io.github.A1-x-Tech/mcp-google-business
MCP server for Google Business Profile: locations, reviews, local posts and performance metrics.
Google Business Profile MCP is a Model Context Protocol (MCP) server published by A1-x-Tech. It ranks #10,670 of 115,460 servers tracked on MCP Toplist. Google Business Profile MCP is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Aug 9, 2026 and most recently updated on Aug 18, 2026.
Ranks ahead of 104,790 of 115,460 servers on MCP Toplist.
Use Google Business Profile MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-google-business -e "GOOGLE_BUSINESS_CLIENT_ID=<your GOOGLE_BUSINESS_CLIENT_ID>" -e "GOOGLE_BUSINESS_CLIENT_SECRET=<your GOOGLE_BUSINESS_CLIENT_SECRET>" -e "GOOGLE_BUSINESS_REFRESH_TOKEN=<your GOOGLE_BUSINESS_REFRESH_TOKEN>" -e "GOOGLE_BUSINESS_ACCESS_TOKEN=<your GOOGLE_BUSINESS_ACCESS_TOKEN>" -e "GOOGLE_BUSINESS_TIMEOUT_MS=<your GOOGLE_BUSINESS_TIMEOUT_MS>" -e "GOOGLE_BUSINESS_MAX_RETRIES=<your GOOGLE_BUSINESS_MAX_RETRIES>" -e "GOOGLE_BUSINESS_ACCOUNTS_API_BASE=<your GOOGLE_BUSINESS_ACCOUNTS_API_BASE>" -e "GOOGLE_BUSINESS_INFO_API_BASE=<your GOOGLE_BUSINESS_INFO_API_BASE>" -e "GOOGLE_BUSINESS_PERFORMANCE_API_BASE=<your GOOGLE_BUSINESS_PERFORMANCE_API_BASE>" -e "GOOGLE_BUSINESS_V4_API_BASE=<your GOOGLE_BUSINESS_V4_API_BASE>" -- npx -y mcp-google-businessReplace each placeholder with your own value before saving.
[mcp_servers.mcp-google-business]
command = "npx"
args = ["-y", "mcp-google-business"]
[mcp_servers.mcp-google-business.env]
GOOGLE_BUSINESS_CLIENT_ID = "<your GOOGLE_BUSINESS_CLIENT_ID>"
GOOGLE_BUSINESS_CLIENT_SECRET = "<your GOOGLE_BUSINESS_CLIENT_SECRET>"
GOOGLE_BUSINESS_REFRESH_TOKEN = "<your GOOGLE_BUSINESS_REFRESH_TOKEN>"
GOOGLE_BUSINESS_ACCESS_TOKEN = "<your GOOGLE_BUSINESS_ACCESS_TOKEN>"
GOOGLE_BUSINESS_TIMEOUT_MS = "<your GOOGLE_BUSINESS_TIMEOUT_MS>"
GOOGLE_BUSINESS_MAX_RETRIES = "<your GOOGLE_BUSINESS_MAX_RETRIES>"
GOOGLE_BUSINESS_ACCOUNTS_API_BASE = "<your GOOGLE_BUSINESS_ACCOUNTS_API_BASE>"
GOOGLE_BUSINESS_INFO_API_BASE = "<your GOOGLE_BUSINESS_INFO_API_BASE>"
GOOGLE_BUSINESS_PERFORMANCE_API_BASE = "<your GOOGLE_BUSINESS_PERFORMANCE_API_BASE>"
GOOGLE_BUSINESS_V4_API_BASE = "<your GOOGLE_BUSINESS_V4_API_BASE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-google-business": {
"command": "npx",
"args": [
"-y",
"mcp-google-business"
],
"env": {
"GOOGLE_BUSINESS_CLIENT_ID": "<your GOOGLE_BUSINESS_CLIENT_ID>",
"GOOGLE_BUSINESS_CLIENT_SECRET": "<your GOOGLE_BUSINESS_CLIENT_SECRET>",
"GOOGLE_BUSINESS_REFRESH_TOKEN": "<your GOOGLE_BUSINESS_REFRESH_TOKEN>",
"GOOGLE_BUSINESS_ACCESS_TOKEN": "<your GOOGLE_BUSINESS_ACCESS_TOKEN>",
"GOOGLE_BUSINESS_TIMEOUT_MS": "<your GOOGLE_BUSINESS_TIMEOUT_MS>",
"GOOGLE_BUSINESS_MAX_RETRIES": "<your GOOGLE_BUSINESS_MAX_RETRIES>",
"GOOGLE_BUSINESS_ACCOUNTS_API_BASE": "<your GOOGLE_BUSINESS_ACCOUNTS_API_BASE>",
"GOOGLE_BUSINESS_INFO_API_BASE": "<your GOOGLE_BUSINESS_INFO_API_BASE>",
"GOOGLE_BUSINESS_PERFORMANCE_API_BASE": "<your GOOGLE_BUSINESS_PERFORMANCE_API_BASE>",
"GOOGLE_BUSINESS_V4_API_BASE": "<your GOOGLE_BUSINESS_V4_API_BASE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-google-business": {
"command": "npx",
"args": [
"-y",
"mcp-google-business"
],
"env": {
"GOOGLE_BUSINESS_CLIENT_ID": "<your GOOGLE_BUSINESS_CLIENT_ID>",
"GOOGLE_BUSINESS_CLIENT_SECRET": "<your GOOGLE_BUSINESS_CLIENT_SECRET>",
"GOOGLE_BUSINESS_REFRESH_TOKEN": "<your GOOGLE_BUSINESS_REFRESH_TOKEN>",
"GOOGLE_BUSINESS_ACCESS_TOKEN": "<your GOOGLE_BUSINESS_ACCESS_TOKEN>",
"GOOGLE_BUSINESS_TIMEOUT_MS": "<your GOOGLE_BUSINESS_TIMEOUT_MS>",
"GOOGLE_BUSINESS_MAX_RETRIES": "<your GOOGLE_BUSINESS_MAX_RETRIES>",
"GOOGLE_BUSINESS_ACCOUNTS_API_BASE": "<your GOOGLE_BUSINESS_ACCOUNTS_API_BASE>",
"GOOGLE_BUSINESS_INFO_API_BASE": "<your GOOGLE_BUSINESS_INFO_API_BASE>",
"GOOGLE_BUSINESS_PERFORMANCE_API_BASE": "<your GOOGLE_BUSINESS_PERFORMANCE_API_BASE>",
"GOOGLE_BUSINESS_V4_API_BASE": "<your GOOGLE_BUSINESS_V4_API_BASE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-google-business": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-google-business"
],
"env": {
"GOOGLE_BUSINESS_CLIENT_ID": "<your GOOGLE_BUSINESS_CLIENT_ID>",
"GOOGLE_BUSINESS_CLIENT_SECRET": "<your GOOGLE_BUSINESS_CLIENT_SECRET>",
"GOOGLE_BUSINESS_REFRESH_TOKEN": "<your GOOGLE_BUSINESS_REFRESH_TOKEN>",
"GOOGLE_BUSINESS_ACCESS_TOKEN": "<your GOOGLE_BUSINESS_ACCESS_TOKEN>",
"GOOGLE_BUSINESS_TIMEOUT_MS": "<your GOOGLE_BUSINESS_TIMEOUT_MS>",
"GOOGLE_BUSINESS_MAX_RETRIES": "<your GOOGLE_BUSINESS_MAX_RETRIES>",
"GOOGLE_BUSINESS_ACCOUNTS_API_BASE": "<your GOOGLE_BUSINESS_ACCOUNTS_API_BASE>",
"GOOGLE_BUSINESS_INFO_API_BASE": "<your GOOGLE_BUSINESS_INFO_API_BASE>",
"GOOGLE_BUSINESS_PERFORMANCE_API_BASE": "<your GOOGLE_BUSINESS_PERFORMANCE_API_BASE>",
"GOOGLE_BUSINESS_V4_API_BASE": "<your GOOGLE_BUSINESS_V4_API_BASE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-google-business": {
"command": "npx",
"args": [
"-y",
"mcp-google-business"
],
"env": {
"GOOGLE_BUSINESS_CLIENT_ID": "<your GOOGLE_BUSINESS_CLIENT_ID>",
"GOOGLE_BUSINESS_CLIENT_SECRET": "<your GOOGLE_BUSINESS_CLIENT_SECRET>",
"GOOGLE_BUSINESS_REFRESH_TOKEN": "<your GOOGLE_BUSINESS_REFRESH_TOKEN>",
"GOOGLE_BUSINESS_ACCESS_TOKEN": "<your GOOGLE_BUSINESS_ACCESS_TOKEN>",
"GOOGLE_BUSINESS_TIMEOUT_MS": "<your GOOGLE_BUSINESS_TIMEOUT_MS>",
"GOOGLE_BUSINESS_MAX_RETRIES": "<your GOOGLE_BUSINESS_MAX_RETRIES>",
"GOOGLE_BUSINESS_ACCOUNTS_API_BASE": "<your GOOGLE_BUSINESS_ACCOUNTS_API_BASE>",
"GOOGLE_BUSINESS_INFO_API_BASE": "<your GOOGLE_BUSINESS_INFO_API_BASE>",
"GOOGLE_BUSINESS_PERFORMANCE_API_BASE": "<your GOOGLE_BUSINESS_PERFORMANCE_API_BASE>",
"GOOGLE_BUSINESS_V4_API_BASE": "<your GOOGLE_BUSINESS_V4_API_BASE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-google-business": {
"command": "npx",
"args": [
"-y",
"mcp-google-business"
],
"env": {
"GOOGLE_BUSINESS_CLIENT_ID": "<your GOOGLE_BUSINESS_CLIENT_ID>",
"GOOGLE_BUSINESS_CLIENT_SECRET": "<your GOOGLE_BUSINESS_CLIENT_SECRET>",
"GOOGLE_BUSINESS_REFRESH_TOKEN": "<your GOOGLE_BUSINESS_REFRESH_TOKEN>",
"GOOGLE_BUSINESS_ACCESS_TOKEN": "<your GOOGLE_BUSINESS_ACCESS_TOKEN>",
"GOOGLE_BUSINESS_TIMEOUT_MS": "<your GOOGLE_BUSINESS_TIMEOUT_MS>",
"GOOGLE_BUSINESS_MAX_RETRIES": "<your GOOGLE_BUSINESS_MAX_RETRIES>",
"GOOGLE_BUSINESS_ACCOUNTS_API_BASE": "<your GOOGLE_BUSINESS_ACCOUNTS_API_BASE>",
"GOOGLE_BUSINESS_INFO_API_BASE": "<your GOOGLE_BUSINESS_INFO_API_BASE>",
"GOOGLE_BUSINESS_PERFORMANCE_API_BASE": "<your GOOGLE_BUSINESS_PERFORMANCE_API_BASE>",
"GOOGLE_BUSINESS_V4_API_BASE": "<your GOOGLE_BUSINESS_V4_API_BASE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.A1-x-Tech%2Fmcp-google-business)<a href="https://mcptoplist.com/server/io.github.A1-x-Tech%2Fmcp-google-business"><img src="https://mcptoplist.com/badge/io.github.A1-x-Tech%2Fmcp-google-business.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
A1-x-Tech
Other servers by A1-x-Tech
- Yandex Merchants MCP#8,719 · 4 vers
- Yandex Audience MCP#8,997 · 4 vers
- Yandex Delivery MCP#9,185 · 4 vers
- Google Tag Manager MCP#10,278 · 4 vers
- Google Forms MCP#10,534 · 4 vers
- Google Merchant Center MCP#10,535 · 4 vers
- Google CrUX MCP#10,671 · 4 vers
- Yango Delivery MCP#10,819 · 4 vers
- Yango Tech Retail MCP#10,820 · 4 vers
- Google Search Console MCP#10,973 · 4 vers
- Avito Ads MCP#12,271 · 3 vers
- Shopify Admin MCP#19,088 · 1 ver
Available versions (4)
| Version | Published |
|---|---|
| 1.1.0 | Aug 18, 2026 |
| 1.0.0 | Aug 11, 2026 |
| 0.1.1 | Aug 10, 2026 |
| 0.1.0 | Aug 9, 2026 |
Frequently asked questions
- Who maintains Google Business Profile MCP?
- Google Business Profile MCP is maintained by A1-x-Tech, which publishes 24 MCP servers (59 total versions) tracked on MCP Toplist.
- Is Google Business Profile MCP listed on the Official MCP Registry?
- Yes — Google Business Profile MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Google Business Profile MCP have?
- MCP Toplist tracks 4 versions of Google Business Profile MCP, most recently published on Aug 18, 2026.
- Where can I find the source code for Google Business Profile MCP?
- The source code for Google Business Profile MCP is hosted at github.com/A1-x-Tech/mcp-google-business.