Skip to content
Claude Desktop

clypt for Claude Desktop

io.github.nelsonjordanme/clypt

Model Context Protocol server for Clypt — submit podcast URLs, receive clips and trailer.

client:Claude Desktop transport:stdio runtime:npm

Install clypt in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "clypt": {
      "command": "npx",
      "args": [
        "-y",
        "@useclypt/mcp-server"
      ],
      "env": {
        "CLYPT_API_KEY": "<CLYPT_API_KEY>",
        "CLYPT_BASE_URL": "<CLYPT_BASE_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

clypt in other clients