Notipo + Cursor

Cursor publishes to WordPress while you code.

Cursor's built-in MCP support reads the same Notipo configuration as Claude Desktop. Add the snippet below and your editor's agent can draft, schedule, and publish blog posts directly — useful for shipping changelogs from a release branch or turning issue threads into public-facing posts.

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

    Add the MCP config to Cursor

    Open Cursor Settings → MCP (or create .cursor/mcp.json in your project root). Paste the config below.
  3. 3

    Restart Cursor and prompt the agent

    Reload Cursor. Ask the agent "Use Notipo to publish a post titled ‘Release notes v2.4’ with the body of CHANGELOG.md."

The config

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

.cursor/mcp.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

  • Turn CHANGELOG entries into release-notes blog posts on every tag
  • Draft technical blog posts inline while writing the code that motivates them
  • Update existing posts when you ship related code (re-sync content)
  • Use any text in your editor as the body of a new WordPress post
  • List recent posts to check what you've already shipped publicly

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