A practical example of using the WordPress Abilities API with the MCP Adapter to expose WordPress features as MCP tools for AI agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"wp-mcp-server-demo": {
"command": "npx",
"args": [
"-y",
"itsgajendraSingh/wp-mcp-server-demo"
]
}
}
}
Run in terminal:
claude mcp add wp-mcp-server-demo npx -y itsgajendraSingh/wp-mcp-server-demo
Add to .cursor/mcp.json:
{
"mcpServers": {
"wp-mcp-server-demo": {
"command": "npx",
"args": [
"-y",
"itsgajendraSingh/wp-mcp-server-demo"
]
}
}
}