
frpdeck
by eserie-fox
Lightweight FRP instance management CLI with a built-in MCP server for LLM-assisted proxy maintenance.
What it does
frpdeck is a specialized operations tool for managing Fast Reverse Proxy (FRP) instances. It allows users to initialize, validate, and apply FRP configurations using structured YAML files. It includes a built-in MCP server that enables AI assistants to perform proxy CRUD operations, imports, and status checks on behalf of the user.
Tools
proxy_add: Adds a new proxy definition to the managed instance.proxy_remove: Removes a proxy from the configuration.proxy_update: Updates an existing proxy's properties.proxy_preview: Generates a preview of the proxy configuration.status: Retrieves the current state of the FRP instance.
Installation
Install via pip and generate the MCP wrapper:
pip install frpdeck
frpdeck mcp install-stdio-wrapper
Configure in claude_desktop_config.json:
{
"mcpServers": {
"frpdeck": {
"command": "ssh",
"args": ["your-ssh-host", "/path/to/your-instance/start-mcp-stdio.sh"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
pip install frpdeckInformation
- Pricing
- free
- Published
- 5/21/2026
- stars






