Hostbeam for Claude Desktop
app.hostbeam/mcp
Lets a coding agent read the screenshots you beam to its server with Hostbeam.
client:Claude Desktop
transport:stdio
runtime:npm
Install Hostbeam in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@hostbeam/mcp"
],
"env": {
"HOSTBEAM_DIR": "<HOSTBEAM_DIR>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs