Skip to content
Cursor

clypt for Cursor

io.github.nelsonjordanme/clypt

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

client:Cursor transport:stdio runtime:npm

Install clypt in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

clypt in other clients