Notipo + Claude Code

Publish to WordPress from your terminal.

Claude Code is Anthropic's CLI agent. Add Notipo's MCP server with one command and Claude can draft, format, and publish blog posts straight from any session — useful for turning shell-history learnings into public posts, or for shipping content from a build script.

Setup in three steps

  1. 1

    Get your API key

    Sign up at notipo.com and copy your API key. Export it as NOTIPO_API_KEY.
  2. 2

    Add the Notipo MCP server

    Run claude mcp add as shown below. Claude Code persists this in its global config; works in any project.
  3. 3

    Use it

    In any Claude Code session, prompt: "Use the Notipo MCP server to publish a 800-word post titled ‘Why my pipeline broke’ with the contents of notes.md."

The config

Drop this in. Replace your-api-key with the key from your Notipo dashboard.

terminal
shell
# One-time installclaude mcp add --transport http notipo \  https://notipo.com/api/mcp \  --header "x-api-key: $NOTIPO_API_KEY"# Verifyclaude mcp list# Use it from any session# > Claude, draft and publish a post about Cloud Run cold starts.

What your agent can do

  • Pipe a file from your shell into a published WordPress post
  • Generate release notes from git log and ship them in one Claude Code session
  • Trigger Notipo from a CI/CD step (Claude Code agent in GitHub Actions)
  • Work entirely without leaving the terminal
  • Use the same API key on Claude Desktop, Cursor, and other MCP clients

Ship the first post in minutes.

Connect WordPress, point your agent at the MCP server (or just write in the editor), and publish. Free to start — no credit card needed.

Start free