MCP Wordpress
PYPI · MCP-WORDPRESS-CRUNCHTOOLS · SCANNED SEP 20
Secure MCP server for WordPress content management
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security50
- Malware scan not yet available for this package.Unverified
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 1 of 23 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency35
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: the license (GNU Affero General Public License v3 or later (AGPLv3+)) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 200 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability74
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 2120 tokens (~70/item across 30 items; 30 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
- Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "wordpress_delete_post" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 31 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
How do I install the MCP Wordpress server?
MCP Wordpress runs locally as a PyPI package, launched with uvx mcp-wordpress-crunchtools. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · mcp-wordpress-crunchtools
claude mcp add crunchtools-wordpress -- uvx mcp-wordpress-crunchtools
{
"mcpServers": {
"crunchtools-wordpress": {
"command": "uvx",
"args": [
"mcp-wordpress-crunchtools"
]
}
}
} {
"servers": {
"crunchtools-wordpress": {
"command": "uvx",
"args": [
"mcp-wordpress-crunchtools"
]
}
}
} codex mcp add crunchtools-wordpress -- uvx mcp-wordpress-crunchtools
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"crunchtools-wordpress": {
"type": "local",
"command": [
"uvx",
"mcp-wordpress-crunchtools"
],
"enabled": true
}
}
} openclaw mcp add crunchtools-wordpress --command uvx --arg mcp-wordpress-crunchtools
mcp_servers:
crunchtools-wordpress:
command: "uvx"
args: ["mcp-wordpress-crunchtools"] {
"McpServers": {
"crunchtools-wordpress": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"mcp-wordpress-crunchtools"
]
}
}
} assistant mcp add crunchtools-wordpress -t stdio -c uvx -a mcp-wordpress-crunchtools
{
"mcpServers": {
"crunchtools-wordpress": {
"command": "uvx",
"args": [
"mcp-wordpress-crunchtools"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 19 Sept 26 −3
- Stability: pass → 0.80 functional
- 18 Sept 26 −14
- Malware scan: pass → unverified ▼ security
- Stability: 0.97 → pass security
- 17 Sept 26 +15
- Malware scan: unverified → pass ▲ security
- 16 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 14 Sept 26 −14
- Malware scan: pass → unverified ▼ security
- 13 Sept 26 +15
- Malware scan: unverified → pass ▲ security
- 12 Sept 26 −18
- Malware scan: pass → unverified ▼ security
- Stability: pass → 0.80 functional
- 11 Sept 26 +1
- Stability: 0.97 → pass security
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed pypi/mcp-wordpress-crunchtools@0.4.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Background: How many MCP packages publish verified provenance →
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | hatchling.build |
Background: Why install scripts are a supply-chain risk →
Dependencies 23 packages
| Packages resolved | 23 |
|---|---|
| Stale | 1 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
wordpress_create_comment Wordpress Create Comment ~76
Create a new comment on a WordPress post.
| Name | Type | Req | Description |
|---|---|---|---|
| author_email | – | – | Comment author email (for anonymous comments) |
| author_name | – | – | Comment author name (for anonymous comments) |
| content | string | yes | Comment content |
| parent | – | – | Parent comment ID for replies |
| post | integer | yes | Post ID to comment on |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_create_page Wordpress Create Page ~122
Create a new WordPress page.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | Page content (HTML or block format) |
| date | – | – | Publication date (ISO 8601) |
| excerpt | – | – | Page excerpt |
| featured_media | – | – | Featured image media ID |
| menu_order | – | – | Menu order |
| parent | – | – | Parent page ID |
| slug | – | – | URL slug |
| status | string | – | Page status - publish, draft, pending, private, future (default: draft) |
| template | – | – | Page template file |
| title | string | yes | Page title |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_create_post Wordpress Create Post ~160
Create a new WordPress post.
| Name | Type | Req | Description |
|---|---|---|---|
| categories | – | – | List of category IDs |
| content | string | yes | Post content (HTML or block format) |
| date | – | – | Publication date (ISO 8601 for scheduling, e.g., 2024-12-25T10:00:00) |
| excerpt | – | – | Post excerpt |
| featured_media | – | – | Featured image media ID |
| post_format | – | – | Format - standard, aside, gallery, link, image, quote, status, video, audio |
| slug | – | – | URL slug |
| status | string | – | Post status - publish, draft, pending, private, future (default: draft) |
| tags | – | – | List of tag IDs |
| title | string | yes | Post title |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_delete_comment Wordpress Delete Comment ~48
Delete or trash a WordPress comment.
| Name | Type | Req | Description |
|---|---|---|---|
| comment_id | integer | yes | Comment ID to delete |
| force | boolean | – | If true, permanently delete. If false, move to trash. |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_delete_media Wordpress Delete Media ~46
Delete a WordPress media item.
| Name | Type | Req | Description |
|---|---|---|---|
| force | boolean | – | Must be true for media (media cannot be trashed) |
| media_id | integer | yes | Media ID to delete |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_delete_page Wordpress Delete Page ~48
Delete or trash a WordPress page.
| Name | Type | Req | Description |
|---|---|---|---|
| force | boolean | – | If true, permanently delete. If false, move to trash. |
| page_id | integer | yes | Page ID to delete |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_delete_post Wordpress Delete Post ~48
Delete or trash a WordPress post.
| Name | Type | Req | Description |
|---|---|---|---|
| force | boolean | – | If true, permanently delete. If false, move to trash. |
| post_id | integer | yes | Post ID to delete |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_get_comment Wordpress Get Comment ~28
Get a single WordPress comment by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| comment_id | integer | yes | Comment ID |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_get_media Wordpress Get Media ~29
Get a single WordPress media item by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| media_id | integer | yes | Media ID |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_get_media_url Wordpress Get Media Url ~48
Get the public URL for a WordPress media item.
| Name | Type | Req | Description |
|---|---|---|---|
| media_id | integer | yes | Media ID |
| size | string | – | Image size (thumbnail, medium, large, full) |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_get_page Wordpress Get Page ~31
Get a single WordPress page by ID with full content.
| Name | Type | Req | Description |
|---|---|---|---|
| page_id | integer | yes | Page ID |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_get_post Wordpress Get Post ~31
Get a single WordPress post by ID with full content.
| Name | Type | Req | Description |
|---|---|---|---|
| post_id | integer | yes | Post ID |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_get_revision Wordpress Get Revision ~39
Get a specific revision of a WordPress post.
| Name | Type | Req | Description |
|---|---|---|---|
| post_id | integer | yes | Post ID |
| revision_id | integer | yes | Revision ID |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_get_site_info Wordpress Get Site Info ~30
Get WordPress site information. Returns site title, description, URL, timezone, and other settings.
Input schema present but exposes no named parameters.
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_list_categories Wordpress List Categories ~48
List available WordPress categories.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | – | Page number |
| per_page | integer | – | Results per page (max 100) |
| search | – | – | Search categories by name |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_list_comments Wordpress List Comments ~112
List WordPress comments with filtering.
| Name | Type | Req | Description |
|---|---|---|---|
| order | string | – | Sort direction (asc, desc) |
| orderby | string | – | Sort by field (date, id) |
| page | integer | – | Page number (default: 1) |
| per_page | integer | – | Results per page, max 100 (default: 10) |
| post | – | – | Filter by post ID |
| search | – | – | Search comments by content |
| status | – | – | Filter by status (approved, hold, spam, trash) |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_list_media Wordpress List Media ~123
List WordPress media items with filtering.
| Name | Type | Req | Description |
|---|---|---|---|
| media_type | – | – | Filter by type (image, video, audio, application) |
| mime_type | – | – | Filter by MIME type (e.g., image/jpeg) |
| order | string | – | Sort direction (asc, desc) |
| orderby | string | – | Sort by field (date, title, id) |
| page | integer | – | Page number (default: 1) |
| per_page | integer | – | Results per page, max 100 (default: 10) |
| search | – | – | Search media by keyword |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_list_page_revisions Wordpress List Page Revisions ~29
List revisions for a WordPress page.
| Name | Type | Req | Description |
|---|---|---|---|
| page_id | integer | yes | Page ID |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_list_pages Wordpress List Pages ~124
List WordPress pages with filtering and pagination.
| Name | Type | Req | Description |
|---|---|---|---|
| order | string | – | Sort direction (asc, desc) |
| orderby | string | – | Sort by field (date, title, id, modified, menu_order) |
| page | integer | – | Page number (default: 1) |
| parent | – | – | Filter by parent page ID |
| per_page | integer | – | Results per page, max 100 (default: 10) |
| search | – | – | Search pages by keyword |
| status | – | – | Filter by status (publish, draft, pending, private, future) |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_list_posts Wordpress List Posts ~129
List WordPress posts with filtering and pagination.
| Name | Type | Req | Description |
|---|---|---|---|
| categories | – | – | Filter by category IDs |
| order | string | – | Sort direction (asc, desc) |
| orderby | string | – | Sort by field (date, title, id, modified) |
| page | integer | – | Page number (default: 1) |
| per_page | integer | – | Results per page, max 100 (default: 10) |
| search | – | – | Search posts by keyword |
| status | – | – | Filter by status (publish, draft, pending, private, future) |
| tags | – | – | Filter by tag IDs |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_list_revisions Wordpress List Revisions ~28
List revisions for a WordPress post.
| Name | Type | Req | Description |
|---|---|---|---|
| post_id | integer | yes | Post ID |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_list_tags Wordpress List Tags ~48
List available WordPress tags.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | – | Page number |
| per_page | integer | – | Results per page (max 100) |
| search | – | – | Search tags by name |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_moderate_comment Wordpress Moderate Comment ~51
Moderate a WordPress comment by changing its status.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Moderation action (approve, hold, spam, trash) |
| comment_id | integer | yes | Comment ID to moderate |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_search_posts Wordpress Search Posts ~59
Search WordPress posts by keyword in title and content.
| Name | Type | Req | Description |
|---|---|---|---|
| keyword | string | yes | Search keyword |
| page | integer | – | Page number (default: 1) |
| per_page | integer | – | Results per page (default: 10) |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_test_connection Wordpress Test Connection ~26
Test connection to WordPress REST API. Verifies API credentials and returns connection status.
Input schema present but exposes no named parameters.
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_update_comment Wordpress Update Comment ~51
Update an existing WordPress comment.
| Name | Type | Req | Description |
|---|---|---|---|
| comment_id | integer | yes | Comment ID to update |
| content | – | – | New comment content |
| status | – | – | New status (approved, hold, spam, trash) |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_update_media Wordpress Update Media ~58
Update WordPress media item metadata.
| Name | Type | Req | Description |
|---|---|---|---|
| alt_text | – | – | New alt text |
| caption | – | – | New caption |
| description | – | – | New description |
| media_id | integer | yes | Media ID to update |
| title | – | – | New title |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_update_page Wordpress Update Page ~106
Update an existing WordPress page.
| Name | Type | Req | Description |
|---|---|---|---|
| content | – | – | New content |
| date | – | – | New publication date |
| excerpt | – | – | New excerpt |
| featured_media | – | – | New featured image ID |
| menu_order | – | – | New menu order |
| page_id | integer | yes | Page ID to update |
| parent | – | – | New parent page ID |
| slug | – | – | New slug |
| status | – | – | New status |
| template | – | – | New template |
| title | – | – | New title |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_update_post Wordpress Update Post ~106
Update an existing WordPress post.
| Name | Type | Req | Description |
|---|---|---|---|
| categories | – | – | New category IDs |
| content | – | – | New content |
| date | – | – | New publication date |
| excerpt | – | – | New excerpt |
| featured_media | – | – | New featured image ID |
| post_format | – | – | New post format |
| post_id | integer | yes | Post ID to update |
| slug | – | – | New slug |
| status | – | – | New status |
| tags | – | – | New tag IDs |
| title | – | – | New title |
Structured output declared, but exposes no named fields.
No examples provided.
wordpress_upload_media Wordpress Upload Media ~167
Upload a media file to WordPress from a local file path. The file is read directly from disk, avoiding large base64 payloads over the MCP protocol. Provide an absolute path to the file. CONTAINER NOTE: When running as a container, the file path refers to the container filesystem, not the host. Files must be placed in ~/.local/share/mcp-wordpress/uploads/ on the host (mounted to /tmp/mcp-uploads/ inside the container) to be accessible.
| Name | Type | Req | Description |
|---|---|---|---|
| alt_text | – | – | Alt text for accessibility |
| caption | – | – | Media caption |
| description | – | – | Media description |
| file_path | string | yes | Absolute path to the file (e.g., /tmp/mcp-uploads/image.png) |
| title | – | – | Media title |
Structured output declared, but exposes no named fields.
No examples provided.
What is the MCP Wordpress server?
MCP Wordpress is listed in the public MCP registry as io.github.crunchtools/wordpress. Secure MCP server for WordPress content management. This page covers its PyPI package (mcp-wordpress-crunchtools).
Is the MCP Wordpress server safe to use?
MCP Wordpress scores 63 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the MCP Wordpress server expose?
MCP Wordpress exposes 30 tools: wordpress_get_site_info, wordpress_test_connection, wordpress_list_posts, wordpress_get_post, wordpress_search_posts, and 25 more. Their descriptions and schemas cost roughly 2,049 tokens of context every time the server is loaded.
Is the MCP Wordpress server still maintained?
MCP Wordpress is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.