Proxy Wrapper
Freeby MCP Community
A powerful proxy wrapper for Model Context Protocol (MCP) servers with hooks and plugin system for intercepting, monitoring, and modifying tool calls
v1.0.0Added Apr 12, 2026
mcpmodel-context-protocolproxywrapperhooks
Proxy Wrapper MCP Server
A powerful proxy wrapper for Model Context Protocol (MCP) servers with hooks and plugin system for intercepting, monitoring, and modifying tool calls
Installation
Reviews
Installation
Quick install
npx -y mcp-proxy-wrapper
Add to claude_desktop_config.json
{
"mcpServers": {
"proxy-wrapper": {
"command": "npx",
"args": ["-y", "mcp-proxy-wrapper"]
}
}
}