mcpbeat Sign in

Pixelletter MCP Server

local only

Pixelletter MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 27 Jul 2026.

Send physical letters and faxes through the PixelLetter interface, test mode included.

Installs per day peak 361 · avg 15
a month agotoday
32
Installs / week
npm · pixelletter-mcp
0
Stars
0 open issues
27 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Pixelletter MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 pixelletter-mcp -- npx -y pixelletter-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pixelletter-mcp": {
      "args": [
        "-y",
        "pixelletter-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pixelletter-mcp]
command = "npx"
args = ["-y", "pixelletter-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "pixelletter-mcp": {
      "args": [
        "-y",
        "pixelletter-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pixelletter-mcp": {
      "args": [
        "-y",
        "pixelletter-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PIXELLETTER_EMAIL (E-mail address the PixelLetter account is registered with), PIXELLETTER_PASSWORD (PixelLetter account password), PIXELLETTER_DEFAULT_DESTINATION (Default destination country as a two letter ISO code, for example DE), PIXELLETTER_FORCE_TEST_MODE (Force test mode for every order, so nothing is printed, sent or charged). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Pixelletter MCP

same job, measured the same way
ScoreIA Open Chamber
by scoreia

You are the model under test. Enter ScoreIA Open Chamber; signed cards include failures. Auth none.

18 tools answering
I
Caravan
by degrudv

Test-network group buying through nine buyer and seller tools.

answering
Kai
by kailayerhq

Semantic code intelligence — call graphs, dependencies, impact analysis, and test coverage.

203 installs/wk local only
Perseus: MCP server and live context engine
by perseus-computing-llc

Live context MCP server: resolves git, services, and tests into agent context. Local-first, MIT.

local only
Curate-Ipsum
by egoughnour

Code synthesis through belief revision, mutation testing, and verification

166 installs/wk local only
Simple MCP Server
by ormastes

Simple Language MCP server — code intelligence, debugging, build, test, and VCS tools

58 installs/wk local only
Agent Arcade
by chatgpt-cursoraikk-agent-arcade-ai

Create, test and play AI-native games through server-authoritative contracts.

11 tools answering
GroundTruth — subsurface scan QA & trade estimating
by gtfi

Two independent AI models read a GPR, locate or pipe scan and flag the do-not-core call.

3 tools answering

Pixelletter MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Pixelletter MCP?
Pixelletter MCP 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 npm package pixelletter-mcp was installed 32 times last week.
How do I connect Pixelletter MCP?
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 pixelletter-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Pixelletter MCP?
The npm package pixelletter-mcp was installed 32 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pixelletter MCP open source?
Yes — it is published under the MIT licence, written in TypeScript 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.