McpMux
Back to Registry

Neo4j (uvx) MCP Server

Community

Contributed by Neo4j

Query and explore Neo4j graph databases through MCP. Run read and write Cypher queries and inspect the database schema.

About the Neo4j (uvx) MCP Server

The Neo4j (uvx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Query and explore Neo4j graph databases through MCP. Run read and write Cypher queries and inspect the database schema. This is a community-contributed MCP server by Neo4j.

Install the Neo4j (uvx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "uvx",
  "args": [
    "[email protected]",
    "--transport",
    "stdio"
  ],
  "env": {
    "NEO4J_URI": "${input:NEO4J_URI}",
    "NEO4J_USERNAME": "${input:NEO4J_USERNAME}",
    "NEO4J_PASSWORD": "${input:NEO4J_PASSWORD}",
    "NEO4J_DATABASE": "${input:NEO4J_DATABASE}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "NEO4J_URI",
        "label": "Neo4j URI",
        "description": "Connection URI for your Neo4j instance (Bolt protocol). Use neo4j+s:// for Aura, or bolt://localhost:7687 for a local instance.",
        "type": "text",
        "required": true,
        "secret": false,
        "placeholder": "neo4j+s://xxxxxxxx.databases.neo4j.io",
        "obtain": {
          "url": "https://console.neo4j.io",
          "instructions": "1. Open the Neo4j Aura console\n2. Select your instance (or create a free AuraDB instance)\n3. Copy the Connection URI shown for the instance",
          "button_label": "Open Neo4j Aura Console"
        }
      },
      {
        "id": "NEO4J_USERNAME",
        "label": "Neo4j Username",
        "description": "Database username. Defaults to neo4j for most instances.",
        "type": "text",
        "required": true,
        "secret": false,
        "placeholder": "neo4j"
      },
      {
        "id": "NEO4J_PASSWORD",
        "label": "Neo4j Password",
        "description": "Password for the database user. For Aura, this is shown once when the instance is created (also saved in the downloaded credentials file).",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "<your-neo4j-password>",
        "obtain": {
          "url": "https://console.neo4j.io",
          "instructions": "1. Open the Neo4j Aura console\n2. When creating an instance, copy or download the generated password (shown only once)\n3. For self-hosted Neo4j, use the password you set on first login",
          "button_label": "Open Neo4j Aura Console"
        }
      },
      {
        "id": "NEO4J_DATABASE",
        "label": "Neo4j Database",
        "description": "Name of the database to connect to. Leave as neo4j unless you use a named database.",
        "type": "text",
        "required": false,
        "secret": false,
        "default": "neo4j",
        "placeholder": "neo4j"
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

neo4jgraphcypherdatabaseknowledge-graph

Supported AI Clients

The Neo4j (uvx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Neo4j (uvx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.