#836 · Primary category: AI Agents & Automation

mcp-neo4j

database mcp mcp-server neo4j stdio

Neo4j Labs Model Context Protocol servers

Project last updated:04/10/26

GitHub Stars

980

Forks

257

Contributors

22

License

MIT

Why we included this project

Neo4j publishes a bundle of MCP servers under its Labs program, which makes the graph database reachable from any MCP-compatible assistant in plain English. The set includes a server that turns natural-language questions into read and write Cypher queries against a configured database, one that stores entities and relationships as a persistent knowledge-graph memory across sessions, and one that manages Neo4j Aura cloud instances from chat, letting you create, scale, and destroy instances without leaving the conversation. A fourth server adds interactive graph data modeling and visualization. Two practical caveats: the Cypher server requires the APOC plugin for schema inspection, and the whole bundle is a Labs release, so it changes often and carries no SLAs or compatibility guarantees. If you need a supported, product-backed MCP server, Neo4j maintains a separate official one; this collection is better suited as a connector for prototyping and internal agentic tooling.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category