npx claudepluginhub pzharyuk/ai-claude-plugins --plugin cloudflare-extendedAdd to your .mcp.json:
{
"mcpServers": {
"cloudflare-extended": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/server/index.js"
],
"env": {
"CLOUDFLARE_API_TOKEN": "${CLOUDFLARE_API_TOKEN}",
"CLOUDFLARE_ACCOUNT_ID": "${CLOUDFLARE_ACCOUNT_ID}"
}
}
}
}Replace placeholder values for: CLOUDFLARE_API_TOKEN
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
nodeCLOUDFLARE_API_TOKEN=${CLOUDFLARE_API_TOKEN}CLOUDFLARE_ACCOUNT_ID=${CLOUDFLARE_ACCOUNT_ID}