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

Installation

npx -y thingsboard-mcp

Configuration

{
  "mcpServers": {
    "thingsboard-mcp": {
      "command": "npx",
      "args": ["-y", "thingsboard-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub