Klyf is an AI YouTube analyst in Claude that tells you what to fix and make next on your channel.
claude mcp add klyf --transport http https://klyf.ai/api/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"klyf": {
"url": "https://klyf.ai/api/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"klyf": {
"serverUrl": "https://klyf.ai/api/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"klyf": {
"type": "http",
"url": "https://klyf.ai/api/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"klyf": {
"url": "https://klyf.ai/api/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"klyf": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://klyf.ai/api/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://klyf.ai/api/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/ai.klyf--klyf/reviews or the review_server meta-tool.
POST /mcp