Notipo + Claude Desktop

Publish to WordPress from Claude Desktop.

Notipo speaks Model Context Protocol natively. Drop one config block into Claude Desktop and the assistant gets 13 tools — list_posts, create_post, publish_post, upload_image, and more — to operate your WordPress site directly. No plugins. No scripts.

Setup in three steps

  1. 1

    Get your API key

    Sign up at notipo.com and copy your API key from Settings → Account.
  2. 2

    Edit Claude Desktop config

    Open ~/Library/Application Support/Claude/claude_desktop_config.json on macOS (or the equivalent path on Windows / Linux). Paste the snippet below under mcpServers.
  3. 3

    Restart Claude Desktop

    Fully quit and reopen the app. The 13 Notipo tools become available — ask Claude to "draft a 1200-word post about X and publish it."

The config

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

claude_desktop_config.json
json
{  "mcpServers": {    "notipo": {      "type": "streamable-http",      "url": "https://notipo.com/api/mcp",      "headers": {        "x-api-key": "your-api-key"      }    }  }}

What your agent can do

  • Draft a post from a prompt and publish in one go
  • Update existing posts (re-edit copy, swap featured image, change category)
  • List recent posts and check their SEO scores
  • Generate or replace featured images via AI
  • Move drafts from staging to live without opening wp-admin
  • Check sync job status when something is running async

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