upAPI for Claude Desktop
io.github.devinosolutions/upapi-mcp
All public upAPI operations as MCP tools: web scraping, search, screenshots, PDF, OCR and more.
client:Claude Desktop
transport:streamable-http
runtime:npm
Install upAPI in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"upapi-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.upapi.io/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs