MCP Directory
Back

thingspanel-mcp

by ThingsPanel · Python · ★ 44

This MCP server integrates ThingsPanel IoT platform with AI models like Claude, GPT, and others that support the Model Context Protocol.

Install

pip install git+https://github.com/ThingsPanel/thingspanel-mcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "thingspanel-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/ThingsPanel/thingspanel-mcp.git"
      ]
    }
  }
}

From the README

[ThingsPanel](http://thingspanel.io/) IoT Platform's MCP (Model Context Protocol) Server. [English](README.md) | [中文](README_CN.md) ThingsPanel MCP Server is an innovative intelligent interface that enables you to: - Interact with IoT devices using natural language - Easily retrieve device information - Monitor device performance and status in real-time - Simplify device control commands - Analyze platform-wide statistical data and trends - **IoT Solution Developers**: Engineers and developers building solutions on the ThingsPanel IoT platform and seeking AI integration capabilities - **AI…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related other servers