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"
      }
    }
  }
}

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
A
license - permissive license
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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