Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_FILE | No | Optional path to log file | |
JWT_TOKEN | No | JWT token generated from WordPress MCP settings | |
WP_API_URL | No | URL of your WordPress site | |
WP_API_PASSWORD | No | WordPress application password | |
WP_API_USERNAME | No | WordPress username for application password authentication |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search-posts | Search for WordPress posts by title or keyword |
get-post | Get a WordPress post by its ID |
create-post | Create a new WordPress post using Gutenberg blocks |
update-post | Update a WordPress post using Gutenberg blocks |
wordpress-block-types-schema | Available WordPress block types that can be used for content creation |