iNAV MCP Server
Rank #16,446io.github.starlordz12/inav-mcp
MCP server for iNAV flight-controller configuration and diagnostics
iNAV MCP Server is a Model Context Protocol (MCP) server published by starlordz12. It ranks #16,446 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. iNAV MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 21, 2026 and most recently updated on Jun 23, 2026.
Ranks ahead of 115,600 of 132,046 servers on MCP Toplist.
Use iNAV MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add inav-mcp -- uvx inav-mcp[mcp_servers.inav-mcp]
command = "uvx"
args = ["inav-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"inav-mcp": {
"command": "uvx",
"args": [
"inav-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"inav-mcp": {
"command": "uvx",
"args": [
"inav-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"inav-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"inav-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"inav-mcp": {
"command": "uvx",
"args": [
"inav-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"inav-mcp": {
"command": "uvx",
"args": [
"inav-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.starlordz12%2Finav-mcp)<a href="https://mcptoplist.com/server/io.github.starlordz12%2Finav-mcp"><img src="https://mcptoplist.com/badge/io.github.starlordz12%2Finav-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
starlordz12
Available versions (1)
| Version | Published |
|---|---|
| 0.3.2 | Jun 23, 2026 |
Frequently asked questions
- Who maintains iNAV MCP Server?
- iNAV MCP Server is maintained by starlordz12, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is iNAV MCP Server listed on the Official MCP Registry?
- Yes — iNAV MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does iNAV MCP Server have?
- MCP Toplist tracks 1 version of iNAV MCP Server, most recently published on Jun 23, 2026.
- Where can I find the source code for iNAV MCP Server?
- The source code for iNAV MCP Server is hosted at github.com/starlordz12/inav-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.