Qubitro API Integration for Claude
@qubitro
About Qubitro API Integration for Claude
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"remote-mcp-server-qubitro": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/sse"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Qubitro API Integration for Claude?
This is a Model Context Protocol (MCP) server that connects Claude AI to the Qubitro IoT platform, enabling Claude to manage Qubitro projects, devices, and data.
How to use Qubitro API Integration for Claude?
Install dependencies with npm install, start the server with npm run dev, then configure Claude Desktop by adding the server to its MCP configuration file with the command npx mcp-remote http://localhost:8787/sse. When Claude starts, a browser window opens to enter your Qubitro API token for authentication.
Key features of Qubitro API Integration for Claude?
- Create new projects in Qubitro
- List and retrieve Qubitro projects
- Invite users and groups to a project
- List devices in a project
- Get device data with pagination and filters
- Retrieve device data keys
- Check device status
Use cases of Qubitro API Integration for Claude?
- Monitor IoT device data through natural language queries
- Manage Qubitro project memberships by inviting users and groups
- Retrieve real-time status and data from specific devices
- Organize and list all IoT projects in a Qubitro account
- Inspect available data keys for a device to understand its telemetry
FAQ from Qubitro API Integration for Claude
How do I install and run the server?
Run npm install to install dependencies, then npm run dev to start the server at http://localhost:8787/.
How do I configure Claude Desktop to use this MCP server?
Add the server to your Claude Desktop configuration file with the command npx mcp-remote http://localhost:8787/sse under the key mcpServers.qubitro.
How do I authenticate with Qubitro?
When you open Claude after configuration, a browser window opens where you can enter your Qubitro API token to authenticate.
What tools does this integration provide?
It provides eight tools: create project, list projects, get project, invite to project, list devices, get device data, get device data keys, and get device status.
How can I debug connection issues?
Directly connect to the MCP server using npx mcp-remote http://localhost:8787/sse or clear the authentication cache with rm -rf ~/.mcp-auth.
More AI & Agents MCP servers
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
Comments