mcpbeat Sign in

Letterbox MCP Server

local only

Letterbox runs on your own machine — the client starts it, so there is no endpoint to ping. 115 installs a week from pypi. Last commit 25 Aug 2026.

File-based comms protocol for AI-to-AI dialogue between terminal agents.

Installs per day peak 424 · avg 57 · -83% w/w
a month agotoday
115
Installs / week
pypi · letterbox
0
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 4 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add letterbox -- uvx letterbox
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "letterbox": {
      "args": [
        "letterbox"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.letterbox]
command = "uvx"
args = ["letterbox"]
.cursor/mcp.json
{
  "mcpServers": {
    "letterbox": {
      "args": [
        "letterbox"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "letterbox": {
      "args": [
        "letterbox"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: LETTERBOX_CHANNEL (Channel name to open. Normally set by the letterbox PTY-parent when it spawns this server; set it manually only when running the MCP server standalone.), LETTERBOX_SENDER (This endpoint's identity on the channel — the name the peer agent sees on every message.), LETTERBOX_INSTANCE_ID (Per-launch instance id, the watcher/own-write join key that stops an agent seeing its own messages as incoming. Must be unique per launch.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Letterbox

same job, measured the same way
0xHumans Protocol MCP
by davidorpeli

MCP for AI agents: financing, skills, lending on Base

answering
Sports Context Protocol
by dswane

Self-learning operational context layer for AI sports agents. Profile 001: golf.

48 installs/wk local only
Trello MCP Server
by billnobill

Trello Model Context Protocol (MCP) Server for AI Agents

40 installs/wk local only
Coal — Payments for AI agents
by emmanuel39hanks

Payment rails for AI agents. Pay merchants in USDC on Base. Dual-protocol: x402 + OKX APP.

13 tools answering
Weasley DeepMind
by potatohoney-p

Secure, fragment-based long-term memory for MCP-compatible AI agents.

28 installs/wk local only
jPOS MCP Server
by mohisyed

MCP server for jPOS and ISO 8583. Deterministic payment protocol tools for AI agents.

74 installs/wk local only
Defiguard MCP
by kota1026

DeFiGuard MCP Server - DeFi protocol risk analysis tools for AI coding agents. Analyze token co...

33 installs/wk local only
Schelling Protocol
by codyz123

Universal coordination protocol for AI agents. Discovery, matching, and negotiation.

40 installs/wk local only

Letterbox — questions

Answers built from our own checks of this server.

Why is there no uptime for Letterbox?
Letterbox runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package letterbox was installed 115 times last week.
How do I connect Letterbox?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls letterbox straight from pypi; nothing to host, nothing to sign up for.
How many people use Letterbox?
The pypi package letterbox was installed 115 times in the last week. Week over week that is -83%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Letterbox open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.