WordPress MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WORDPRESS_URL | Yes | Your WordPress site URL (e.g., https://example.com) | |
| WORDPRESS_USER | Yes | WordPress username | |
| WORDPRESS_APP_PASSWORD | Yes | Application password (not your login password!) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| wp_get_posts | Get posts from WordPress. |
| wp_get_pages | Get pages from WordPress. |
| wp_get_media | Get media items from WordPress media library. |
| wp_get_plugins | Get installed plugins from WordPress. Requires authentication. |
| wp_site_info | Get WordPress site information. |
| wp_get_post | Get a single post by ID with full content. |
| wp_create_post | Create a new WordPress post. |
| wp_update_post | Update an existing WordPress post. |
| wp_delete_post | Delete a WordPress post. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gaupoit/wordpress-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server