io.github.cvrt-jh/wordpress-mcp✓
io.github.cvrt-jh/wordpress-mcp · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.cvrt-jh/wordpress-mcp",
"description": "Lightweight WordPress MCP server - 42 tools, token-optimized (95% smaller responses)",
"repository": {
"url": "https://github.com/cvrt-jh/wordpress-mcp",
"source": "github"
},
"version": "1.0.0",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}