N
Neo4j
Official
🗄️ Data & Files
Neo4j's official MCP server — run Cypher queries and read/write your graph database, with schema introspection, from your AI tools.
Tags
Tools (3)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"neo4j": {
"command": "uvx",
"args": [
"mcp-neo4j-cypher"
],
"env": {
"NEO4J_URI": "neo4j+s://xxx.databases.neo4j.io",
"NEO4J_USERNAME": "neo4j",
"NEO4J_PASSWORD": "your-neo4j-password-here"
}
}
}
}