mcp-neo4j-cypher
About
A simple Neo4j MCP server that allows you to run Cypher queries against a Neo4j database.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
NEO4J_URI NEO4J_USERNAME NEO4J_PASSWORD NEO4J_DATABASE NEO4J_NAMESPACE NEO4J_RESPONSE_TOKEN_LIMIT NEO4J_READ_TIMEOUT NEO4J_READ_ONLY NEO4J_SCHEMA_SAMPLE_SIZEClaude Code
claude mcp add --env NEO4J_URI= --env NEO4J_USERNAME= --env NEO4J_PASSWORD= --env NEO4J_DATABASE= --env NEO4J_NAMESPACE= --env NEO4J_RESPONSE_TOKEN_LIMIT= --env NEO4J_READ_TIMEOUT= --env NEO4J_READ_ONLY= --env NEO4J_SCHEMA_SAMPLE_SIZE= mcp-neo4j-cypher -- uvx mcp-neo4j-cypher
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-neo4j-cypher","command":"uvx","args":["mcp-neo4j-cypher"],"env":{"NEO4J_URI":"","NEO4J_USERNAME":"","NEO4J_PASSWORD":"","NEO4J_DATABASE":"","NEO4J_NAMESPACE":"","NEO4J_RESPONSE_TOKEN_LIMIT":"","NEO4J_READ_TIMEOUT":"","NEO4J_READ_ONLY":"","NEO4J_SCHEMA_SAMPLE_SIZE":""}}'
JSON
{
"mcpServers": {
"mcp-neo4j-cypher": {
"command": "uvx",
"args": [
"mcp-neo4j-cypher"
],
"env": {
"NEO4J_URI": "",
"NEO4J_USERNAME": "",
"NEO4J_PASSWORD": "",
"NEO4J_DATABASE": "",
"NEO4J_NAMESPACE": "",
"NEO4J_RESPONSE_TOKEN_LIMIT": "",
"NEO4J_READ_TIMEOUT": "",
"NEO4J_READ_ONLY": "",
"NEO4J_SCHEMA_SAMPLE_SIZE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.