Publish from your terminal.
Pipepost is an MCP server that turns Claude Code into a content studio. Score, optimize, publish, and promote your writing — without leaving your terminal.
pipepost.dev | Tools Reference | npm
npx pipepost-mcpAdd to your Claude Code MCP config (~/.claude/settings.json):
{
"mcpServers": {
"pipepost": {
"command": "npx",
"args": ["-y", "pipepost-mcp"]
}
}
}Configure a platform:
Use the "setup" tool with platform: "devto" and credentials: { "api_key": "YOUR_KEY" }
| Platform | URL |
|---|---|
| Dev.to | dev.to/settings/extensions |
| Ghost | Your Ghost Admin panel > Settings > Integrations > Custom |
| Hashnode | hashnode.com/settings/developer |
| WordPress | Users > Application Passwords |
| Medium | medium.com/me/settings/security |
| Tool | Description | Tier |
|---|---|---|
seo_score |
Analyze content for readability, keyword density, heading structure | Free (basic) / Pro (full) |
seo_meta |
Generate meta title, description, OG tags | Pro |
seo_schema |
Generate JSON-LD structured data (Article, FAQ, HowTo) | Pro |
publish |
Publish to Dev.to, Ghost, Hashnode, WordPress, Medium | Free (Dev.to, 3/mo) / Pro (all, unlimited) |
list_posts |
List published and draft posts on a platform | Pro |
generate_social_posts |
Generate Twitter, Reddit, Bluesky posts from an article | Pro |
setup |
Configure platform API keys | Free |
activate |
Activate a Pro license key | Free |
status |
Show config and license status | Free |
| Free | Starter ($9/mo) | Pro ($19/mo) | |
|---|---|---|---|
| Platforms | Dev.to | Dev.to | All 5 CMS platforms |
| SEO | Readability + keyword density | Full suite | Full suite |
| Publishes | 3/month | Unlimited | Unlimited |
| Social posts | — | — | Twitter, Reddit, Bluesky |
| Badge | Required | Removed | Removed |
Get started: pipepost.dev
- Write content in Claude Code (you already do this)
- Score it: "Score this for SEO targeting 'mcp server'"
- Publish: "Publish this to Dev.to as a draft"
- Promote: "Create social posts for this article" (Pro)
Your credentials are stored locally in ~/.pipepost/config.json and never leave your machine. Pipepost runs as a local process — no cloud relay, no data collection.
MIT