Integrations
Provides containerization support for running the MCP Internet Speed Test server in an isolated environment, with Docker configuration for building and deploying the service.
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:
Option 2: Using docker
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:
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]
andrequests
packages 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
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
mcp-internet-speed-test
Related MCP Servers
- -securityAlicense-qualityA lightweight mcp server that tells you exactly what time is it based on your IP.Last updated -3PythonMIT License
- -securityAlicense-qualityMCP Server for networl monitoring software ntopng.Last updated -PythonMIT License
- -securityAlicense-qualityA test server implementing all features of the MCP protocol, including prompts, tools, resources, and sampling, designed for testing MCP clients rather than practical applications.Last updated -TypeScriptMIT License
- JavaScriptMIT License