MCP server to publish to Substack, Ghost, Dev.to, WordPress, LinkedIn + 5 more from Claude Code.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"pipepost": {
"args": [
"-y",
"pipepost-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server that turns Claude Code into a complete content publishing pipeline — SEO, multi-platform publishing, social promotion, and analytics.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'pipepost-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked pipepost-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in writing / productivity
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
MCP server for using the monday.com API
Local-first AI memory with knowledge graphs and hybrid search. 17+ AI tools via MCP. Free.
MCP Security Weekly
Get CVE alerts and security updates for io.github.MendleM/pipepost and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Publish from your terminal.
MCP server that turns Claude Code into a complete content publishing pipeline — SEO, multi-platform publishing, social promotion, and analytics.
→ Real agent-loop transcript — Claude Code takes a draft, audits it, scores SEO, fixes issues, cross-publishes to 5 CMS platforms with canonical URL wiring, generates social promo posts for Twitter/LinkedIn/Bluesky, and submits to IndexNow. One prompt. ~90 seconds. 2 credits.
| Task | Without Pipepost | With Pipepost |
|---|---|---|
| Publish to Dev.to | Copy-paste into browser, format, add tags, submit | "Publish this to Dev.to as a draft" |
| Cross-post to 5 platforms | Repeat the above five times | "Cross-publish to all platforms" |
| SEO optimization | Switch between 3 tools, copy results back | "Score this for SEO targeting 'mcp servers'" |
| Social promotion | Write separate posts for each network | "Generate social posts for Twitter, LinkedIn, and Reddit" |
| Cover images | Browse Unsplash, download, upload, add attribution | "Find a cover image for this article" |
| Search indexing | Wait days for crawlers to find your content | "Submit this URL to IndexNow" |
| Content analytics | Log into 5 dashboards, compare manually | "Show my analytics across all platforms" |
| Pre-publish QA | Manually check links, readability, structure | "Audit this article and check all links" |
| Draft management | Copy between editors, lose track of versions | "Save this as a draft targeting Dev.to and Ghost" |
| Canonical URLs | Manually set on each platform after cross-posting | Automatic — first platform URL wired to all others |
npx pipepost-mcp init
Add Pipepost to your Claude Code config (~/.claude/settings.json):
{
"mcpServers": {
"pipepost": {
"command": "npx",
"args": ["-y", "pipepost-mcp"]
}
}
}
That's it. Try asking Claude:
Score this article for SEO targeting 'mcp servers'
| Tool | Description | Cost |
|---|---|---|
seo_score | Analyze content for readability, keyword density, and heading structure | Free (basic) / Credits (full) |
seo_meta | Generate meta title, description, and Open Graph tags | Credits |
seo_schema | Generate JSON-LD structured data (Article, FAQ, HowTo) | Credits |
index_now | Submit URLs to search engines for instant indexing via IndexNow | Free |
| Tool | Description | Cost |
|---|---|---|
publish | Publish to Dev.to, Ghost, Hashnode, WordPress, Medium, or Substack | 1 credit |
cross_publish | Publish to multiple platforms with automatic canonical URL wiring | 1 credit |
list_posts | List published and draft posts from any platform | Free |
| Tool | Description | Cost |
|---|---|---|
save_draft | Save content as a local draft for later publishing | Free |
list_drafts | List all saved drafts with status, platf |