WordPress MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-usersC | Get a list of users from a WordPress site with advanced filtering options |
| get-userC | Get a specific user by ID |
| create-userC | Create a new WordPress user |
| update-userC | Update an existing WordPress user |
| delete-userC | Delete a WordPress user |
| list-postsC | Get a list of posts with comprehensive filtering options |
| get-postC | Get a specific post by ID |
| create-postC | Create a new WordPress post |
| update-postC | Update an existing WordPress post |
| delete-postC | Delete a WordPress post |
| get-commentsC | Get a list of comments from a WordPress site |
| create-commentC | Create a new comment on a WordPress post |
| get-stats-highlightsC | Get highlight metrics for a WordPress site from the last seven days |
| get-stats-summaryC | View a site's summarized views, visitors, likes and comments |
| get-top-postsC | View a site's top posts and pages by views |
| get-referrersC | View a site's referrers |
| get-country-viewsC | View a site's views by country |
| get-post-statsC | View a specific post's views |
| get-site-statsC | Get comprehensive stats for a WordPress site |
| report-referrer-spamC | Report a referrer as spam |
| remove-referrer-spamC | Unreport a referrer as spam |
| get-clicksC | View a site's outbound clicks |
| get-search-termsB | View search terms used to find the site |
| get-streak-statsC | Get stats for Calendar Heatmap showing publishing activity |
| list-categoriesC | Get a list of categories with filtering options |
| get-categoryC | Get a specific category by ID |
| create-categoryC | Create a new WordPress category |
| update-categoryC | Update an existing WordPress category |
| delete-categoryC | Delete a WordPress category |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 29 tools
Each tool has a clearly distinct purpose targeting specific resources and actions. For example, create/delete/get/update operations are separated by resource type (category, post, user), and analytics tools (get-clicks, get-country-views, etc.) each focus on different metrics without overlap.
All tools follow a consistent verb_noun pattern with hyphens (e.g., create-post, get-category, update-user). The naming is uniform across all 29 tools, making them predictable and easy to understand.
With 29 tools, the count feels heavy for a WordPress server, as it combines content management (posts, categories, users) with extensive analytics. While each tool is useful, the set might be overwhelming for agents, suggesting it could be split into separate servers for content vs. stats.
The tool surface provides complete CRUD/lifecycle coverage for core resources (posts, categories, users) and includes comprehensive analytics for site stats, referrers, and spam management. There are no obvious gaps for the WordPress domain.