Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for HTTP server (default: 3000, only used with --http)
WORDPRESS_URLYesWordPress site URL (e.g. https://your-site.com)
WORDPRESS_USERNAMEYesWordPress username
WORDPRESS_APP_PASSWORDYesApplication Password for WordPress

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
wp_list_postsA

List WordPress posts with optional filters. Returns post ID, title, status, date, and categories. Use to browse existing content or find posts by keyword.

wp_get_postA

Get a single WordPress post with full content, metadata, categories, and tags. Use to inspect post content before editing.

wp_create_postA

Create a new WordPress post. Provide title and content (HTML). Optionally set status (draft/publish), categories, and tags.

wp_update_postA

Update an existing WordPress post. Change title, content, status, categories, or tags.

wp_delete_postA

Delete a WordPress post. Moves to trash by default.

wp_list_pagesA

List WordPress pages. Returns page ID, title, status, and parent page. Use to browse site page structure.

wp_get_pageA

Get a single WordPress page with full content and metadata.

wp_create_pageA

Create a new WordPress page. Provide title and content (HTML). Optionally set parent page for hierarchy.

wp_update_pageC

Update an existing WordPress page.

wp_delete_pageB

Delete a WordPress page.

wp_list_mediaA

List media files in the WordPress library. Returns file URLs, types, and metadata.

wp_delete_mediaA

Permanently delete a media file from WordPress.

wp_list_commentsA

List comments on WordPress posts. Filter by post ID.

wp_create_commentB

Create a new comment on a WordPress post.

wp_update_commentA

Update or moderate a comment. Change content or approval status.

wp_delete_commentA

Permanently delete a comment.

wp_list_categoriesA

List all WordPress categories with post counts.

wp_list_tagsB

List all WordPress tags with post counts.

wp_list_usersA

List WordPress users with their roles.

wp_get_site_infoA

Get WordPress site information: name, description, URL, timezone, and available features.

Prompts

Interactive templates invoked by user choice

NameDescription
manage-contentGuide for managing WordPress posts and pages — list, create, update, and delete content
manage-mediaGuide for managing WordPress media library, comments, categories, and tags

Resources

Contextual data attached and managed by the client

NameDescription
WordPress Server InfoConnection status and available tools for this WordPress MCP server

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/alexgenovese/mcp-wordpress'

If you have feedback or need assistance with the MCP directory API, please join our Discord server