developerjillur/wordpress-mcp-server
If you are the rightful owner of wordpress-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for WordPress that enables AI assistants to intelligently work with WordPress databases.
Tools
Functions exposed to the LLM to take actions
get_posts
Get WordPress posts with filtering options
get_post_by_id
Get a specific post by ID with metadata
get_posts_count
Count posts by type and status
get_users
Get WordPress users with optional role filtering
get_tables
List all tables in the WordPress database
get_table_structure
Get structure details for specific tables
execute_query
Run custom SQL SELECT queries safely
get_options
Retrieve WordPress options
get_wp_info
Get WordPress core information (site details, active plugins, etc.)
server_status
Check the server connection status
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client