Ubidots MCP Server
OfficialClick on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceConnect 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,Last updated98Apache 2.0
- Alicense-qualityDmaintenanceBridges Web of Things (WoT) devices to AI assistants via MCP, enabling discovery, monitoring, and control of IoT devices through natural language.Last updated9GPL 3.0
- AlicenseBqualityBmaintenanceEnables natural language interaction with Connhex IoT platform APIs for managing devices, telemetry, rules, and resources via MCP tools.Last updated301MIT
- Alicense-qualityDmaintenanceEnables managing UptimeRobot monitors, alert contacts, and maintenance windows via natural language through the MCP protocol.Last updatedMIT
Related MCP Connectors
Connect e-commerce and marketing data to AI assistants via MCP.
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
MCP connector that lets ChatGPT list, search, and run your Apple Shortcuts via a local Mac agent
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ubidots/ubidots-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server