WordPress

MCP server for WordPress REST API — manage posts, pages, media, comments, taxonomy, and users.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноМожет изменять данные

Что умеет

  • Wp List Posts: List WordPress posts with optional filters. Returns post ID, title, status, date, and categories. Use to browse existing content or find posts by keyword.
  • Wp Get Post: Get a single WordPress post with full content, metadata, categories, and tags. Use to inspect post content before editing.
  • Wp Create Post: Create a new WordPress post. Provide title and content (HTML). Optionally set status (draft/publish), categories, and tags.

Какие данные видит

Нужен ли аккаунт

Нужен API-ключ из настроек сервиса

MCP server for WordPress REST API — manage posts, pages, media, comments, taxonomy, and users.

Features

  • Full CRUD for posts, pages, comments, and media
  • Taxonomy management (categories, tags)
  • User and site information
  • HTTP Basic Auth with Application Passwords

20 Tools

Posts: create, list, get, update, delete posts Pages: create, list, get, update, delete pages Media: list media, upload from URL Comments: create, list, get, update comments Taxonomy: manage categories and tags Users & Site: get users, site settings

Configuration

  • WORDPRESS_URL — Your WordPress site URL
  • WORDPRESS_USERNAME — WordPress username
  • WORDPRESS_APP_PASSWORD — Application Password (Settings > Users > Application Passwords)
Список инструментов сервера (20)

Технические названия из tools/list. Нужны только разработчикам.

wp_list_postsList WordPress posts with optional filters. Returns post ID, title, status, date, and categories. Use to browse existing content or find posts by keyword.
wp_get_postGet a single WordPress post with full content, metadata, categories, and tags. Use to inspect post content before editing.
wp_create_postCreate a new WordPress post. Provide title and content (HTML). Optionally set status (draft/publish), categories, and tags.
wp_update_postUpdate an existing WordPress post. Change title, content, status, categories, or tags.
wp_delete_postDelete a WordPress post. Moves to trash by default.
wp_list_pagesList WordPress pages. Returns page ID, title, status, and parent page. Use to browse site page structure.
wp_get_pageGet a single WordPress page with full content and metadata.
wp_create_pageCreate a new WordPress page. Provide title and content (HTML). Optionally set parent page for hierarchy.
wp_update_pageUpdate an existing WordPress page.
wp_delete_pageDelete a WordPress page.
wp_list_mediaList media files in the WordPress library. Returns file URLs, types, and metadata.
wp_delete_mediaPermanently delete a media file from WordPress.
wp_list_commentsList comments on WordPress posts. Filter by post ID.
wp_create_commentCreate a new comment on a WordPress post.
wp_update_commentUpdate or moderate a comment. Change content or approval status.
wp_delete_commentPermanently delete a comment.
wp_list_categoriesList all WordPress categories with post counts.
wp_list_tagsList all WordPress tags with post counts.
wp_list_usersList WordPress users with their roles.
wp_get_site_infoGet WordPress site information: name, description, URL, timezone, and available features.
WordPress: подключить к Claude, ChatGPT, Cursor · Connectors.fun