Neo4j MCP Canary Server
Rank #13,792io.github.neo4j-labs/neo4j-mcp-canary
Neo4j MCP Canary — The canary goes first so the rest of us know what's coming
Neo4j MCP Canary Server is a Model Context Protocol (MCP) server published by neo4j-labs. It ranks #13,792 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Neo4j MCP Canary Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Mar 5, 2026 and most recently updated on Apr 21, 2026.
Ranks ahead of 118,254 of 132,046 servers on MCP Toplist.
Use Neo4j MCP Canary Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add neo4j-mcp-canary -e "NEO4J_URI=<your NEO4J_URI>" -e "NEO4J_USERNAME=<your NEO4J_USERNAME>" -e "NEO4J_PASSWORD=<your NEO4J_PASSWORD>" -e "NEO4J_DATABASE=<your NEO4J_DATABASE>" -- uvx neo4j-mcp-canaryReplace each placeholder with your own value before saving.
[mcp_servers.neo4j-mcp-canary]
command = "uvx"
args = ["neo4j-mcp-canary"]
[mcp_servers.neo4j-mcp-canary.env]
NEO4J_URI = "<your NEO4J_URI>"
NEO4J_USERNAME = "<your NEO4J_USERNAME>"
NEO4J_PASSWORD = "<your NEO4J_PASSWORD>"
NEO4J_DATABASE = "<your NEO4J_DATABASE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"neo4j-mcp-canary": {
"command": "uvx",
"args": [
"neo4j-mcp-canary"
],
"env": {
"NEO4J_URI": "<your NEO4J_URI>",
"NEO4J_USERNAME": "<your NEO4J_USERNAME>",
"NEO4J_PASSWORD": "<your NEO4J_PASSWORD>",
"NEO4J_DATABASE": "<your NEO4J_DATABASE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"neo4j-mcp-canary": {
"command": "uvx",
"args": [
"neo4j-mcp-canary"
],
"env": {
"NEO4J_URI": "<your NEO4J_URI>",
"NEO4J_USERNAME": "<your NEO4J_USERNAME>",
"NEO4J_PASSWORD": "<your NEO4J_PASSWORD>",
"NEO4J_DATABASE": "<your NEO4J_DATABASE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"neo4j-mcp-canary": {
"type": "stdio",
"command": "uvx",
"args": [
"neo4j-mcp-canary"
],
"env": {
"NEO4J_URI": "<your NEO4J_URI>",
"NEO4J_USERNAME": "<your NEO4J_USERNAME>",
"NEO4J_PASSWORD": "<your NEO4J_PASSWORD>",
"NEO4J_DATABASE": "<your NEO4J_DATABASE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"neo4j-mcp-canary": {
"command": "uvx",
"args": [
"neo4j-mcp-canary"
],
"env": {
"NEO4J_URI": "<your NEO4J_URI>",
"NEO4J_USERNAME": "<your NEO4J_USERNAME>",
"NEO4J_PASSWORD": "<your NEO4J_PASSWORD>",
"NEO4J_DATABASE": "<your NEO4J_DATABASE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"neo4j-mcp-canary": {
"command": "uvx",
"args": [
"neo4j-mcp-canary"
],
"env": {
"NEO4J_URI": "<your NEO4J_URI>",
"NEO4J_USERNAME": "<your NEO4J_USERNAME>",
"NEO4J_PASSWORD": "<your NEO4J_PASSWORD>",
"NEO4J_DATABASE": "<your NEO4J_DATABASE>"
}
}
}
}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.neo4j-labs%2Fneo4j-mcp-canary)<a href="https://mcptoplist.com/server/io.github.neo4j-labs%2Fneo4j-mcp-canary"><img src="https://mcptoplist.com/badge/io.github.neo4j-labs%2Fneo4j-mcp-canary.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
neo4j-labs
Available versions (1)
| Version | Published |
|---|---|
| 0.2.3 | Apr 21, 2026 |
Frequently asked questions
- Who maintains Neo4j MCP Canary Server?
- Neo4j MCP Canary Server is maintained by neo4j-labs, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Neo4j MCP Canary Server listed on the Official MCP Registry?
- Yes — Neo4j MCP Canary Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Neo4j MCP Canary Server have?
- MCP Toplist tracks 1 version of Neo4j MCP Canary Server, most recently published on Apr 21, 2026.
- Where can I find the source code for Neo4j MCP Canary Server?
- The source code for Neo4j MCP Canary Server is hosted at github.com/neo4j-labs/neo4j-mcp-canary.
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.