Qubitro API Integration for Claude
@qubitro
关于 Qubitro API Integration for Claude
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-qubitro": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/sse"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
AI 与智能体 分类下的更多 MCP 服务器
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
评论