mcpbeat

MCP Neo4j Aura Manager MCP Server

io.github.neo4j-contrib/mcp-neo4j-aura-manager
local only

MCP Neo4j Aura Manager runs on your own machine — the client starts it, so there is no endpoint to ping. 154 installs a week from pypi. Last commit 10 Apr 2026.

MCP server for Neo4j Aura Database Instance Manager.

Installs per day peak 93 · avg 25 · +33% w/w
a month agotoday
154
Installs / week
pypi · mcp-neo4j-aura-manager
982
Stars
16 open issues
10 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-neo4j-aura-manager -- uvx mcp-neo4j-aura-manager
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-neo4j-aura-manager": {
      "args": [
        "mcp-neo4j-aura-manager"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-neo4j-aura-manager]
command = "uvx"
args = ["mcp-neo4j-aura-manager"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-neo4j-aura-manager": {
      "args": [
        "mcp-neo4j-aura-manager"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-neo4j-aura-manager": {
      "args": [
        "mcp-neo4j-aura-manager"
      ],
      "command": "uvx"
    }
  }
}

MCP Neo4j Aura Manager — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Neo4j Aura Manager?
MCP Neo4j Aura Manager runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-neo4j-aura-manager was installed 154 times last week.
How do I connect MCP Neo4j Aura Manager?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-neo4j-aura-manager straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Neo4j Aura Manager?
The pypi package mcp-neo4j-aura-manager was installed 154 times in the last week. Week over week that is +33%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Neo4j Aura Manager open source?
Yes — it is published under the MIT licence, written in Python, 982 stars on GitHub and 16 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.