Back to MCP Servers
Thingsboard
The ThingsBoard MCP Server provides a natural language interface for LLMs and AI agents to interact with your ThingsBoard IoT platform.
other-tools-and-integrationsaillmagent
By thingsboard
Installation
npx -y thingsboard-mcpConfiguration
{
"mcpServers": {
"thingsboard-mcp": {
"command": "npx",
"args": ["-y", "thingsboard-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes