streamable-httpMITupdated 1mo ago
Find local businesses on Google with full details: name, address, phone, hours, ratings, photos. Use with Claude or any MCP client.
Google Local で何ができる?
Google Local MCP Server
Find local businesses on Google with full details: name, address, phone, hours, ratings, photos. Use with Claude or any MCP client.
This is a remote MCP server that lets Claude, Cursor, ChatGPT, or any MCP client query Google Local directly as a tool call.
Install in Claude Desktop
Add this to your ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"google-local": {
"url": "https://apify.com/johnvc/google-local-api/api/mcp"
}
}
}
Restart Claude Desktop. The new tool will be available in your conversations.
Install in Cursor
Add this to your .cursor/mcp.json:
{
"mcpServers": {
"google-local": {
"url": "https://apify.com/johnvc/google-local-api/api/mcp"
}
}
}
What it does
This MCP server lets Claude search Google Local for businesses by keyword and location. Returns business name, address, phone, hours, rating, review count, website, and category. Useful for sales prospecting, local SEO research, lead generation, and market analysis.
Example queries to try in Claude:
- "Find all coffee shops within 2 miles of downtown Austin with 4+ star ratings"
- "Get me the contact details for orthodontists in San Francisco"
- "Find boutique law firms in Boston specializing in IP"
Built by
johnvc on Apify | Sign up for a free account here.
License
MIT
インストール
Google Local をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport http google-local https://mcp.apify.com/?tools=johnvc/google-local-apicodex mcp add google-local --url https://mcp.apify.com/?tools=johnvc/google-local-api{
"mcpServers": {
"google-local": {
"url": "https://mcp.apify.com/?tools=johnvc/google-local-api"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"google-local": {
"type": "http",
"url": "https://mcp.apify.com/?tools=johnvc/google-local-api"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"google-local": {
"url": "https://mcp.apify.com/?tools=johnvc/google-local-api"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"google-local": {
"serverUrl": "https://mcp.apify.com/?tools=johnvc/google-local-api"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
スコア
39 / 100
情報不足
- ドキュメント15/25
- メンテナンス16/25
- 信頼性13/20
- 機能0/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 37 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.1最新 | 2026年5月19日 |