Loading MCP server directory, please wait...
Model Context Protocol server for Clypt — submit podcast URLs, receive clips and trailer.
npx @getmcp/cli add io.github.nelsonjordanme/clyptRequires Node.js 18+. Community-contributed server. Review source before installing.
CLYPT_API_KEYClypt API key. Get one at https://useclypt.com/developers. Use a clk_test_* sandbox key for free deterministic fixtures.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.nelsonjordanme/clypt": {
"command": "npx",
"args": [
"-y",
"@useclypt/mcp-server"
],
"env": {
"CLYPT_API_KEY": "",
"CLYPT_BASE_URL": ""
}
}
}
}