mcpbeat Sign in

Neo4j GDS Agent MCP Server

local only

Neo4j GDS Agent runs on your own machine — the client starts it, so there is no endpoint to ping. 112 installs a week from pypi. Last commit 28 Aug 2026.

Neo4j Graph Data Science MCP server

Installs per day peak 70 · avg 21 · -26% w/w
a month agotoday
112
Installs / week
pypi · gds-agent
96
Stars
0 open issues
28 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/mcp_server_neo4j_gds/__init__.py:1, [пакет] src/mcp_server_neo4j_gds/algorithm_handler.py:1, [пакет] src/mcp_server_neo4j_gds/centrality_algorithm_handlers.py:1 и ещё 19
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gds-agent -- uvx gds-agent
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gds-agent": {
      "args": [
        "gds-agent"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gds-agent]
command = "uvx"
args = ["gds-agent"]
.cursor/mcp.json
{
  "mcpServers": {
    "gds-agent": {
      "args": [
        "gds-agent"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gds-agent": {
      "args": [
        "gds-agent"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: NEO4J_URI (Neo4j connection URI (neo4j:// or neo4j+s://)), NEO4J_USERNAME (Neo4j username), NEO4J_PASSWORD (Neo4j password), NEO4J_DATABASE (Neo4j database name), AURA_API_CLIENT_ID (Aura API client ID (enables Aura Graph Analytics session mode)), AURA_API_CLIENT_SECRET (Aura API client secret), AURA_API_PROJECT_ID (Aura project ID (only if the API client can access multiple projects)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Neo4j GDS Agent

same job, measured the same way
MCP Neo4j Data Modeling
by neo4j-contrib

A simple Neo4j MCP server for creating graph data models.

1 308 installs/wk local only
Data Science AI MCP
by csoai-org

Data Science Ai MCP Server by MEOK AI Labs

294 installs/wk local only
MCP Neo4j Memory
by neo4j-contrib

MCP Neo4j Knowledge Graph Memory Server

4 058 installs/wk local only
MCP Neo4j Aura Manager
by neo4j-contrib

MCP server for Neo4j Aura Database Instance Manager.

159 installs/wk local only
science
by pipeworx-io

Science MCP — free science data APIs

40 tools answering
Neuro
by brain-bbqs

Neuroscience MCP server (Python)

local only
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

162 installs/wk local only
Aide MCP Server
by netapp

MCP server for NetApp AI Data Engine

127 installs/wk local only

Neo4j GDS Agent — questions

Answers built from our own checks of this server.

Why is there no uptime for Neo4j GDS Agent?
Neo4j GDS Agent runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package gds-agent was installed 112 times last week.
How do I connect Neo4j GDS Agent?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls gds-agent straight from pypi; nothing to host, nothing to sign up for.
How many people use Neo4j GDS Agent?
The pypi package gds-agent was installed 112 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Neo4j GDS Agent open source?
Yes — it is published under the MIT licence, written in Python and 96 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.