Skip to content
Claude Desktop

Cuttab for Claude Desktop

io.github.pijonsauvaj/cuttab

Create decks, quizzes, matching exercises, and fill-in-the-blank texts on Cuttab via AI.

client:Claude Desktop transport:streamable-http

Install Cuttab in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "cuttab": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://cuttab-six.vercel.app/api/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Cuttab in other clients