MCP Neo4J Data Modeling
Rank #4,661io.github.neo4j-contrib/mcp-neo4j-data-modeling
MCP server providing neo4j-data-modeling capabilities
MCP Neo4J Data Modeling is a Model Context Protocol (MCP) server published by neo4j-contrib. It ranks #4,661 of 115,460 servers tracked on MCP Toplist, and its repository has 980 GitHub stars. MCP Neo4J Data Modeling is listed on Official MCP, with 6 tracked versions. It was first listed on Nov 7, 2025 and most recently updated on Dec 22, 2025.
Ranks ahead of 110,799 of 115,460 servers on MCP Toplist.
Use MCP Neo4J Data Modeling
claude mcp add mcp-neo4j-data-modeling -e "NEO4J_NAMESPACE=<your NEO4J_NAMESPACE>" -- uvx mcp-neo4j-data-modelingReplace each placeholder with your own value before saving.
[mcp_servers.mcp-neo4j-data-modeling]
command = "uvx"
args = ["mcp-neo4j-data-modeling"]
[mcp_servers.mcp-neo4j-data-modeling.env]
NEO4J_NAMESPACE = "<your NEO4J_NAMESPACE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-neo4j-data-modeling": {
"command": "uvx",
"args": [
"mcp-neo4j-data-modeling"
],
"env": {
"NEO4J_NAMESPACE": "<your NEO4J_NAMESPACE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-neo4j-data-modeling": {
"command": "uvx",
"args": [
"mcp-neo4j-data-modeling"
],
"env": {
"NEO4J_NAMESPACE": "<your NEO4J_NAMESPACE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-neo4j-data-modeling": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-neo4j-data-modeling"
],
"env": {
"NEO4J_NAMESPACE": "<your NEO4J_NAMESPACE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-neo4j-data-modeling": {
"command": "uvx",
"args": [
"mcp-neo4j-data-modeling"
],
"env": {
"NEO4J_NAMESPACE": "<your NEO4J_NAMESPACE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-neo4j-data-modeling": {
"command": "uvx",
"args": [
"mcp-neo4j-data-modeling"
],
"env": {
"NEO4J_NAMESPACE": "<your NEO4J_NAMESPACE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.neo4j-contrib%2Fmcp-neo4j-data-modeling)<a href="https://mcptoplist.com/server/io.github.neo4j-contrib%2Fmcp-neo4j-data-modeling"><img src="https://mcptoplist.com/badge/io.github.neo4j-contrib%2Fmcp-neo4j-data-modeling.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
neo4j-contrib
Other servers by neo4j-contrib
View all neo4j-contrib servers →Available versions (6)
| Version | Published |
|---|---|
| 0.8.2 | Dec 22, 2025 |
| 0.8.1 | Dec 16, 2025 |
| 0.8.0 | Dec 15, 2025 |
| 0.7.0 | Nov 19, 2025 |
| 1.0.0 | Nov 7, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Neo4J Data Modeling?
- MCP Neo4J Data Modeling is maintained by neo4j-contrib, which publishes 8 MCP servers (22 total versions) tracked on MCP Toplist.
- Is MCP Neo4J Data Modeling listed on the Official MCP Registry?
- Yes — MCP Neo4J Data Modeling is listed on the Official MCP Registry.
- How many versions does MCP Neo4J Data Modeling have?
- MCP Toplist tracks 6 versions of MCP Neo4J Data Modeling, most recently published on Dec 22, 2025.
- Where can I find the source code for MCP Neo4J Data Modeling?
- The source code for MCP Neo4J Data Modeling is hosted at github.com/neo4j-contrib/mcp-neo4j.