Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Ubidots Server

FreeNot checked

Enables MCP clients to interact with the Ubidots IoT platform for managing IoT devices, data, and automation through natural language.

GitHubEmbed

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

from github.com/ubidots/ubidots-mcp-server

Install Ubidots Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install ubidots-mcp-server

Installs 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-server

FAQ

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

Compare 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