Bright-L01/networkx-mcp-server
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.
Quick Start
Clone the repository:
git clone https://github.com/Bright-L01/networkx-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"networkx-mcp-server": {
"command": "npx",
"args": [
"-y",
"Bright-L01/networkx-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.