Neo4j Aura Manager MCP Server (Official)

Official Neo4j MCP server from neo4j-contrib enabling AI agents to interact with Neo4j graph databases and Neo4j Aura — executing Cypher queries, managing graph data, exploring schema, querying knowledge graphs, and integrating Neo4j's graph capabilities into agent-driven data workflows for graph analytics and relationship-based reasoning.

Evaluated Mar 06, 2026 (0d ago) vcurrent
Homepage ↗ Repo ↗ Developer Tools neo4j graph-database cypher aura mcp-server official knowledge-graph
⚙ Agent Friendliness
79
/ 100
Can an agent use this?
🔒 Security
80
/ 100
Is it safe for agents?
⚡ Reliability
77
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
76
Documentation
82
Error Messages
75
Auth Simplicity
78
Rate Limits
85

🔒 Security

TLS Enforcement
90
Auth Strength
80
Scope Granularity
72
Dep. Hygiene
78
Secret Handling
78

TLS via neo4j+s://. Username/password auth with RBAC. Official neo4j-contrib MCP. Aura: SOC2, GDPR compliance. Use read-only user for query-only agents.

⚡ Reliability

Uptime/SLA
82
Version Stability
78
Breaking Changes
75
Error Recovery
73
AF Security Reliability

Best When

An agent needs to query or traverse graph relationships — for knowledge graphs, social network analysis, recommendation engines, or any highly-connected data.

Avoid When

Your data is tabular/relational — graph databases add complexity without benefit for flat data structures.

Use Cases

  • Executing Cypher queries against Neo4j databases from graph analytics agents
  • Exploring graph schema and node/relationship types from data discovery agents
  • Building and querying knowledge graphs from reasoning agents
  • Analyzing network relationships and paths from graph traversal agents
  • Managing Neo4j Aura cloud instances from platform engineering agents
  • Running recommendation engine queries from ML pipeline agents

Not For

  • Teams using relational databases (use PostgreSQL or MySQL MCPs)
  • Teams using MongoDB or other document databases
  • Simple key-value storage (use Redis MCP)

Interface

REST API
Yes
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
Yes
Webhooks
No

Authentication

Methods: username_password api_key
OAuth: No Scopes: No

Neo4j standard auth (username/password via bolt protocol). Neo4j Aura uses API key for cloud management. Connection URI includes credentials. Role-based access via Neo4j RBAC.

Pricing

Model: freemium
Free tier: Yes
Requires CC: No

Neo4j Community Edition is open source and free. Aura Free tier available without credit card. Paid Aura tiers for production workloads.

Agent Metadata

Pagination
none
Idempotent
Partial
Retry Guidance
Not documented

Known Gotchas

  • Cypher query language is Neo4j-specific — agents must know Cypher, not SQL
  • Graph schema is flexible (schema-optional) — agents may need to explore node/rel types first
  • Bolt protocol URI format: bolt://host:7687 or neo4j+s:// for encrypted
  • Node IDs are internal and unstable — use business keys, not internal IDs
  • MATCH without LIMIT can return huge result sets — agents must add LIMIT clauses
  • Aura vs self-hosted have slightly different feature sets and connection strings

Alternatives

Full Evaluation Report

Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for Neo4j Aura Manager MCP Server (Official).

$99

Scores are editorial opinions as of 2026-03-06.

5225
Packages Evaluated
26151
Need Evaluation
173
Need Re-evaluation
Community Powered