POX MCP Server
A Model Context Protocol server that provides network control and management capabilities through the POX SDN controller, enabling Python-based network programming, OpenFlow device management, and automated network analysis.
davidlin2k
README
POX MCP Server
Overview
A Model Context Protocol (MCP) server implementation that provides network control and management capabilities through the POX SDN controller. This server enables Python-based network programming, OpenFlow device management, and automated network analysis through POX's modular architecture. Perfect for educational environments, network prototyping, and SDN research.
Components
Resources
The server exposes two dynamic resources:
pox://network-config
: A comprehensive POX controller configuration memo- Tracks active POX components and their configurations
- Records network topology and flow rules
- Maintains discovered network insights
pox://topology
: Real-time network topology view- Shows active OpenFlow datapaths (switches)
- Maps host locations and connections
- Displays link status and port mappings
Prompts
The server provides three specialized prompts:
-
pox-network-manager
: Interactive prompt for POX controller management- Required argument:
topic
- The network control aspect to focus on - Helps configure POX components and modules
- Guides through network policy implementation
- Integrates with network configuration memo
- Required argument:
-
simple-hub
: Basic L2 hub implementation using POX- Required argument:
dpid
- The datapath identifier - Demonstrates POX's event-driven programming
- Shows basic packet handling and flooding
- Explains POX's core mechanisms
- Required argument:
-
learning-switch
: L2 learning switch implementation- Required argument:
dpid
- The datapath identifier - Showcases POX's table management
- Implements MAC learning and forwarding
- Demonstrates POX's packet handling capabilities
- Required argument:
Tools
The server offers five core tools:
Datapath Management Tools
-
get_switches
- List all connected OpenFlow datapaths
- No input required
- Returns: Array of active POX-controlled switches
- Includes connection status and capabilities
-
get_switch_desc
- Get detailed datapath information
- Input:
dpid
(string): Datapath identifier
- Returns: POX-managed switch details and features
Flow Management Tools
-
get_flow_stats
- Retrieve POX flow statistics
- Input:
dpid
(string): Datapath identifiermatch
(object, optional): POX match structuretable_id
(string, optional): OpenFlow table IDout_port
(string, optional): Output port filter
- Returns: POX flow statistics including packet counts
-
set_table
- Configure POX flow tables
- Input:
dpid
(string): Datapath identifierflows
(array): POX flow specifications
- Returns: Flow table update confirmation
Analysis Tools
append_insight
- Add network insights to POX configuration memo
- Input:
insight
(string): Network observation or analysis
- Returns: Insight addition confirmation
- Updates pox://network-config resource
Usage with Claude Desktop
uv
{
"mcpServers": {
"pox": {
"command": "uv",
"args": [
"--directory",
"parent_of_servers_repo/servers/src/mcp_server_pox",
"run",
"server.py"
],
"env": {
"POX_SERVER_URL": "http://localhost:8000"
}
}
}
}
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Contributing
Contributions are welcome! Please feel free to submit pull requests, report bugs, or suggest new features.
Recommended Servers
Crypto Price & Market Analysis MCP Server
A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
MCP PubMed Search
Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.
dbt Semantic Layer MCP Server
A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.
mixpanel
Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.

Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Nefino MCP Server
Provides large language models with access to news and information about renewable energy projects in Germany, allowing filtering by location, topic (solar, wind, hydrogen), and date range.
Vectorize
Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.
Mathematica Documentation MCP server
A server that provides access to Mathematica documentation through FastMCP, enabling users to retrieve function documentation and list package symbols from Wolfram Mathematica.
kb-mcp-server
An MCP server aimed to be portable, local, easy and convenient to support semantic/graph based retrieval of txtai "all in one" embeddings database. Any txtai embeddings db in tar.gz form can be loaded
Research MCP Server
The server functions as an MCP server to interact with Notion for retrieving and creating survey data, integrating with the Claude Desktop Client for conducting and reviewing surveys.