Skip to main content
ClaudeWave
MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated 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.
Use cases

MCP Servers overview

# 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

What people ask about hostbeam-mcp

What is PunkAbeat/hostbeam-mcp?

+

PunkAbeat/hostbeam-mcp is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install hostbeam-mcp?

+

You can install hostbeam-mcp by cloning the repository (https://github.com/PunkAbeat/hostbeam-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is PunkAbeat/hostbeam-mcp safe to use?

+

Our security agent has analyzed PunkAbeat/hostbeam-mcp and assigned a Trust Score of 77/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains PunkAbeat/hostbeam-mcp?

+

PunkAbeat/hostbeam-mcp is maintained by PunkAbeat. The last recorded GitHub activity is dated 2026-09-14, with 0 open issues.

Are there alternatives to hostbeam-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy hostbeam-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

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>

More MCP Servers

hostbeam-mcp alternatives