WordPress MCP server plugin — turn any WP site into a Model Context Protocol server over Streamable HTTP for AI coding agents (Claude Code, Codex).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cowboy-mcp": {
"command": "npx",
"args": [
"-y",
"februality/cowboy-mcp"
]
}
}
}
Run in terminal:
claude mcp add cowboy-mcp npx -y februality/cowboy-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"cowboy-mcp": {
"command": "npx",
"args": [
"-y",
"februality/cowboy-mcp"
]
}
}
}