Isochrone
Rank #13,081io.github.capan/isochrone
Berlin pedestrian isochrones: streets reachable on foot in N minutes (walk/stroller/wheelchair).
Isochrone is a Model Context Protocol (MCP) server published by capan. It ranks #13,081 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Isochrone is listed on Official MCP, with 3 tracked versions. It was first listed on Aug 6, 2026 and most recently updated on Aug 7, 2026.
Ranks ahead of 118,965 of 132,046 servers on MCP Toplist.
Use Isochrone
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add isochrone -- npx -y isochrone-mcp[mcp_servers.isochrone]
command = "npx"
args = ["-y", "isochrone-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"isochrone": {
"command": "npx",
"args": [
"-y",
"isochrone-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"isochrone": {
"command": "npx",
"args": [
"-y",
"isochrone-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"isochrone": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"isochrone-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"isochrone": {
"command": "npx",
"args": [
"-y",
"isochrone-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"isochrone": {
"command": "npx",
"args": [
"-y",
"isochrone-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.capan%2Fisochrone)<a href="https://mcptoplist.com/server/io.github.capan%2Fisochrone"><img src="https://mcptoplist.com/badge/io.github.capan%2Fisochrone.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
capan
Available versions (3)
| Version | Published |
|---|---|
| 0.1.4 | Aug 7, 2026 |
| 0.1.3 | Aug 6, 2026 |
| 0.1.1 | Aug 6, 2026 |
Frequently asked questions
- Who maintains Isochrone?
- Isochrone is maintained by capan, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Isochrone listed on the Official MCP Registry?
- Yes — Isochrone is listed on the Official MCP Registry.
- How many versions does Isochrone have?
- MCP Toplist tracks 3 versions of Isochrone, most recently published on Aug 7, 2026.
- Where can I find the source code for Isochrone?
- The source code for Isochrone is hosted at github.com/capan/isochrone.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.