MCP.so
登录

Thingsboard MCP Server

@AnyContext-ai

关于 Thingsboard MCP Server

Thingsboard MCP Server for using Thingsboard Data as context in LLM tools

基本信息

分类

其他

传输方式

stdio

发布者

AnyContext-ai

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Thingsboard MCP Server?

The Thingsboard MCP Server connects AI assistants via the Model Context Protocol to Thingsboard, an open-source IoT platform. It is designed for developers integrating IoT device data and dashboards with AI-powered tools.

How to use Thingsboard MCP Server?

Install uv, create a virtual environment, copy the .env.example file to .env, add Thingsboard connection variables, install dependencies with uv pip install -r pyproject.toml, and run the server with uv run src/thingsboard.py.

Key features of Thingsboard MCP Server

  • Connects MCP-compatible clients to Thingsboard IoT platform
  • Uses environment variables for secure Thingsboard authentication

Use cases of Thingsboard MCP Server

FAQ from Thingsboard MCP Server

What dependencies does Thingsboard MCP Server require?

Python and the uv package manager are required. Dependencies are listed in pyproject.toml and installed via uv.

How do I configure Thingsboard MCP Server?

Create a .env file from the provided .env.example and add the environment variables needed to connect to your Thingsboard instance.

How do I run Thingsboard MCP Server on Windows?

Install uv, create a virtual environment with .venv\Scripts\activate, install dependencies, and run uv run src/thingsboard.py.

How do I run Thingsboard MCP Server on Linux?

Install uv, create a virtual environment with source .venv/bin/activate, install dependencies, and run uv run src/thingsboard.py.

评论

其他 分类下的更多 MCP 服务器