inavi-mcp
Rank #13,021io.github.inavi-systems/inavi-mcp
MCP Server for iNavi Maps API - Geocoding, POI Search, Route Planning for Claude AI
inavi-mcp is a Model Context Protocol (MCP) server published by inavi-systems. It ranks #13,021 of 132,046 servers tracked on MCP Toplist. inavi-mcp is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Jun 23, 2026 and most recently updated on Jul 23, 2026.
Ranks ahead of 119,025 of 132,046 servers on MCP Toplist.
Use inavi-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add inavi-mcp -- npx -y @inavi-maps/mcp-server[mcp_servers.inavi-mcp]
command = "npx"
args = ["-y", "@inavi-maps/mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"inavi-mcp": {
"command": "npx",
"args": [
"-y",
"@inavi-maps/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"inavi-mcp": {
"command": "npx",
"args": [
"-y",
"@inavi-maps/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"inavi-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@inavi-maps/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"inavi-mcp": {
"command": "npx",
"args": [
"-y",
"@inavi-maps/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"inavi-mcp": {
"command": "npx",
"args": [
"-y",
"@inavi-maps/mcp-server"
]
}
}
}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.inavi-systems%2Finavi-mcp)<a href="https://mcptoplist.com/server/io.github.inavi-systems%2Finavi-mcp"><img src="https://mcptoplist.com/badge/io.github.inavi-systems%2Finavi-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
inavi-systems
Available versions (2)
| Version | Published |
|---|---|
| 0.3.10 | Jul 23, 2026 |
| 0.3.9 | Jun 24, 2026 |
Frequently asked questions
- Who maintains inavi-mcp?
- inavi-mcp is maintained by inavi-systems, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is inavi-mcp listed on the Official MCP Registry?
- Yes — inavi-mcp is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does inavi-mcp have?
- MCP Toplist tracks 2 versions of inavi-mcp, most recently published on Jul 23, 2026.
- Where can I find the source code for inavi-mcp?
- The source code for inavi-mcp is hosted at github.com/inavi-systems/inavi-mcp.
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.