Ubidots Server
FreeNot checkedEnables MCP clients to interact with the Ubidots IoT platform for managing IoT devices, data, and automation through natural language.
About
Enables MCP clients to interact with the Ubidots IoT platform for managing IoT devices, data, and automation through natural language.
README
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"
}
}
}
}
Environment Variables
| Variable | Required | Description |
|---|---|---|
X_AUTH_TOKEN |
Yes | Authentication token |
MCP_BASE_URL |
No | MCP server URL (default: https://mcp.ubidots.com/mcp) |
MCP_LOG_LEVEL |
No | Log level: DEBUG, INFO, WARNING, ERROR (default: INFO) |
Development
git clone <repo>
cd ubidots-mcp-server
pip install -e ".[dev]"
pytest
Install Ubidots Server in Claude Desktop, Claude Code & Cursor
unyly install ubidots-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add ubidots-mcp-server -- uvx ubidots-mcp-serverFAQ
Is Ubidots Server MCP free?
Yes, Ubidots Server MCP is free — one-click install via Unyly at no cost.
Does Ubidots Server need an API key?
No, Ubidots Server runs without API keys or environment variables.
Is Ubidots Server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Ubidots Server in Claude Desktop, Claude Code or Cursor?
Open Ubidots Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Ubidots Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
