MCP Server
MCP
io.github.mumega848/mcpwp
MCP for WordPress — connect Claude, Cursor, or Windsurf to any WordPress site.
Install
npx -y @mcpwp.net/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@mcpwp.net/mcpwp",
"version": "3.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "WordPress site URL (e.g. https://example.com)",
"isRequired": true,
"format": "string",
"name": "WP_URL"
},
{
"description": "MCPWP API key — generate in WP Admin → MCPWP → Setup",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "WP_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment