mcp-internet-speed-test
mcp-internet-speed-test
README
MCP Internet Speed Test
⚠️ Experimental Version
This is an experimental implementation of a Model Context Protocol (MCP) server for internet speed testing. It allows AI models and agents to measure, analyze, and report network performance metrics through a standardized interface.
What is MCP?
The Model Context Protocol (MCP) provides a standardized way for Large Language Models (LLMs) to interact with external tools and data sources. Think of it as the "USB-C for AI applications" - a common interface that allows AI systems to access real-world capabilities and information.
Features
- Download Speed Testing: Measure download bandwidth
- Upload Speed Testing: Measure upload bandwidth with configurable file sizes
- Latency Testing: Measure network latency to various servers
- Jitter Analysis: Calculate network jitter by analyzing latency variations
- Comprehensive Reporting: Provide detailed JSON-formatted reports
Installation
Prerequisites
- Python 3.12 or higher
- uv package manager (recommended)
Option 1: Using uvx (Recommended)
The uvx command is a convenient way to run Python packages directly without explicit installation:
# Run the MCP server directly
uvx /path/to/mcp-internet-speed-test
Option 2: Using docker
# Build the Docker image
docker build -t mcp-internet-speed-test .
# Run the MCP server in a Docker container
docker run -it --rm -v $(pwd):/app -w /app mcp-internet-speed-test
Configuration
To use this MCP server with Claude Desktop or other MCP clients, add it to your MCP configuration file.
Claude Desktop Configuration
Edit your Claude Desktop MCP configuration file:
{
"mcpServers": {
"mcp-internet-speed-test": {
"command": "uvx",
"args": [
"/ABSOLUTE/PATH/TO/mcp-internet-speed-test"
]
}
}
}
API Tools
The MCP Internet Speed Test provides the following tools:
measure_download_speed: Measures download bandwidth (in Mbps)measure_upload_speed: Measures upload bandwidth (in Mbps)measure_latency: Measures network latency (in ms)measure_jitter: Measures network jitter by analyzing latency variationsrun_complete_test: Runs all tests and provides a comprehensive report
Troubleshooting
If you're having issues connecting to the MCP server:
- Make sure the path in your MCP configuration is correct
- Check that you have the required permissions for the directory
- Verify Python 3.12+ is installed and in your PATH
- Ensure the
mcp[cli]andrequestspackages are installed
Development
This is an experimental project and contributions are welcome. To contribute:
- Open an issue or submit a pull request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
- MCP Framework maintainers for standardizing AI tool interactions
- The Model Context Protocol community for documentation and examples
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.