Add this to your AI agent's MCP config file to connect.
Run in your terminal:
claude mcp add ch.pfx--mcp-server --transport http https://mcp.pfx.ch/api/server
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ch.pfx--mcp-server": {
"type": "http",
"url": "https://mcp.pfx.ch/api/server"
}
}
} Add to your .cursor/mcp.json:
{
"mcpServers": {
"ch.pfx--mcp-server": {
"type": "http",
"url": "https://mcp.pfx.ch/api/server"
}
}
} Add to your Windsurf MCP config:
{
"mcpServers": {
"ch.pfx--mcp-server": {
"type": "http",
"url": "https://mcp.pfx.ch/api/server"
}
}
}