G
Google Place MCP Or Tool Chatgpt And Google Api
by @amitec9
Google Places MCP (Model Context Protocol) or ChatGPT Tool is used to bring Google Places data (place details, nearby search, reviews) directly into AI workflows.
Created 12/16/2025
Updated about 11 hours ago
README
Repository documentation and setup instructions
Google Places MCP (Model Context Protocol) or ChatGPT Tool is used to bring Google Places data (place details, nearby search, reviews) directly into AI workflows.
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-google-place-mcp-or-tool-chatgpt-and-google-api
Cursor configuration (mcp.json)
{
"mcpServers": {
"amitec9-google-place-mcp-or-tool-chatgpt-and-google-api": {
"command": "npx",
"args": [
"amitec9-google-place-mcp-or-tool-chatgpt-and-google-api"
]
}
}
}