Bright-L01/networkx-mcp-server
by Various
🕸️ First NetworkX MCP server for graph analysis in AI conversations | Community & Enterprise editions | Graph algorithms • Network analysis • MCP integration
MCP
Bright-L01/networkx-mcp-server
Added 1 June 2026
Overview
An MCP server that exposes NetworkX graph algorithms for use within AI conversations. It implements the Model Context Protocol to let AI assistants run graph analysis tasks directly. Community and enterprise editions are available for different deployment needs.
Best for
Best for
Developers building AI assistants that need to perform graph analysis
Use cases
- Analyze network graphs via AI chat interfaces
- Run shortest path or centrality algorithms in conversations
- Explore graph structures using natural language prompts
How to use
Install
pip install networkx-mcp-server Tools exposed
resolve_doibuild_citation_networkanalyze_author_impactfind_collaboration_patternsdetect_research_trendsrecommend_papersexport_bibtexcreate_graphadd_nodesremove_nodesadd_edgesremove_edgesget_infolist_graphsdelete_graphshortest_pathget_neighborsset_node_attributesget_node_attributesset_edge_attributes
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "networkx": {\n "command": "python",\n "args": ["-m", "networkx_mcp"]\n }\n }\n} Notes
An MCP server that exposes NetworkX graph algorithms for use within AI conversations. It implements the Model Context Protocol to let AI assistants run graph analysis tasks directly. Community and enterprise editions are available for different deployment needs.
16 stars on GitHub. Last updated 2026-06-01. Licensed MIT.
Use cases
- Analyze network graphs via AI chat interfaces
- Run shortest path or centrality algorithms in conversations
- Explore graph structures using natural language prompts
Pros
- Integrates NetworkX with the MCP standard for AI tool use
- Open-source community edition lowers entry barrier
- Python-based, easy to set up and extend
Cons
- Low GitHub popularity (16 stars) indicates early adoption
- Requires an MCP-compatible AI client to be useful
- Documentation and community support may be limited
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Integrates NetworkX with the MCP standard for AI tool use
- Open-source community edition lowers entry barrier
- Python-based, easy to set up and extend
Cons
- Low GitHub popularity (16 stars) indicates early adoption
- Requires an MCP-compatible AI client to be useful
- Documentation and community support may be limited
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.
