clypt for Grok
io.github.nelsonjordanme/clypt
Model Context Protocol server for Clypt — submit podcast URLs, receive clips and trailer.
client:Grok
transport:stdio
runtime:npm
Install clypt in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"clypt": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@useclypt/mcp-server"
],
"env": {
"CLYPT_API_KEY": "<CLYPT_API_KEY>",
"CLYPT_BASE_URL": "<CLYPT_BASE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs