Beta — This integration is in beta. Features and behavior may change.
Overview
The DropInBlog MCP server lets you manage your blog directly from AI assistants like Claude, Claude Code and ChatGPT. Create posts, search content, update posts, and draft Blog Pilot outlines, all through natural conversation.
Getting Started
MCP Server URL
https://app.dropinblog.com/mcp
Claude Desktop & ChatGPT
Add the URL above as an MCP server in your client's settings. Both Claude and ChatGPT support adding MCP servers by URL.
Claude Code
Run this command to add the server:
claude mcp add --transport http dropinblog https://app.dropinblog.com/mcp
After adding the server, start a new Claude Code session and run /mcp to begin the authorization process.
Authorize
The first time you use a DropInBlog tool, your browser will open automatically. Log in to your DropInBlog account and click Authorize to grant access.
Once authorized, you're ready to go.
Tools
| Tool | Description |
|---|---|
get_current_identity | View your user info and available blogs. |
list_blogs | List all blogs you have access to. |
set_active_blog | Set which blog you want to work with. |
create_post | Create a new blog post as a draft, published, or scheduled. |
update_post | Update an existing post's content, title, status, SEO fields, and more. |
get_post | Get a summary of a post by ID or slug. |
search_posts | Search and filter posts by title, status, date range, and more. |
list_blog_pilot_drafts | List draft posts created by Blog Pilot that have outlines ready for content drafting. |
get_blog_pilot_draft_instructions | Get detailed writing instructions for a Blog Pilot draft, including the outline and style guidance. |