thingsboard/thingsboard-mcp
The ThingsBoard MCP Server provides a natural language interface for LLMs and AI agents to interact with your ThingsBoard IoT platform.
Quick Start
Clone the repository:
git clone https://github.com/thingsboard/thingsboard-mcpClaude Desktop configuration example:
{
"mcpServers": {
"thingsboard-mcp": {
"command": "npx",
"args": [
"-y",
"thingsboard/thingsboard-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.