- Neo4J MCP Server by CData
Neo4J MCP Server by CData
What is Neo4J MCP Server by CData?
Neo4J MCP Server by CData is a read-only Model Context Protocol (MCP) server designed to allow large language models (LLMs) to query live data from Neo4J databases using natural language, without the need for SQL.
How to use Neo4J MCP Server?
To use the Neo4J MCP Server, clone the repository, build the server, install the CData JDBC Driver for Neo4J, configure your connection, and create a configuration file for your AI client (e.g., Claude Desktop).
Key features of Neo4J MCP Server?
- Provides a read-only interface for querying Neo4J data.
- Allows LLMs to retrieve live information using natural language queries.
- Simplifies the setup process for connecting to Neo4J databases.
Use cases of Neo4J MCP Server?
- Querying live data from Neo4J databases using natural language.
- Integrating with AI clients to enhance data accessibility.
- Facilitating data analysis without requiring SQL knowledge.
FAQ from Neo4J MCP Server?
- Can I write data using this server?
No, this server is read-only. For write capabilities, consider using the full CData MCP Server for Neo4J.
- Is there a trial version available?
Yes, you can download a trial version of the CData MCP Server for Neo4J from the CData website.
- What is the licensing for this server?
The Neo4J MCP Server is licensed under the MIT License, allowing free use, modification, and distribution.
Server Config
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\neo4j.prp"
]
}
}
}