Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"wrangler-mcp": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp/dist/index.js"
],
"env": {
"WRANGLER_MCP_DEBUG": "false",
"WRANGLER_ISSUES_DIRECTORY": ".wrangler/issues",
"WRANGLER_SPECIFICATIONS_DIRECTORY": ".wrangler/specifications"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeWRANGLER_MCP_DEBUG=falseWRANGLER_ISSUES_DIRECTORY=.wrangler/issuesWRANGLER_SPECIFICATIONS_DIRECTORY=.wrangler/specifications