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.
Verwandte Server
Weather MCP Server
Provides weather information using the OpenWeatherMap API.
WeatherXM PRO
Access weather station data, observations, and forecasts using the WeatherXM PRO API.
Skyvia MCP
Skyvia MCP Endpoint is a no-code gateway that makes your business data accessible to AI assistants in real time.
Alpaca MCP Server
Interact with Alpaca's market data and brokerage services via its API.
Netlify
Create, build, deploy, and manage Netlify resources using natural language.
Sitequest Hosting
A remote Model Context Protocol (MCP) server for managing VPS servers and domains on Sitequest. Lets AI assistants provision, monitor, and configure infrastructure through natural language.
DataWorks
A Model Context Protocol (MCP) server that provides tools for AI, allowing it to interact with the DataWorks Open API through a standardized interface. This implementation is based on the Aliyun Open API and enables AI agents to perform cloud resources operations seamlessly.
Amazon Security Lake
Query Amazon Security Lake data using AWS Athena. Requires AWS credentials for access.
Merlin Energy — BESS Quoting & Sales Intelligence
AI-powered BESS quoting & energy sales agent for Claude and other MCP clients. Generate TrueQuote™ estimates, qualify leads, compare competitors, and produce proposals — in seconds.
Alpaca
Interact with the Alpaca trading API for stock trading, market data, and account management.