PluginBench
MCP Server

io.github.neo4j-labs/neo4j-mcp-canary MCP Server

io.github.neo4j-labs/neo4j-mcp-canary

What is the io.github.neo4j-labs/neo4j-mcp-canary MCP server?

Neo4j MCP Canary — The canary goes first so the rest of us know what's coming

How to install io.github.neo4j-labs/neo4j-mcp-canary

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • NEO4J_URI
    required

    Neo4j connection URI

  • NEO4J_USERNAME
    required

    Neo4j Database username

  • NEO4J_PASSWORD
    required
    secret

    Neo4j Database password

  • NEO4J_DATABASE
    required

    Neo4j Database name

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "neo4j-mcp-canary": {
      "command": "uvx",
      "args": [
        "neo4j-mcp-canary"
      ],
      "env": {
        "NEO4J_URI": "<YOUR_NEO4J_URI>",
        "NEO4J_USERNAME": "<YOUR_NEO4J_USERNAME>",
        "NEO4J_PASSWORD": "<YOUR_NEO4J_PASSWORD>",
        "NEO4J_DATABASE": "<YOUR_NEO4J_DATABASE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "neo4j-mcp-canary": {
      "command": "uvx",
      "args": [
        "neo4j-mcp-canary"
      ],
      "env": {
        "NEO4J_URI": "<YOUR_NEO4J_URI>",
        "NEO4J_USERNAME": "<YOUR_NEO4J_USERNAME>",
        "NEO4J_PASSWORD": "<YOUR_NEO4J_PASSWORD>",
        "NEO4J_DATABASE": "<YOUR_NEO4J_DATABASE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "neo4j-mcp-canary": {
      "command": "uvx",
      "args": [
        "neo4j-mcp-canary"
      ],
      "env": {
        "NEO4J_URI": "<YOUR_NEO4J_URI>",
        "NEO4J_USERNAME": "<YOUR_NEO4J_USERNAME>",
        "NEO4J_PASSWORD": "<YOUR_NEO4J_PASSWORD>",
        "NEO4J_DATABASE": "<YOUR_NEO4J_DATABASE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "neo4j-mcp-canary": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "neo4j-mcp-canary"
      ],
      "env": {
        "NEO4J_URI": "<YOUR_NEO4J_URI>",
        "NEO4J_USERNAME": "<YOUR_NEO4J_USERNAME>",
        "NEO4J_PASSWORD": "<YOUR_NEO4J_PASSWORD>",
        "NEO4J_DATABASE": "<YOUR_NEO4J_DATABASE>"
      }
    }
  }
}
Claude Code
claude mcp add neo4j-mcp-canary --env NEO4J_URI=<YOUR_NEO4J_URI> --env NEO4J_USERNAME=<YOUR_NEO4J_USERNAME> --env NEO4J_PASSWORD=<YOUR_NEO4J_PASSWORD> --env NEO4J_DATABASE=<YOUR_NEO4J_DATABASE> -- uvx neo4j-mcp-canary

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →