MCP Neo4j Cypher runs on your own machine — the client starts it, so there is no endpoint to ping. 6 313 installs a week from pypi. Last commit 10 Apr 2026.
A simple Neo4j MCP server that allows you to run Cypher queries against a Neo4j database.
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.
claude mcp add mcp-neo4j-cypher -- uvx mcp-neo4j-cypher
{
"mcpServers": {
"mcp-neo4j-cypher": {
"args": [
"mcp-neo4j-cypher"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-neo4j-cypher]
command = "uvx"
args = ["mcp-neo4j-cypher"]
{
"mcpServers": {
"mcp-neo4j-cypher": {
"args": [
"mcp-neo4j-cypher"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-neo4j-cypher": {
"args": [
"mcp-neo4j-cypher"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.