MCP server that exposes DeviceCloud as tools for MCP-aware assistants — list uploads, check flow status, pull reports and artifacts
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"devicecloud-mcp": {
"command": "npx",
"args": [
"-y",
"RubenGlez/devicecloud-mcp"
]
}
}
}
Run in terminal:
claude mcp add devicecloud-mcp npx -y RubenGlez/devicecloud-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"devicecloud-mcp": {
"command": "npx",
"args": [
"-y",
"RubenGlez/devicecloud-mcp"
]
}
}
}