mcpbeat Sign in

MCP Neo4j Aura Manager MCP Server

local only

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

MCP server for Neo4j Aura Database Instance Manager.

Installs per day peak 75 · avg 29 · -35% w/w
a month agotoday
159
Installs / week
pypi · mcp-neo4j-aura-manager
984
Stars
16 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/mcp_neo4j_aura_manager/__init__.py:1, [пакет] src/mcp_neo4j_aura_manager/aura_api_client.py:1, [пакет] src/mcp_neo4j_aura_manager/aura_manager.py:1 и ещё 2
этот файл ставится пользователю, но в репозитории его нет
ENV NEO4J_AURA_CLIENT_SECRET="test-client-secret"

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

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"
    }
  }
}

This one needs environment variables set before it will start: NEO4J_AURA_CLIENT_ID (Neo4j Aura API Client ID), NEO4J_AURA_CLIENT_SECRET (Neo4j Aura API Client Secret), NEO4J_NAMESPACE (Namespace for tools). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Neo4j Aura Manager

same job, measured the same way
Mysql
by marcelo-ochoa

An MCP server for MySQL databases.

38 installs/wk local only
Tmdb MCP Server
by tcehjaava

MCP server for The Movie Database (TMDB) API

57 installs/wk local only
Manticore Search
by manticoresoftware

MCP server for Manticore Search — lets AI assistants query and manage search databases.

75 installs/wk local only
Neon
by neon

Official Neon MCP server for managing Neon projects and Lakebase Postgres databases.

answering
MySQL MCP Server
by musaddiq-dev

Python MCP server for MySQL database inspection and querying

79 installs/wk local only
Oracle
by marcelo-ochoa

MCP server for interacting with Oracle databases

96 installs/wk local only
MCP Server Digitalocean
by truecallerabreham

MCP server for DigitalOcean — manage Droplets, databases, domains, and more

58 installs/wk local only
MCP Sqlite Tools
by spences10

MCP server for local SQLite database operations

138 installs/wk local only

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 159 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 159 times in the last week. Week over week that is -35%. 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, 984 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.