MCP Neo4J Cypher
Rank #3,223io.github.neo4j-contrib/mcp-neo4j-cypher
A simple Neo4j MCP server that allows you to run Cypher queries against a Neo4j database.
MCP Neo4J Cypher is a Model Context Protocol (MCP) server published by neo4j-contrib. It ranks #3,223 of 115,460 servers tracked on MCP Toplist, and its repository has 980 GitHub stars. MCP Neo4J Cypher is listed on Official MCP, with 5 tracked versions. It was first listed on Nov 7, 2025 and most recently updated on Apr 10, 2026.
Ranks ahead of 112,237 of 115,460 servers on MCP Toplist.
Use MCP Neo4J Cypher
claude mcp add mcp-neo4j-cypher -e "NEO4J_URI=<your NEO4J_URI>" -e "NEO4J_USERNAME=<your NEO4J_USERNAME>" -e "NEO4J_PASSWORD=<your NEO4J_PASSWORD>" -e "NEO4J_DATABASE=<your NEO4J_DATABASE>" -e "NEO4J_NAMESPACE=<your NEO4J_NAMESPACE>" -e "NEO4J_RESPONSE_TOKEN_LIMIT=<your NEO4J_RESPONSE_TOKEN_LIMIT>" -e "NEO4J_READ_TIMEOUT=<your NEO4J_READ_TIMEOUT>" -e "NEO4J_READ_ONLY=<your NEO4J_READ_ONLY>" -e "NEO4J_SCHEMA_SAMPLE_SIZE=<your NEO4J_SCHEMA_SAMPLE_SIZE>" -- uvx mcp-neo4j-cypherReplace each placeholder with your own value before saving.
[mcp_servers.mcp-neo4j-cypher]
command = "uvx"
args = ["mcp-neo4j-cypher"]
[mcp_servers.mcp-neo4j-cypher.env]
NEO4J_URI = "<your NEO4J_URI>"
NEO4J_USERNAME = "<your NEO4J_USERNAME>"
NEO4J_PASSWORD = "<your NEO4J_PASSWORD>"
NEO4J_DATABASE = "<your NEO4J_DATABASE>"
NEO4J_NAMESPACE = "<your NEO4J_NAMESPACE>"
NEO4J_RESPONSE_TOKEN_LIMIT = "<your NEO4J_RESPONSE_TOKEN_LIMIT>"
NEO4J_READ_TIMEOUT = "<your NEO4J_READ_TIMEOUT>"
NEO4J_READ_ONLY = "<your NEO4J_READ_ONLY>"
NEO4J_SCHEMA_SAMPLE_SIZE = "<your NEO4J_SCHEMA_SAMPLE_SIZE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-neo4j-cypher": {
"command": "uvx",
"args": [
"mcp-neo4j-cypher"
],
"env": {
"NEO4J_URI": "<your NEO4J_URI>",
"NEO4J_USERNAME": "<your NEO4J_USERNAME>",
"NEO4J_PASSWORD": "<your NEO4J_PASSWORD>",
"NEO4J_DATABASE": "<your NEO4J_DATABASE>",
"NEO4J_NAMESPACE": "<your NEO4J_NAMESPACE>",
"NEO4J_RESPONSE_TOKEN_LIMIT": "<your NEO4J_RESPONSE_TOKEN_LIMIT>",
"NEO4J_READ_TIMEOUT": "<your NEO4J_READ_TIMEOUT>",
"NEO4J_READ_ONLY": "<your NEO4J_READ_ONLY>",
"NEO4J_SCHEMA_SAMPLE_SIZE": "<your NEO4J_SCHEMA_SAMPLE_SIZE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-neo4j-cypher": {
"command": "uvx",
"args": [
"mcp-neo4j-cypher"
],
"env": {
"NEO4J_URI": "<your NEO4J_URI>",
"NEO4J_USERNAME": "<your NEO4J_USERNAME>",
"NEO4J_PASSWORD": "<your NEO4J_PASSWORD>",
"NEO4J_DATABASE": "<your NEO4J_DATABASE>",
"NEO4J_NAMESPACE": "<your NEO4J_NAMESPACE>",
"NEO4J_RESPONSE_TOKEN_LIMIT": "<your NEO4J_RESPONSE_TOKEN_LIMIT>",
"NEO4J_READ_TIMEOUT": "<your NEO4J_READ_TIMEOUT>",
"NEO4J_READ_ONLY": "<your NEO4J_READ_ONLY>",
"NEO4J_SCHEMA_SAMPLE_SIZE": "<your NEO4J_SCHEMA_SAMPLE_SIZE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-neo4j-cypher": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-neo4j-cypher"
],
"env": {
"NEO4J_URI": "<your NEO4J_URI>",
"NEO4J_USERNAME": "<your NEO4J_USERNAME>",
"NEO4J_PASSWORD": "<your NEO4J_PASSWORD>",
"NEO4J_DATABASE": "<your NEO4J_DATABASE>",
"NEO4J_NAMESPACE": "<your NEO4J_NAMESPACE>",
"NEO4J_RESPONSE_TOKEN_LIMIT": "<your NEO4J_RESPONSE_TOKEN_LIMIT>",
"NEO4J_READ_TIMEOUT": "<your NEO4J_READ_TIMEOUT>",
"NEO4J_READ_ONLY": "<your NEO4J_READ_ONLY>",
"NEO4J_SCHEMA_SAMPLE_SIZE": "<your NEO4J_SCHEMA_SAMPLE_SIZE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-neo4j-cypher": {
"command": "uvx",
"args": [
"mcp-neo4j-cypher"
],
"env": {
"NEO4J_URI": "<your NEO4J_URI>",
"NEO4J_USERNAME": "<your NEO4J_USERNAME>",
"NEO4J_PASSWORD": "<your NEO4J_PASSWORD>",
"NEO4J_DATABASE": "<your NEO4J_DATABASE>",
"NEO4J_NAMESPACE": "<your NEO4J_NAMESPACE>",
"NEO4J_RESPONSE_TOKEN_LIMIT": "<your NEO4J_RESPONSE_TOKEN_LIMIT>",
"NEO4J_READ_TIMEOUT": "<your NEO4J_READ_TIMEOUT>",
"NEO4J_READ_ONLY": "<your NEO4J_READ_ONLY>",
"NEO4J_SCHEMA_SAMPLE_SIZE": "<your NEO4J_SCHEMA_SAMPLE_SIZE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-neo4j-cypher": {
"command": "uvx",
"args": [
"mcp-neo4j-cypher"
],
"env": {
"NEO4J_URI": "<your NEO4J_URI>",
"NEO4J_USERNAME": "<your NEO4J_USERNAME>",
"NEO4J_PASSWORD": "<your NEO4J_PASSWORD>",
"NEO4J_DATABASE": "<your NEO4J_DATABASE>",
"NEO4J_NAMESPACE": "<your NEO4J_NAMESPACE>",
"NEO4J_RESPONSE_TOKEN_LIMIT": "<your NEO4J_RESPONSE_TOKEN_LIMIT>",
"NEO4J_READ_TIMEOUT": "<your NEO4J_READ_TIMEOUT>",
"NEO4J_READ_ONLY": "<your NEO4J_READ_ONLY>",
"NEO4J_SCHEMA_SAMPLE_SIZE": "<your NEO4J_SCHEMA_SAMPLE_SIZE>"
}
}
}
}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-contrib%2Fmcp-neo4j-cypher)<a href="https://mcptoplist.com/server/io.github.neo4j-contrib%2Fmcp-neo4j-cypher"><img src="https://mcptoplist.com/badge/io.github.neo4j-contrib%2Fmcp-neo4j-cypher.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
neo4j-contrib
Other servers by neo4j-contrib
View all neo4j-contrib servers →Available versions (5)
| Version | Published |
|---|---|
| 0.6.0 | Apr 10, 2026 |
| 0.5.3 | Feb 23, 2026 |
| 0.5.2 | Dec 15, 2025 |
| 1.0.0 | Nov 7, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Neo4J Cypher?
- MCP Neo4J Cypher is maintained by neo4j-contrib, which publishes 8 MCP servers (22 total versions) tracked on MCP Toplist.
- Is MCP Neo4J Cypher listed on the Official MCP Registry?
- Yes — MCP Neo4J Cypher is listed on the Official MCP Registry.
- How many versions does MCP Neo4J Cypher have?
- MCP Toplist tracks 5 versions of MCP Neo4J Cypher, most recently published on Apr 10, 2026.
- Where can I find the source code for MCP Neo4J Cypher?
- The source code for MCP Neo4J Cypher is hosted at github.com/neo4j-contrib/mcp-neo4j.