mcpbeat Sign in

Neo4j MCP Canary MCP Server

by neo4j-labs Your server? Claim it
local only

Neo4j MCP Canary runs on your own machine — the client starts it, so there is no endpoint to ping. 133 installs a week from pypi. Last commit 10 Sep 2026.

Neo4j MCP Canary — The canary goes first so the rest of us know what's coming

Installs per day peak 466 · avg 36 · -19% w/w
a month agotoday
133
Installs / week
pypi · neo4j-mcp-canary
2
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
License
Go

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable internal/analytics/analytics.go:182
            return filepath.Join("<home>", rel)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add neo4j-mcp-canary -- uvx neo4j-mcp-canary
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "neo4j-mcp-canary": {
      "args": [
        "neo4j-mcp-canary"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.neo4j-mcp-canary]
command = "uvx"
args = ["neo4j-mcp-canary"]
.cursor/mcp.json
{
  "mcpServers": {
    "neo4j-mcp-canary": {
      "args": [
        "neo4j-mcp-canary"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "neo4j-mcp-canary": {
      "args": [
        "neo4j-mcp-canary"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: NEO4J_URI (Neo4j connection URI), NEO4J_USERNAME (Neo4j Database username), NEO4J_PASSWORD (Neo4j Database password), NEO4J_DATABASE (Neo4j Database name). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Neo4j MCP Canary

same job, measured the same way
N2yo
by pipeworx-io

N2YO MCP — wraps the N2YO Satellite Tracking REST API (n2yo.com)

39 tools answering
Unclaimed Sol
by nedim1511

The first Vibe Claiming MCP: AI agents scan and reclaim dormant SOL on Solana. Signs locally.

77 installs/wk local only
Obra Cfo
by get-obra

Local-first MCP that runs an investment committee on your pitch and scores funding readiness.

55 installs/wk local only
Obra Cto
by get-obra

Local-first MCP that scores your codebase's build readiness. Your code never leaves your machine.

84 installs/wk local only
Groupsio
by ke4qqq

MCP server for consuming and managing Groups.io data via the Groups.io REST API

27 installs/wk local only
Snug Planner
by snugplanner

The first official family-planner MCP: tasks, calendar, meals, shopping and reminders.

answering
MCP Neo4j Memory
by neo4j-contrib

MCP Neo4j Knowledge Graph Memory Server

4 058 installs/wk local only
NEUS MCP
by neus

The trust harness for AI agents. Set what an agent can do before it acts.

12 tools answering

Neo4j MCP Canary — questions

Answers built from our own checks of this server.

Why is there no uptime for Neo4j MCP Canary?
Neo4j MCP Canary runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package neo4j-mcp-canary was installed 133 times last week.
How do I connect Neo4j MCP Canary?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls neo4j-mcp-canary straight from pypi; nothing to host, nothing to sign up for.
How many people use Neo4j MCP Canary?
The pypi package neo4j-mcp-canary was installed 133 times in the last week. Week over week that is -19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Neo4j MCP Canary open source?
We cannot say either way: written in Go and 2 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.