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
0
View on GitHub

Installation

npx -y Bright-L01/networkx-mcp-server

Configuration

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.

GitHub: https://github.com/Bright-L01/networkx-mcp-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub