Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Google Routes

БесплатноНе проверен

Google Routes API MCP Server (with Geocoding)

GitHubEmbed

Описание

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

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]"
      }
    }
  }
}

from github.com/bitsmuggler/google-routes-mcp-server

Установка Google Routes

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/bitsmuggler/google-routes-mcp-server

FAQ

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

Compare Google Routes with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development