Back to directory
neo4j-mcp

neo4j-mcp

@nature-lover-iv0

An MCP server for Neo4j graph database, enabling AI assistants to interact with Neo4j using natural language for schema exploration, query execution, and data management.

neo4jgraph databasedatabasepython

Installation & Configuration

{
  "mcpServers": {
    "github.com/neo4j-contrib/mcp-neo4j": {
      "command": "neo4j-mcp",
      "args": [],
      "env": {
        "NEO4J_URL": "bolt://localhost:7687",
        "NEO4J_USERNAME": "neo4j",
        "NEO4J_PASSWORD": "your-password"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/17
Updated
2025/5/1