data science tools
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.
python
local
data science tools
Installation
npx -y Bright-L01/networkx-mcp-serverConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "networkx-mcp-server",
"command": "npx",
"args": [
"-y",
"Bright-L01/networkx-mcp-server"
]
}About This MCP Server
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub