This is the shortest path from install to proof: create a scoped key, paste the endpoint into an MCP client, inspect live tools, then run one safe WordPress operation.
You need permission to install MCPWP and create API keys in the WordPress dashboard.
Use Claude Code, Claude Desktop, Cursor, Windsurf, Codex tooling, or another client that can connect to remote MCP servers.
Start with read access for inspection. Add write access only when you are ready to let the assistant make changes.
Install the plugin on the WordPress site you want your AI client to operate.
WP Admin → Plugins → Add New → Upload Plugin → Activate
Create a key in MCPWP settings. Use read-only for discovery, then add write/admin scopes only for workflows that need them.
WP Admin → MCPWP → API Keys → New key
Your endpoint follows the same pattern on every site. The key decides what the client can do.
https://your-site.com/wp-json/mcpwp/v1/mcp
The first successful connection should be read-only: confirm site info and available tools before making changes.
Inspect this WordPress site and list the MCPWP tools available to my key.
Keep the server name simple and product-aligned. Do not paste admin keys into clients that only need read access.
{
"mcpServers": {
"mcpwp": {
"url": "https://your-site.com/wp-json/mcpwp/v1/mcp",
"headers": {
"X-API-Key": "mcpwp_your_scoped_key"
}
}
}
}Once the client responds with your site name, WordPress version, active integrations, and available MCPWP tools, the conversion path has worked.