A simple Neo4j MCP server that allows you to run Cypher queries against a Neo4j
Tags
registry.modelcontextprotocol.io
Configuration
{
"mcpServers": {
"mcp-neo4j-cypher": {
"args": [
"mcp-neo4j-cypher"
],
"command": "uvx",
"transport": "stdio"
}
}
}