Stats
Actions
Tags
From wrangler
Local stdio MCP server for Cloudflare Wrangler. Provides tools for managing issues (WRANGLER_ISSUES_DIRECTORY) and specifications (WRANGLER_SPECIFICATIONS_DIRECTORY) directories. Debug mode via WRANGLER_MCP_DEBUG.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"wrangler-mcp": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp/dist/bundle.cjs"
],
"env": {
"WRANGLER_MCP_DEBUG": "false",
"WRANGLER_ISSUES_DIRECTORY": ".wrangler/issues",
"WRANGLER_SPECIFICATIONS_DIRECTORY": ".wrangler/specifications"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
WRANGLER_MCP_DEBUG=falseWRANGLER_ISSUES_DIRECTORY=.wrangler/issuesWRANGLER_SPECIFICATIONS_DIRECTORY=.wrangler/specificationsnpx claudepluginhub bacchus-labs/wrangler --plugin wrangler