← Back to browse

mcp-neo4j-data-modeling

Indexed by io.github.neo4j-contrib

About

A simple Neo4j MCP server for creating graph data models.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsNEO4J_NAMESPACE
Claude Code
claude mcp add --env NEO4J_NAMESPACE= mcp-neo4j-data-modeling -- uvx mcp-neo4j-data-modeling
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-neo4j-data-modeling","command":"uvx","args":["mcp-neo4j-data-modeling"],"env":{"NEO4J_NAMESPACE":""}}'
JSON
{
  "mcpServers": {
    "mcp-neo4j-data-modeling": {
      "command": "uvx",
      "args": [
        "mcp-neo4j-data-modeling"
      ],
      "env": {
        "NEO4J_NAMESPACE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.