Proxidize MCP Server
Connect supported AI clients to Proxidize through the Model Context Protocol (MCP).
Requirements
Connect a client
claude mcp add proxidize -e PROXIDIZE_API_TOKEN=YOUR_API_TOKEN -- npx -y @proxidize/mcpclaude mcp add proxidize --scope user -e PROXIDIZE_API_TOKEN=YOUR_API_TOKEN -- npx -y @proxidize/mcpclaude mcp add --scope project proxidize -- npx -y @proxidize/mcp{
"mcpServers": {
"proxidize": {
"command": "npx",
"args": ["-y", "@proxidize/mcp"],
"env": {
"PROXIDIZE_API_TOKEN": "YOUR_API_TOKEN"
}
}
}
}{
"mcpServers": {
"proxidize": {
"command": "npx",
"args": ["-y", "@proxidize/mcp"],
"env": {
"PROXIDIZE_API_TOKEN": "YOUR_API_TOKEN"
}
}
}
}Available tools
Configuration
Variable
Required
Default
Purpose
Troubleshooting
Issue
Resolution
FAQ
Resources
Need Help?
Last updated
Was this helpful?