Notipo
io.github.kfuras/notipoPublish to self-hosted WordPress from AI agents: markdown, images, SEO, and Notion sync.
Tools · 13
List all posts for your Notipo account. Returns title, status, WordPress URL, category, and timestamps.
Get details of a specific post by ID, including status, WordPress URL, and category.
Create a new blog post. Creates a Notion page and triggers sync to WordPress. The body should be markdown. Set publish=true to publish immediately, or leave false to create a draft.
Publish a blog post directly to WordPress without Notion. Handles image uploads, Gutenberg conversion, featured image generation, and SEO metadata. Body must be markdown. Set publish=true to go live, …
Update an existing post's content or properties in Notion, then re-sync to WordPress. Only provided fields are updated.
Publish a draft post to WordPress (make it live).
Delete a post from Notipo, WordPress, and reset the Notion page status. This cannot be undone.
List all WordPress categories synced to Notipo. Use these names when creating posts.
List all WordPress tags synced to Notipo. Use these names when creating posts.
Check the status of a sync or publish job. Returns status (PENDING, RUNNING, COMPLETED, FAILED), progress steps, and any error message.
List recent sync and publish jobs. Useful for monitoring pipeline activity.
Get your Notipo account configuration: which services are connected (Notion, WordPress), current plan, feature settings, and trigger statuses.
Trigger an immediate sync from Notion. Checks for any posts with trigger statuses and queues sync jobs. Pro plan only. Has a 15-second cooldown between calls.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"notipo": {
"url": "https://app.notipo.com/api/mcp",
"transport": "streamable-http"
}
}
}