The GDS Agent MCP server provides access to Neo4j's Graph Data Science (GDS) library, exposing graph algorithms for analysis. It connects to Neo4j databases, allowing developers to run algorithms like PageRank, Louvain, and Node2Vec. Useful for data scientists and developers working with graph data, enabling them to perform community detection, centrality analysis, and node embedding.
The GDS Agent MCP server provides access to Neo4j's Graph Data Science (GDS) library, exposing graph algorithms for analysis. It connects to Neo4j databases, allowing developers to run algorithms like PageRank, Louvain, and Node2Vec. Useful for data scientists and developers working with graph data, enabling them to perform community detection, centrality analysis, and node embedding.
pip install gds-agentAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"neo4j-contrib-gds-agent-github": {
"command": "uvx",
"args": [
"pip install gds-agent"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from gds agent?"
API Key Required
This server requires an API key from gds agent. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| GDS_AGENT_API_KEY | Yes | Your gds agent API key |
"What resources are available in gds agent?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in gds agent"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in gds agent with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.