Osmaps
БесплатноНе проверенMCP server for calculating route distances and travel times using free OpenStreetMap services
Описание
MCP server for calculating route distances and travel times using free OpenStreetMap services
README
MCP server for route distance calculations using OSRM and Nominatim.
Features
- Route Distance: Calculate driving distance and travel time between two locations
- Geocoding: Converts addresses to coordinates using Nominatim (OpenStreetMap)
- Coordinate Support: Accepts both addresses and lat,lng coordinates
- No API Key Required: Uses free OpenStreetMap services
Requirements
- Node.js 18+
Installation
npm install
npm run setup
This builds the project and links the osmaps-mcp binary globally.
Configuration
After running npm run setup, configure your MCP client to use osmaps-mcp:
Claude Desktop
Add to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"osmaps": {
"command": "osmaps-mcp"
}
}
}
Claude Code
Add via CLI:
claude mcp add --transport stdio osmaps -- osmaps-mcp
Or add to ~/.claude.json:
{
"mcpServers": {
"osmaps": {
"command": "osmaps-mcp"
}
}
}
Cursor
Create .cursor/mcp.json in your project root:
{
"mcpServers": {
"osmaps": {
"command": "osmaps-mcp"
}
}
}
Windsurf
Add to your Windsurf MCP configuration:
{
"mcpServers": {
"osmaps": {
"command": "osmaps-mcp"
}
}
}
OpenCode
Add to your opencode.json config file:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"osmaps": {
"type": "local",
"command": ["osmaps-mcp"],
"enabled": true
}
}
}
Gemini CLI
Add via CLI:
gemini mcp add osmaps osmaps-mcp -t stdio
Or add to your Gemini CLI configuration file:
{
"mcpServers": {
"osmaps": {
"command": "osmaps-mcp"
}
}
}
Tools
get-route-distance
Calculate driving route distance and travel time between two locations.
Parameters:
origin- Starting location (address or lat,lng coordinates)destination- Ending location (address or lat,lng coordinates)
Example:
origin: "Berlin, Germany"
destination: "Paris, France"
Returns: 452.31 km, 265 min
Coordinate example:
origin: "52.5200,13.4050"
destination: "48.8566,2.3522"
APIs Used
Установка Osmaps
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/dodbrian/osmaps-mcpFAQ
Osmaps MCP бесплатный?
Да, Osmaps MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Osmaps?
Нет, Osmaps работает без API-ключей и переменных окружения.
Osmaps — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Osmaps в Claude Desktop, Claude Code или Cursor?
Открой Osmaps на 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
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Osmaps with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
