Navifare MCP
Rank #38,129io.github.simonenavifare/navifare-mcp
MCP server providing navifare-mcp capabilities
Navifare MCP is a Model Context Protocol (MCP) server published by navifare. It ranks #38,129 of 132,405 servers tracked on MCP Toplist. Navifare MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Nov 4, 2025 and most recently updated on Nov 6, 2025.
Ranks ahead of 94,276 of 132,405 servers on MCP Toplist.
Use Navifare MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http navifare-mcp https://mcp.navifare.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add navifare-mcp -e "GEMINI_API_KEY=<your GEMINI_API_KEY>" -e "NAVIFARE_API_BASE_URL=<your NAVIFARE_API_BASE_URL>" -- npx -y navifare-mcpReplace each placeholder with your own value before saving.
[mcp_servers.navifare-mcp]
url = "https://mcp.navifare.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.navifare-mcp]
command = "npx"
args = ["-y", "navifare-mcp"]
[mcp_servers.navifare-mcp.env]
GEMINI_API_KEY = "<your GEMINI_API_KEY>"
NAVIFARE_API_BASE_URL = "<your NAVIFARE_API_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.navifare.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"navifare-mcp": {
"command": "npx",
"args": [
"-y",
"navifare-mcp"
],
"env": {
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"NAVIFARE_API_BASE_URL": "<your NAVIFARE_API_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"navifare-mcp": {
"url": "https://mcp.navifare.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"navifare-mcp": {
"command": "npx",
"args": [
"-y",
"navifare-mcp"
],
"env": {
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"NAVIFARE_API_BASE_URL": "<your NAVIFARE_API_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"navifare-mcp": {
"type": "http",
"url": "https://mcp.navifare.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"navifare-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"navifare-mcp"
],
"env": {
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"NAVIFARE_API_BASE_URL": "<your NAVIFARE_API_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"navifare-mcp": {
"serverUrl": "https://mcp.navifare.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"navifare-mcp": {
"command": "npx",
"args": [
"-y",
"navifare-mcp"
],
"env": {
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"NAVIFARE_API_BASE_URL": "<your NAVIFARE_API_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"navifare-mcp": {
"url": "https://mcp.navifare.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"navifare-mcp": {
"command": "npx",
"args": [
"-y",
"navifare-mcp"
],
"env": {
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"NAVIFARE_API_BASE_URL": "<your NAVIFARE_API_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
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.simonenavifare%2Fnavifare-mcp)<a href="https://mcptoplist.com/server/io.github.simonenavifare%2Fnavifare-mcp"><img src="https://mcptoplist.com/badge/io.github.simonenavifare%2Fnavifare-mcp.svg" alt="MCP Toplist: Top 50% of 132,405" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
navifare
Other servers by navifare
View all navifare servers →Available versions (4)
| Version | Published |
|---|---|
| 0.1.3 | Nov 6, 2025 |
| 0.1.2 | Nov 6, 2025 |
| 0.1.1 | Nov 6, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Navifare MCP?
- Navifare MCP is maintained by navifare, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Navifare MCP listed on the Official MCP Registry?
- Yes — Navifare MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Navifare MCP have?
- MCP Toplist tracks 4 versions of Navifare MCP, most recently published on Nov 6, 2025.
- Where can I find the source code for Navifare MCP?
- The source code for Navifare MCP is hosted at github.com/navifare/navifare-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.