
autowpmcp
by Njengah·★ 21·Score 40
AutoWP MCP server connects Claude to WordPress sites for automated content creation and site management.
Overview
AutoWP MCP (Model Context Protocol) server provides a bridge between Claude Desktop and WordPress websites through the WordPress REST API. It offers comprehensive WordPress functionality including content management, media operations, taxonomy management, and user administration. The server handles secure authentication using WordPress application passwords and respects user role limitations. Features range from creating and publishing blog posts to advanced operations like bulk category assignment, media optimization, and plugin management.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose AutoWP MCP if you frequently work with WordPress sites and want to streamline content creation and management directly from AI conversations without switching between interfaces.
When NOT to choose this
Don't choose this if you need to manage non-WordPress sites, require advanced plugin/theme management features, or need granular control over WordPress core updates and site health monitoring.
Tools this server exposes
12 tools extracted from the READMEauthenticate-wpConnect to your WordPress site
test-wp-connectionTest if a WordPress site is reachable
create-blog-postCreate new blog posts with categories/tags
get-wp-categoriesList all available categories
get-wp-tagsList all available tags
format-wp-contentConvert text to WordPress-ready HTML
save-draftSave posts locally for later
load-draftLoad previously saved drafts
upload-mediaUpload files from local paths or URLs with metadata
list-mediaBrowse media library with pagination and filters
search-mediaFind media by keyword, type, or date range
get-media-detailsRetrieve detailed media information
Comparable tools
Installation
Installation
- Install & Build:
npm install
npm run build
npm start- Configure Claude Desktop:
Add to your Claude Desktop MCP configuration:
{
"mcpServers": {
"autowp": {
"command": "node",
"args": ["/path/to/your/autowp-mcp/build/index.js"]
}
}
}FAQ
- What authentication methods does AutoWP MCP support?
- AutoWP MCP uses WordPress application passwords for secure authentication. It handles login sessions safely and allows you to test site connectivity before attempting operations.
- Can I manage media with AutoWP MCP?
- Yes, the server provides comprehensive media management tools including upload, listing, searching, deletion, bulk operations, metadata editing, featured image assignment, and image optimization via external APIs like TinyPNG.
Compare autowpmcp with
Last updated · Auto-generated from public README + GitHub signals.