Thingsboard MCP Server for using Thingsboard Data as context in LLM tools
9 stars
Python
Updated Aug 7, 2025
Documentation
Thingsboard MCP Server
Setup environment using uv
Windows
code
# Install uv
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
# Create virtual environment
uv venv
# Activate virtual environment
.venv\Scripts\activateLinux
code
# Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
# Create virtual environment
uv venv
# Activate virtual environment
source .venv/bin/activateAdd environment variables
Create .env file: cp .env.example .env
Add the environment variables to allow the MCP server to connect to Thingsboard.
Install dependencies
code
uv pip install -r pyproject.tomlRun server
code
uv run src/thingsboard.pySimilar MCP
Based on tags & features
Trending MCP
Most active this week