Описание
Google Routes API MCP Server (with Geocoding)
README
This project is a simple MCP (Model Context Protocol) server that integrates with the Google Maps Geocoding API and Routes API to compute directions between two addresses.
You can find all the details and the story behind it in my blog post: Building My First MCP Server: A Practical Guide with Google Routes API
Features
- MCP server with Model Context Protocol
- Accepts origin and destination addresses
- Uses Google Geocoding API to get coordinates
- Computes routes with Google Routes API
- Supports travel mode, routing preference, units, and alternative routes
Example mcp.json to use it in LM Studio or Claude Desktop
{
"mcpServers": {
"google-routes-api": {
"command": "npx",
"args": [
"ts-node",
"[path to the local repo]/src/server.ts"
],
"env": {
"GOOGLE_MAPS_API_KEY": "[your api key]"
}
}
}
}
Установка Google Routes
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/bitsmuggler/google-routes-mcp-serverFAQ
Google Routes MCP бесплатный?
Да, Google Routes MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Google Routes?
Нет, Google Routes работает без API-ключей и переменных окружения.
Google Routes — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Google Routes в Claude Desktop, Claude Code или Cursor?
Открой Google Routes на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Google Routes with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
