SmartThings
Integrate and control SmartThings devices using a personal access token.
smartthings-mcp
This project provides a small Model Context Protocol server exposing a few SmartThings helper tools.
"mcpServers": {
"SmartThings": {
"type": "stdio",
"command": "uv",
"args": [
"run",
"src/server.py"
],
"env": {
"TOKEN": "Your Personal Token"
}
}
}
Docker
A Dockerfile is included for convenience. Build and run the image with:
docker build -t smartthings-mcp .
docker run -e TOKEN=<api token> smartthings-mcp
The container installs the production dependencies using uv and launches the server with uv run src/server.py.
Available tools
The server exposes the following MCP tools:
get_rooms– return a mapping of room UUIDs to names.get_devices– list devices with optional filtering.get_device_status– fetch status for a device by UUID.execute_commands– send commands to a device.
Похожие серверы
Workers MCP
An MCP transport for interacting with your own Cloudflare Worker.
mcp-server-insumer
On-chain token verification across 31 blockchains. 16 tools for ECDSA-signed attestations, discount codes, merchant discovery, and autonomous onboarding.
Bybit API
An interface to interact with the Bybit cryptocurrency exchange API.
Salesforce MCP
Interact with Salesforce orgs securely and modularly using LLM-driven tools.
CloudWatch Logs
Access AWS CloudWatch logs to list log groups and read log entries.
Ploi Cloud
European cloud hosting. Use your favorite AI coding assistant to easily deploy and manage apps on Ploi Cloud.
NFTGo MCP
Access the NFTGo Developer API for comprehensive NFT data and analytics. Requires an NFTGo API key.
Brex
Interact with the Brex API to manage financial data and resources.
Render
Manage your Render.com services, deployments, and infrastructure.
dRPC Agent Skills
Blockchain RPC via DRPC. Exposes eth_call, eth_getBalance, gas estimation, and other JSON-RPC methods as MCP tools across 100+ blockchains