Back
Marketplace/Neo4j

TL;DR

Neo4j is a Databases MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent graph database queries. Install in 1 minute with mcpizy install neo4j.

🔵

Neo4j

Databases

Last updated May 30, 2026 · By MCPizy team

Graph database queries

Install Neo4j

Via MCPizy CLI (recommended):
mcpizy install neo4j
Or run directly:
npx -y neo4j-mcp

Works with

Claude Code
Claude Desktop
Cursor
Windsurf
VS Code + Copilot
Any MCP Client

More Databases MCPs

🐬

MariaDB

MariaDB relational database server

🪳

CockroachDB

Distributed SQL database for cloud apps

🔶

ClickHouse

Query your ClickHouse database server. Run analytical queries, explore schemas, and manage OLAP workloads.

🗃️

SQLite

Local SQLite database access and management

Alternatives to Neo4j

If Neo4j doesn't fit your stack, these Databases MCP servers solve similar problems.

🔍

Elasticsearch

Full-text search and analytics engine

🎯

Qdrant

Vector similarity search engine

⚡

DynamoDB

AWS DynamoDB NoSQL database operations

Key Takeaways

  • Neo4j exposes an MCP interface for databases workflows in Claude Code, Cursor and Windsurf.
  • No authentication required — works out of the box once installed.
  • Install in 1 command: mcpizy install neo4j — config written to your client automatically.
  • Free and open source — verified compatible with every MCP client (Claude Code, Claude Desktop, Cursor, Windsurf, VS Code + Copilot).
  • Best use case: automate databases workflows from your AI agent without leaving the editor.

Frequently asked questions

What is the Neo4j MCP server?

The Neo4j MCP server is an Databases Model Context Protocol server that lets Claude Code, Cursor, Windsurf, VS Code with Copilot, and other MCP-compatible AI agents graph database queries. It exposes Neo4j's capabilities as tools the AI can call directly from your editor or CLI.

How do I install Neo4j MCP with Claude Code?

The fastest way is the MCPizy CLI: run `mcpizy install neo4j` and MCPizy will add the server to your `.claude.json` automatically. You can also install it manually by adding an entry under `mcpServers` in `.claude.json` with the command `npx -y neo4j-mcp` and restarting Claude Code.

Is Neo4j MCP free?

Yes. The Neo4j MCP server is free and open source. You may still need a Neo4j account or API key to connect the server to the underlying service, but the MCP layer itself has no MCPizy subscription cost.

Does Neo4j MCP work with Cursor and Windsurf?

Yes. Any MCP-compatible client works — including Claude Code, Claude Desktop, Cursor (via `.cursor/mcp.json`), Windsurf, VS Code with Copilot Chat, and custom agents built on the MCP SDK. The same install command targets all of them; only the config file path differs.

Manage all your MCPs in one place

Monitor usage, track costs, and discover new MCPs.

Get Started Free
What can I do with Neo4j MCP?

Once installed, your AI agent can graph database queries directly inside your conversation. Typical use cases include asking Claude Code or Cursor to run Neo4j operations, inspect results, chain Neo4j with other MCP servers (see our Workflow Recipes), and automate repetitive databases tasks without leaving your editor.