Ubidots MCP Server
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Ubidots MCP Servershow the latest temperature from device-123"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Ubidots MCP Server
stdio proxy to connect MCP clients with the Ubidots MCP server.
Setup with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ubidots": {
"command": "uvx",
"args": ["ubidots-mcp-server"],
"env": {
"X_AUTH_TOKEN": "your-token-here"
}
}
}
}Custom Deployment
{
"mcpServers": {
"my-iot": {
"command": "uvx",
"args": ["ubidots-mcp-server"],
"env": {
"X_AUTH_TOKEN": "your-token",
"MCP_BASE_URL": "https://mcp.your-domain.com/mcp"
}
}
}
}Related MCP server: wot-mcp
Environment Variables
Variable | Required | Description |
| Yes | Authentication token |
| No | MCP server URL (default: |
| No | Log level: DEBUG, INFO, WARNING, ERROR (default: INFO) |
Development
git clone <repo>
cd ubidots-mcp-server
pip install -e ".[dev]"
pytestThis server cannot be deployed
Maintenance
Related MCP Connectors
Automate 1,000+ services from any MCP-compatible AI agent: build Applets, run actions and queries.
Let AI agents query data and act across all your business apps via MCP.
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceConnect your AI workflows to the ThingsBoard IoT Platform through this MCP server. Enables LLMs to query device telemetry, manage IoT entities (devices, assets, customers), and analyze sensor data - all through natural language. Perfect for building AI-powered IoT monitoring, predictive maintenance,98Apache 2.0
- AlicenseNot gradedqualityDmaintenanceBridges Web of Things (WoT) devices to AI assistants via MCP, enabling discovery, monitoring, and control of IoT devices through natural language.9GPL 3.0
- AlicenseBqualityBmaintenanceEnables natural language interaction with Connhex IoT platform APIs for managing devices, telemetry, rules, and resources via MCP tools.301MIT
- AlicenseAqualityDmaintenanceEnables managing UptimeRobot monitors, alert contacts, and maintenance windows via natural language through the MCP protocol.16MIT