MCP Server
Neo4j MCP Server
by Neo4j
Natural-language queries over Neo4j graph databases.
About Neo4j
Leverages MCP to facilitate natural language interaction with Neo4j databases via any MCP client such as Claude Desktop. Includes a server that translates natural language into Cypher queries and others that model memory as a knowledge graph stored in Neo4j or a JSON file.
Tags
graph-databasecypherknowledge-graph
How to install Neo4j
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"neo4j": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-neo4j"]
}
}
}Example shape only — see the repository for the canonical install command.