Give your AI assistant direct access to WordPress
ClearPost speaks MCP, the open protocol that lets ChatGPT, Claude, Cursor, and other AI tools read your posts, check your rankings, and manage your content calendar. No copy-paste. No context switching.
Your latest post “5 Signs You Need an Orthopedic Consultation” is doing well:
It’s ranking on page 1 for “orthopedic consultation signs”. Want me to optimize the meta description to improve CTR?
12 tools your AI assistant can use
Every tool works through the standard MCP protocol. Your AI reads live data from your WordPress site. No plugins to configure, no APIs to learn.
Content Management
list-posts
Browse published, draft, or all posts with metadata
get-post
Read full content and ClearPost metadata for a post
update-post
Edit title, content, or excerpt of any post
bulk-find-replace
Search and replace text across all posts
Analytics & SEO
get-post-performance
Clicks, impressions, CTR, and ranking queries from Search Console
get-site-metrics
Site-wide Search Console trends over time
get-keywords
View researched keywords with volume, difficulty, and tracking status
set-keyword-tracking
Add or toggle rank tracking for a keyword
Strategy & Calendar
get-strategy-context
Read the AI-generated site strategy and business summary
get-content-calendar
See planned posts, scheduled dates, and statuses
add-to-calendar
Schedule a new post for a future date
generate-post
Create a new post with the ClearPost AI pipeline
Connect in 60 seconds
ClearPost’s MCP endpoint is built into the plugin. Install, copy your key, and add the server to your AI client.
ChatGPT
Settings → Connected apps → Add:
https://yoursite.com/wp-json/clearpost/mcp
Paste your MCP endpoint URL and authenticate with your API key.
Claude Code
One command in your terminal:
claude mcp add \
--transport http clearpost \
https://yoursite.com/wp-json/clearpost/mcp \
--header "Authorization: Bearer YOUR-KEY"
Claude Desktop, Cursor & Others
Add to your config file:
{
"mcpServers": {
"clearpost": {
"command": "npx",
"args": ["-y", "mcp-remote",
"https://yoursite.com/wp-json/clearpost/mcp",
"--header",
"Authorization: Bearer YOUR-KEY"]
}
}
}
Your endpoint URL and license key are shown in the ClearPost dashboard under “AI Assistants (MCP)” after installation.
What you can ask your AI
How is my latest post performing in Google?
Gets real Search Console clicks, impressions, CTR, and top queries for any post.
Rewrite the intro of my accounting software guide to be more compelling
Reads the full post, rewrites the section, and updates it in WordPress.
What’s on my content calendar this week?
Shows scheduled posts with dates, titles, target keywords, and publish status.
Find all posts that mention the old brand name and replace it
Bulk find-replace across every post. Preview changes before applying.
Which keywords should I target next?
Returns researched keywords with search volume, difficulty, and intent classification.
Schedule a post about winter plumbing tips for next Tuesday
Adds the topic to your content calendar and queues it for AI generation.
Requirements
MCP support requires the wp_register_ability API introduced in WordPress 6.9.
The MCP server is bundled with the plugin. No extra installation needed.
Standard requirement for the MCP adapter library.