thingsboard/thingsboard-mcp
by Various
๐๏ธ โ โ๏ธ ๐ ๐ ๐ช ๐ง - The ThingsBoard MCP Server provides a natural language interface for LLMs and AI agents to interact with your ThingsBoard IoT platform.
MCP
thingsboard/thingsboard-mcp
Added 1 June 2026
Overview
The ThingsBoard MCP Server implements the Model Context Protocol to provide a natural language interface for large language models and AI agents. It enables them to interact with the ThingsBoard IoT platform by translating LLM requests into platform API calls.
Best for
Best for
Developers building AI assistants that need to query or manage a ThingsBoard IoT deployment
Use cases
- Letting an LLM query device telemetry data from ThingsBoard
- Allowing AI agents to manage IoT dashboards and alarms via natural language
- Enabling conversational interfaces for ThingsBoard platform administration
How to use
Tools exposed
THINGSBOARD_URLTHINGSBOARD_API_KEYTHINGSBOARD_USERNAMETHINGSBOARD_PASSWORDTHINGSBOARD_LOGIN_INTERVAL_SECONDSHTTP_BIND_ADDRESSHTTP_BIND_PORTSPRING_AI_MCP_SERVER_STDIOSPRING_WEB_APPLICATION_TYPESPRING_AI_MCP_SERVER_SSE_ENDPOINTSPRING_AI_MCP_SERVER_SSE_MESSAGE_ENDPOINTTHINGSBOARD_CONNECTION_MAX_RETRIESTHINGSBOARD_CONNECTION_RETRY_DELAY_SECONDSTHINGSBOARD_CONNECTION_CONNECT_TIMEOUT_SECONDSTHINGSBOARD_CONNECTION_READ_TIMEOUT_SECONDSLOG_LEVEL_APPLOG_LEVEL_TOOLSLOG_LEVEL_TOOL_RESPONSELOGGING_PATTERN_CONSOLELOGGING_CONSOLE_TARGET
Tested with
Claude Desktop, Cursor, VS Code Copilot, Claude Code
Example client config
{\n "mcpServers": {\n "thingsboard": {\n "command": "docker",\n "args": ["run", "-i", "--rm", "-e", "THINGSBOARD_URL", "-e", "THINGSBOARD_API_KEY", "thingsboard/mcp"],\n "env": {\n "THINGSBOARD_URL": "https://thingsboard.cloud",\n "THINGSBOARD_API_KEY": "YOUR_API_KEY"\n }\n }\n }\n} Notes
The ThingsBoard MCP Server implements the Model Context Protocol to provide a natural language interface for large language models and AI agents. It enables them to interact with the ThingsBoard IoT platform by translating LLM requests into platform API calls.
96 stars on GitHub. Last updated 2026-03-16. Licensed Apache-2.0.
Use cases
- Letting an LLM query device telemetry data from ThingsBoard
- Allowing AI agents to manage IoT dashboards and alarms via natural language
- Enabling conversational interfaces for ThingsBoard platform administration
Pros
- Bridges LLMs directly to ThingsBoard without custom integration code
- Uses the open MCP standard, making it compatible with various LLM hosts
- Written in Java, aligning with ThingsBoardโs backend language
Cons
- Requires a running ThingsBoard instance to be useful
- Dependent on the MCP protocol ecosystem, which is still evolving
- Limited to functionality exposed via ThingsBoardโs REST API
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Bridges LLMs directly to ThingsBoard without custom integration code
- Uses the open MCP standard, making it compatible with various LLM hosts
- Written in Java, aligning with ThingsBoard's backend language
Cons
- Requires a running ThingsBoard instance to be useful
- Dependent on the MCP protocol ecosystem, which is still evolving
- Limited to functionality exposed via ThingsBoard's REST API
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developerโs Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.