MCP Wp
未认领MCP Server for WordPress
安装
npx -y @instawp/mcp-wp工具(40 个)
activate_plugin
Activate a plugin.
assign_terms_to_content
Assign terms to any content type
create_comment
Create a new comment.
create_content
Create new content of any type
create_media
Create a new media item from a URL or local file path.
create_term
Create new term in any taxonomy
create_user
Create a new user.
deactivate_plugin
Deactivate a plugin.
delete_comment
Delete a comment.
delete_content
Delete content of any type
delete_media
Delete a media item.
delete_term
Delete term from any taxonomy
delete_user
Delete a user.
discover_content_types
Find all available content types on your site
discover_taxonomies
Find all available taxonomies on your site
edit_media
Legacy alias for updatemedia kept for backward compatibility.
find_content_by_url
Smart URL resolver that can find and optionally update content from any WordPress URL, including targeted partial edits
get_comment
Retrieve a specific comment by ID.
get_content
Get specific content by ID and type
get_content_by_slug
Search by slug across all content types
get_content_summary
Return a minimal summary (id, title, slug, status, excerpt, taxonomies, word count, Yoast SEO fields) for audit and lookup workflows. Look up by id or url.
get_content_terms
Get all terms for any content
get_media
Retrieve a specific media item by ID.
get_plugin
Retrieve details about a specific plugin.
get_site
Get details about a specific site configuration
get_term
Get specific term by ID
get_user
Retrieve a specific user by ID.
list_comments
List all comments with filtering, sorting, and pagination options.
list_content
List any content type with filtering and pagination
list_media
List all media items (supports pagination and searching).
list_plugins
List all plugins installed on the site.
list_sites
List all configured WordPress sites
list_terms
List terms in any taxonomy
list_users
List all users with filtering, sorting, and pagination options.
test_site
Test connection to a specific WordPress site
update_comment
Update an existing comment.
update_content
Update existing content of any type, including targeted partial edits
update_media
Update an existing media item.
update_term
Update existing term
update_user
Update an existing user.