
Google Maps MCP
by cablate
A reference implementation for deploying remote MCP servers on Cloudflare Workers without authentication.
What it does
This is a demonstration MCP server designed to show how to deploy remote, auth-less MCP servers using Cloudflare Workers. It serves as a boilerplate for developers wanting to host their tools on the edge and connect them to remote clients like Claude Desktop or the Cloudflare AI Playground.
Tools
As a template/example, the primary tools are defined in src/index.ts via this.server.tool(...). Users are encouraged to implement their own Google Maps or custom API logic within this structure.
Installation
To use the reference implementation via mcp-remote in claude_desktop_config.json:
{
"mcpServers": {
"google-maps": {
"command": "npx",
"args": [
"mcp-remote",
"https://google-maps-mcp.your-account.workers.dev/sse"
]
}
}
}
Supported hosts
Confirmed for Claude Desktop and Cloudflare AI Playground.
Quick install
npx mcp-remote <your-deployed-url>/sseInformation
- Pricing
- free
- Published
- 4/13/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"google-maps": {"command": "npx", "args": ["mcp-remote", "http://localhost:8787/sse"]}}}





