Hostbeam for Cursor
app.hostbeam/mcp
Lets a coding agent read the screenshots you beam to its server with Hostbeam.
client:Cursor
transport:stdio
runtime:npm
Install Hostbeam in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hostbeam/mcp"
],
"env": {
"HOSTBEAM_DIR": "<HOSTBEAM_DIR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs