Publish from your terminal: SEO scoring, multi-platform publishing, and social promotion.
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.
MCP server that turns Claude Code into a complete content publishing pipeline — SEO, multi-platform publishing, social promotion, and analytics.
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 structureseo_meta — Generate meta title, description, and Open Graph tagsseo_schema — Generate JSON-LD structured data (Article, FAQ, HowTo)index_now — Submit URLs to search engines for instant indexing via IndexNowpublish — Publish to Dev.to, Ghost, Hashnode, WordPress, Medium, or Substackcross_publish — Publish to multiple platforms with automatic canonical URL wiringlist_posts — List published and draft posts from any platformsave_draft — Save content as a local draft for later publishinglist_drafts — List all saved drafts with status, platforms, and datesget_draft — Retrieve a saved draft by IDdelete_draft — Delete a saved draft by IDcontent_audit — Audit markdown for quality issues — readability, structure, heading hierarchyInstallation 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.
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.
| Tool | What it does |
|---|---|
| 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 |
| check_links | Validate all URLs in markdown — reports broken, redirected, and timed-out links |
| generate_social_posts | Generate platform-optimized posts for Twitter, LinkedIn, Reddit, Bluesky |
{
"mcpServers": {
"pipepost": {
"command": "npx",
"args": ["-y", "pipepost-mcp"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.