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.

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

Need More Details?

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

View Full Documentation on GitHub

Related MCPs

View all →