mcp-client

Faxify/mcp-client
★ 1 stars JavaScript AI/LLM Updated 1d ago
MCP client wrapper for Faxify MCP server. Bridges stdio (Cursor, Claude Desktop, ChatGPT Desktop, and other MCP-compatible AI applications) to HTTP (Next.js MCP server).
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-client": {
      "command": "npx",
      "args": [
        "-y",
        "Faxify/mcp-client"
      ]
    }
  }
}