Notipo + Goose

Goose publishes to WordPress with Notipo's MCP server.

Goose is Block's open-source on-machine AI agent. It speaks Model Context Protocol natively and runs on any LLM — Anthropic, OpenAI, OpenRouter, local models. Add Notipo as a Goose extension and the agent gets 13 publishing tools without leaving your terminal.

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 Notipo as a Goose extension

    Run goose configure and choose Add Extension → Remote Extension (HTTP). Or edit ~/.config/goose/config.yaml directly with the snippet below.
  3. 3

    Use Goose to publish

    Start any Goose session: "Use the notipo extension to draft a 1000-word post about Block's Goose agent and publish it." Goose plans the steps, calls the right Notipo tools, and confirms the live URL.

The config

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

~/.config/goose/config.yaml
yaml
# Goose extension config — Notipo MCP server# Add via Goose CLI:goose configure# Choose: Add Extension → Remote Extension (HTTP)# Endpoint:    https://notipo.com/api/mcp# Header:      x-api-key: $NOTIPO_API_KEY# Or edit ~/.config/goose/config.yaml directly:extensions:  notipo:    type: streamable_http    url: https://notipo.com/api/mcp    headers:      x-api-key: ${NOTIPO_API_KEY}    enabled: true# Now Goose can use 13 Notipo tools in any session:#   list_posts, get_post, create_post, direct_publish,#   update_post, publish_post, delete_post,#   list_categories, list_tags, get_job, list_jobs,#   get_settings, sync_now

What your agent can do

  • Use any LLM Goose supports (Anthropic, OpenAI, OpenRouter, local) to draft posts
  • Run on-machine — Goose works fully offline except for the publish call to Notipo
  • Combine Notipo with Goose's other extensions (computer-use, GitHub, terminal)
  • Same MCP config works in Claude Desktop, Cursor, Goose simultaneously
  • Open-source agent on both ends — Goose (Apache-2.0) + Notipo (AGPL-3.0)

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