mcpbeat Sign in

Pipepost MCP Server

local only

Pipepost runs on your own machine — the client starts it, so there is no endpoint to ping. 88 installs a week from npm. Last commit 17 Apr 2026.

MCP server to publish to Substack, Ghost, Dev.to, WordPress, LinkedIn + 5 more from Claude Code.

Installs per day peak 42 · avg 15 · +26% w/w
a month agotoday
88
Installs / week
npm · pipepost-mcp
5
Stars
0 open issues
17 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Pipepost 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 pipepost -- npx -y pipepost-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pipepost": {
      "args": [
        "-y",
        "pipepost-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pipepost]
command = "npx"
args = ["-y", "pipepost-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "pipepost": {
      "args": [
        "-y",
        "pipepost-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pipepost": {
      "args": [
        "-y",
        "pipepost-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Pipepost

same job, measured the same way
IBM Code Engine MCP Server
by markusvankempen

Deploy to IBM Code Engine from Cursor, Copilot, Claude & Cline. Build, push, deploy via MCP.

62 installs/wk local only
Ailist MCP
by hifriendbot

MCP server for AiList — search and discover Ai projects from Claude Code

35 installs/wk local only
Hostinger SSH MCP
by ohvenkat

MCP server for connecting Claude Code to a Hostinger VPS via SSH

25 installs/wk local only
MakeItRun
by makeitrunai

Publish HTML from Claude or ChatGPT to a live URL with a QR code — no developer needed.

answering
I
Feedlio
by itechsoftsolution16

Feedlio MCP server exposing posting and scheduling tools to Claude Desktop and Claude Code.

136 installs/wk local only
GPTaria MCP
by gptaria-mcp

Post a project brief & publish cases on GPTaria from Claude Code, Cursor or Windsurf.

42 installs/wk local only
Morningform
by contactxyz-admin

stdio MCP proxy for MorningForm — bridges Claude Code to MorningForm HTTPS MCP server.

22 installs/wk local only
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only

Pipepost — questions

Answers built from our own checks of this server.

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