com.wpwriter/wordpress
Allows managing WooCommerce products, including searching, retrieving, updating, and category management.
Provides tools to manage self-hosted WordPress sites, including content generation, post/page editing, SEO optimization, media management, taxonomies, menus, site settings, automation, and editorial analytics.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@com.wpwriter/wordpressgenerate SEO-optimized post about remote work"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
WPWriter — WordPress MCP Server
WordPress MCP server. Connect your self-hosted WordPress site to AI assistants (Claude, ChatGPT, Cursor, VS Code / GitHub Copilot, Gemini, and any MCP client) and run the full content loop: generate SEO-optimized posts and pages, edit and patch existing content, create AI featured and inline images, manage media, categories, tags and menus, manage WooCommerce products, run autoblogging, and track SEO and Search Console rankings — all on your own site, with your own credentials.
WPWriter is a Model Context Protocol (MCP) server for WordPress. 163 tools across 33 categories. Remote Streamable HTTP with OAuth 2.0 (keyless) or a
wpw_API key.
🌐 Website: https://www.wpwriter.com
📚 Install & docs: https://www.wpwriter.com/docs/mcp
🔌 Endpoint:
https://mcp.wpwriter.com/mcp
Connect
WPWriter is a remote MCP server — no install, no local process. Point your client at the endpoint and authenticate.
Endpoint:
https://mcp.wpwriter.com/mcp(Streamable HTTP)Auth: OAuth 2.0 (Dynamic Client Registration + PKCE — keyless, recommended) or a
wpw_Bearer API key from your WPWriter dashboard.
Claude / generic MCP client (JSON)
{
"mcpServers": {
"wpwriter": {
"url": "https://mcp.wpwriter.com/mcp"
}
}
}OAuth runs automatically on first connect. To use an API key instead:
{
"mcpServers": {
"wpwriter": {
"url": "https://mcp.wpwriter.com/mcp",
"headers": { "Authorization": "Bearer wpw_YOUR_KEY" }
}
}
}Cursor
One-click: Add to Cursor (deeplink on the docs page), or add
the url above in Cursor's MCP settings.
VS Code / GitHub Copilot
Extensions view → @mcp → search WordPress / WPWriter, or add the remote url in your MCP
config. (Listing in progress.)
Full per-client instructions: https://www.wpwriter.com/docs/mcp
Related MCP server: WordPress MCP Server
What you can do (163 tools / 33 categories)
Area | Example tools |
Content generation |
|
Posts & pages |
|
SEO |
|
Search Console / rankings |
|
AI images & media |
|
Autoblogging / automation |
|
Taxonomies & menus |
|
WooCommerce |
|
Site config & management |
|
Editorial & analytics |
|
Read operations are read-only; destructive operations require explicit user intent.
How it works / data ownership
WPWriter does not wrap or resell a third-party API. Each user connects their own self-hosted WordPress site with their own credentials (user-owned infrastructure). WPWriter provides the AI content-generation and SEO infrastructure. Credentials are encrypted at rest; OAuth tokens are scoped per user.
Registry
Official MCP Registry name:
com.wpwriter/wordpressServer card:
https://mcp.wpwriter.com/.well-known/mcp/server-card.json
Support
Issues: use this repository's issue tracker.
License
MIT — see LICENSE. (This repository hosts the MCP server's public metadata and
documentation; the server itself runs at mcp.wpwriter.com.)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yaniv-fink/wpwriter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server