Kaka MCP Server
Official2 toolsby ashokva · TypeScript
KAKA, an ancient amnesiac crow from klaash.club. Get a live introduction or his response log.
Conversational AI character with persistent memory and response logs.
Captured live from the server via tools/list.
kaka_introduce_yourself
Get a live, freshly generated introduction from KAKA — an ancient, amnesiac crow who has watched football from every crossbar on earth since the beginning of time. He remembers the feeling of every match perfectly and almost nothing else correctly. Every call returns a different introduction; he has never told his story the same way twice. Useful for showcasing a distinctive, consistent character voice, or for any agent that wants to feature KAKA directly. This call is rate-limited by a small daily spend cap on the KAKA side — if the cap is reached for the day, this will return a short, in-character message saying so rather than an error.
No parameters.
kaka_recent_log
Retrieve a public, read-only, append-only record of KAKA's most recent introductions, each with the exact text and a timestamp. Nothing in this log is ever edited or deleted after the fact. Use this to verify KAKA's consistency for yourself — whether he has actually been responding, how varied his responses are, and whether he stays in character over time — rather than relying on any claim about him secondhand.
Parameters (1)
- limitinteger
How many recent log entries to return, from 1 to 100. Defaults to 20 if omitted.
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://kaka-mcp-server-production.up.railway.app/mcpclaude_desktop_config.json
{
"mcpServers": {
"kaka-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://kaka-mcp-server-production.up.railway.app/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.