WordPress REST API integration. Manage posts, pages, media, and custom post types.
npx -y @wordpress/mcp-server-wordpress
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"wordpress": {
"command": "npx",
"args": ["-y", "@wordpress/mcp-server-wordpress"]
}
}
}
```
fetch_datacreate_recordupdate_resourceget_infolist_resourcesWordPress REST API integration. Manage posts, pages, media, and custom post types.
Language: PHP
Category: APIs