mcp-neo4j-server
An MCP server that provides integration between Neo4j graph database and Claude Desktop, enabling graph database operations through natural language interactions.
This server allows users to interact with a Neo4j database using natural language, making it easier to execute complex graph database operations without needing to understand Cypher syntax. Users can perform actions such as executing queries, creating nodes, and establishing relationships directly through simple commands. The MCP Neo4j Server supports Neo4j Enterprise Edition, allowing connections to specific databases. It provides structured query results and safeguards against injection attacks by supporting parameterized queries. This makes it a powerful tool for developers and data analysts looking to leverage graph databases in their applications.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-neo4j-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-neo4j-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions