Pipepost MCP Server

Publish from your terminal: SEO scoring, multi-platform publishing, and social promotion.

Local serverstdio

What is the Pipepost MCP server?

If you already use Pipepost, the pipepost mcp server is the piece that lets your assistant work with it directly. Publish from your terminal: SEO scoring, multi-platform publishing, and social promotion.

What the server does

MCP server that turns Claude Code into a complete content publishing pipeline — SEO, multi-platform publishing, social promotion, and analytics.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • seo_score — Analyze content for readability, keyword density, and heading structure
  • seo_meta — Generate meta title, description, and Open Graph tags
  • seo_schema — Generate JSON-LD structured data (Article, FAQ, HowTo)
  • index_now — Submit URLs to search engines for instant indexing via IndexNow
  • publish — Publish to Dev.to, Ghost, Hashnode, WordPress, Medium, or Substack
  • cross_publish — Publish to multiple platforms with automatic canonical URL wiring
  • list_posts — List published and draft posts from any platform
  • save_draft — Save content as a local draft for later publishing
  • list_drafts — List all saved drafts with status, platforms, and dates
  • get_draft — Retrieve a saved draft by ID
  • delete_draft — Delete a saved draft by ID
  • content_audit — Audit markdown for quality issues — readability, structure, heading hierarchy

Installation

Installation goes through your MCP client rather than a global install: point it at pipepost-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Where it fits

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Pipepost's toolset — seo_score, seo_meta, seo_schema and 11 more — is a fair guide to whether it matches your workflow. It is maintained by MendleM; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Pipepost.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
seo_scoreAnalyze content for readability, keyword density, and heading structure
seo_metaGenerate meta title, description, and Open Graph tags
seo_schemaGenerate JSON-LD structured data (Article, FAQ, HowTo)
index_nowSubmit URLs to search engines for instant indexing via IndexNow
publishPublish to Dev.to, Ghost, Hashnode, WordPress, Medium, or Substack
cross_publishPublish to multiple platforms with automatic canonical URL wiring
list_postsList published and draft posts from any platform
save_draftSave content as a local draft for later publishing
list_draftsList all saved drafts with status, platforms, and dates
get_draftRetrieve a saved draft by ID
delete_draftDelete a saved draft by ID
content_auditAudit markdown for quality issues — readability, structure, heading hierarchy
check_linksValidate all URLs in markdown — reports broken, redirected, and timed-out links
generate_social_postsGenerate platform-optimized posts for Twitter, LinkedIn, Reddit, Bluesky

How to install the Pipepost MCP server

{
  "mcpServers": {
    "pipepost": {
      "command": "npx",
      "args": ["-y", "pipepost-mcp"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Pipepost to seo score.
  • Use Pipepost to seo meta.
  • Use Pipepost to seo schema.

Frequently asked questions

It connects Pipepost to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (seo_score, seo_meta, seo_schema, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Pipepost directly.