Amazon Neptune Analytics vs Neo4j
Amazon Neptune Analytics vs Neo4j: side-by-side comparison of two knowledge-graph platforms systems — architecture, taxonomy, license, pricing, MCP/A2A support, and direct edges.
Amazon Neptune Analytics · Neo4j
Cost & capability
| Amazon Neptune Analytics | Neo4j | |
|---|---|---|
| Cost tier | mid | free |
| $/Mtok input | — | 0 |
| $/Mtok output | — | 0 |
Where they differ (11)
Rows where both sides have data and the values disagree — the shortlist of dimensions that actually distinguish these two systems.
| Amazon Neptune Analytics | Neo4j | |
|---|---|---|
| Cost tier | mid | free |
| Type | Vector + graph in one managed service | Property graph + vectors + Aura Agent |
| Created | 2023-11 | 2024-12 |
| Pricing | Pay-per-use | Free + paid |
| Funding | searched not found | $325M total $2.0B val Series F · 2021-06 |
| Backend storage | custom (AWS Neptune managed) | custom (native graph store) |
| Deployment | Managed-only | Both |
| API surface | REST, openCypher, Gremlin, SPARQL, SDK: AWS SDKs | Bolt, REST, GraphQL, Cypher, SDK: many |
| Multi-tenancy | hard-isolation | AuraDB Virtual Dedicated Cloud / AuraDS Enterprise: dedicated AWS/Azure/GCP account/subscription/project per customer; PrivateLink supported |
| MCP | no first-party MCP adapter published as of 2026-05; community connectors may exist. | via official adapter — neo4j-mcp |
| OpenTelemetry | first-class — CloudWatch / OTel | first-class — Neo4j metrics + OTel |
At a glance
| Amazon Neptune Analytics | Neo4j | |
|---|---|---|
| Section | Knowledge-graph platforms | Knowledge-graph platforms |
| Tier | T1 | T1 |
| Type | Vector + graph in one managed service | Property graph + vectors + Aura Agent |
| Created | 2023-11 | 2024-12 |
| Latest release | — | mcp-neo4j-cyphe… 2026-04-10 |
| License | — | MIT |
| GitHub | — | 944★ +15/mo Python |
| Pricing | Pay-per-use | Free + paid |
| Funding | searched not found | $325M total $2.0B val Series F · 2021-06 |
| Backend storage | custom (AWS Neptune managed) | custom (native graph store) |
| Deployment | Managed-only | Both |
| API surface | REST, openCypher, Gremlin, SPARQL, SDK: AWS SDKs | Bolt, REST, GraphQL, Cypher, SDK: many |
| Embedding | BYO | BYO |
| Multi-tenancy | hard-isolation | AuraDB Virtual Dedicated Cloud / AuraDS Enterprise: dedicated AWS/Azure/GCP account/subscription/project per customer; PrivateLink supported |
| MCP | no first-party MCP adapter published as of 2026-05; community connectors may exist. | via official adapter — neo4j-mcp |
| A2A | no Google A2A (Agent2Agent) integration documented as of 2026-05. | no Google A2A (Agent2Agent) integration documented as of 2026-05. |
| OpenTelemetry | first-class — CloudWatch / OTel | first-class — Neo4j metrics + OTel |
| Optimised for | relationship modeling + reasoning + governance over pure vector | relationship modeling + reasoning + governance over pure vector |
| Anti-fit | not for purely-vector or simple-RAG use cases (graph adds setup cost) | not for purely-vector or simple-RAG use cases (graph adds setup cost) |
Taxonomy
| Axis | Amazon Neptune Analytics | Neo4j |
|---|---|---|
| storage | graph | graph |
| retrieval | graph-traversal | graph-traversal |
| persistence | long-term | long-term |
| update | overwrite | overwrite |
| unit | fact | fact |
| governance | inspectable | inspectable |
| conflict | overwrite | overwrite |
Pros & cons
Amazon Neptune Analytics
Pros: Managed graph database with vector + graph hybrid for AWS-native architectures; first-class integration with Bedrock and SageMaker.
Cons: AWS-only; vector + graph hybrid is newer than dedicated competitors; pricing complexity around graph queries.
Neo4j
Pros: Largest graph database community by orders of magnitude; Cypher is the de-facto graph query language; strong native AI/RAG integrations.
Cons: Property-graph model can be awkward for RDF/semantic-web workloads; clustering and scale-out can get expensive.