Skip to main content
ClaudeWave
MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
ClaudeWave Trust Score
77/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No description
Last scanned: 9/14/2026
Install in Claude Code / Claude Desktop
Method: NPX · @hostbeam/mcp
Claude Code CLI
claude mcp add hostbeam-mcp -- npx -y @hostbeam/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "hostbeam-mcp": {
      "command": "npx",
      "args": ["-y", "@hostbeam/mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# Hostbeam MCP server

[Hostbeam](https://hostbeam.app) sends a screenshot from your Mac to a server
over SSH and puts the remote path on your clipboard, so you can paste it to a
coding agent running there.

This MCP server runs on that server, next to the agent. The agent can ask for
the screenshot you just beamed and read it, without you pasting the path.

## Install

On the server your agent runs on, not on your Mac. Node 18 or later.

For Claude Code:

```sh
claude mcp add -s user hostbeam -- npx -y @hostbeam/mcp
```

`-s user` makes it available in every project on that server.

For other MCP clients, in their JSON config:

```json
{
  "mcpServers": {
    "hostbeam": {
      "command": "npx",
      "args": ["-y", "@hostbeam/mcp"]
    }
  }
}
```

If the server can't reach npm, copy `hostbeam-mcp.mjs` to it and run that
instead. It has no dependencies.

```sh
claude mcp add -s user hostbeam -- node /path/to/hostbeam-mcp.mjs
```

Hostbeam beams to `/tmp/hostbeam` unless you changed the folder for that host.
If you did, give the server the same folder: `-e HOSTBEAM_DIR=/your/folder` for
Claude Code, or `"env": { "HOSTBEAM_DIR": "/your/folder" }` in JSON.

## Tools

- **`latest_screenshot`** returns the most recent beam as images, with how long
  ago it arrived. If you beamed several files at once, it returns all of them,
  up to six, and names the rest.
- **`list_screenshots`** lists recent beams with file names, sizes and times. No
  image data.
- **`read_screenshot`** returns one file by name.

## What it reads

Only files Hostbeam delivered: names starting with `hostbeam-` with an image
extension, in that one folder. It doesn't look in subfolders, and it refuses a
name with a path in it. It never writes, moves or deletes anything.

JPEG, PNG, GIF and WebP come back as images. Other formats, and anything over
8 MB, come back as a path instead, because models only accept those four as
images.

## Check it by hand

It speaks newline-delimited JSON-RPC on stdin and stdout:

```sh
printf '%s\n' \
  '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}' \
  '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"list_screenshots"}}' \
  | npx -y @hostbeam/mcp
```

## License

MIT

Lo que la gente pregunta sobre hostbeam-mcp

¿Qué es PunkAbeat/hostbeam-mcp?

+

PunkAbeat/hostbeam-mcp es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala hostbeam-mcp?

+

Puedes instalar hostbeam-mcp clonando el repositorio (https://github.com/PunkAbeat/hostbeam-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar PunkAbeat/hostbeam-mcp?

+

Nuestro agente de seguridad ha analizado PunkAbeat/hostbeam-mcp y le ha asignado un Trust Score de 77/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene PunkAbeat/hostbeam-mcp?

+

PunkAbeat/hostbeam-mcp es mantenido por PunkAbeat. La última actividad registrada en GitHub es del 2026-09-14, con 0 issues abiertos.

¿Hay alternativas a hostbeam-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega hostbeam-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: PunkAbeat/hostbeam-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/punkabeat-hostbeam-mcp)](https://claudewave.com/repo/punkabeat-hostbeam-mcp)
<a href="https://claudewave.com/repo/punkabeat-hostbeam-mcp"><img src="https://claudewave.com/api/badge/punkabeat-hostbeam-mcp" alt="Featured on ClaudeWave: PunkAbeat/hostbeam-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a hostbeam-mcp