An MCP server for interacting with the ThingsPanel IoT platform.
ThingsPanel IoT Platform's MCP (Model Context Protocol) Server.
ThingsPanel MCP Server is an innovative intelligent interface that enables you to:
pip install thingspanel-mcp
# Clone the repository
git clone https://github.com/ThingsPanel/thingspanel-mcp.git
# Navigate to project directory
cd thingspanel-mcp
# Install the project
pip install -e .
thingspanel-mcp --api-key "Your API Key" --base-url "Your ThingsPanel Base URL"
If you want to avoid repeated input, set environment variables:
# Add to ~/.bashrc, ~/.zshrc, or corresponding shell config file
export THINGSPANEL_API_KEY="Your API Key"
export THINGSPANEL_BASE_URL="Your ThingsPanel Base URL"
# Then run
source ~/.bashrc # or source ~/.zshrc
๐ก Tips:
http://demo.thingspanel.cn/
Add the following to your Claude desktop configuration file (claude_desktop_config.json
):
{
"mcpServers": {
"thingspanel": {
"command": "thingspanel-mcp",
"args": [
"--api-key", "Your API Key",
"--base-url", "Your Base URL"
]
}
}
}
Using the ThingsPanel MCP Server, you can now make natural language queries such as:
Apache License 2.0
If this project helps you, please give us a star on GitHub! โญ
Access and manage wearable and health app data through the Terra API.
Deploy a remote, authentication-free MCP server on Cloudflare Workers to search for rewards flights.
A server for interacting with the OpenAI API. Requires an API key.
Create, manage, and explore your content and content model using natural language in any MCP-compatible AI tool.
Interact with Twelve Data APIs to access real-time and historical financial market data for your AI agents.
A remote, authentication-free MCP server deployable on Cloudflare Workers.
Retrieve data from the National Park Service (NPS) API.
Advanced text-to-image generation model using the fal.ai API. Requires a FAL_KEY environment variable.
Provides a unified interface to AWS services for security investigations and incident response.
Integrate with the Laravel Forge API to manage servers and deployments using MCP-compliant tools.