Skip to main content
Glama
ubidots

Ubidots MCP Server

Official
by ubidots

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

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Connect 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,
    98
    Apache 2.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    Bridges Web of Things (WoT) devices to AI assistants via MCP, enabling discovery, monitoring, and control of IoT devices through natural language.
    9
    GPL 3.0