MCP Server
MCP
io.github.cvrt-jh/wordpress-mcp
Lightweight WordPress MCP server - 42 tools, token-optimized (95% smaller responses)
Install
npx -y @cavort-it-systems/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@cavort-it-systems/wordpress-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "WordPress site URL (e.g., https://example.com)",
"isRequired": true,
"format": "string",
"name": "WORDPRESS_SITE_URL"
},
{
"description": "WordPress username",
"isRequired": true,
"format": "string",
"name": "WORDPRESS_USERNAME"
},
{
"description": "WordPress Application Password (Users > Profile > Application Passwords)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "WORDPRESS_PASSWORD"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment