Back to MCP Servers
Networkx
The first NetworkX integration for Model Context Protocol, enabling graph analysis and visualization directly in AI conversations. Supports 13 operations including centrality algorithms, community detection, PageRank, and graph visualization.
data-science-toolsgoai
By Bright-L01
Installation
npx -y networkx-mcp-serverConfiguration
{
"mcpServers": {
"networkx-mcp-server": {
"command": "npx",
"args": ["-y", "networkx-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes