A Neo4j MCP server implementation for managing graph database operations through the Model Context Protocol
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"neo4j-mcpserver": {
"command": "npx",
"args": [
"-y",
"Tobarrientos2/neo4j-mcpserver"
]
}
}
}
Run in terminal:
claude mcp add neo4j-mcpserver npx -y Tobarrientos2/neo4j-mcpserver
Add to .cursor/mcp.json:
{
"mcpServers": {
"neo4j-mcpserver": {
"command": "npx",
"args": [
"-y",
"Tobarrientos2/neo4j-mcpserver"
]
}
}
}