Stats
Actions
Tags
From mcp-neo4j
Executes Cypher queries against a local or remote Neo4j graph database, enabling data retrieval and manipulation. May require a Neo4j connection URI.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"mcp-neo4j-cypher": {
"command": "uvx",
"args": [
"mcp-neo4j-cypher"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
First indexed Nov 13, 2025
First indexed Nov 13, 2025
npx claudepluginhub pleaseai/claude-code-plugins --plugin mcp-neo4j