MCP server for Kagi Search using your session token - web & news search, lenses, regions. No API subscription needed. Built with Claude Fable 5.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"kagi-mcp-claude-fabl": {
"command": "npx",
"args": [
"-y",
"real-jiakai/kagi-mcp-claude-fable-5"
]
}
}
}
Run in terminal:
claude mcp add kagi-mcp-claude-fabl npx -y real-jiakai/kagi-mcp-claude-fable-5
Add to .cursor/mcp.json:
{
"mcpServers": {
"kagi-mcp-claude-fabl": {
"command": "npx",
"args": [
"-y",
"real-jiakai/kagi-mcp-claude-fable-5"
]
}
}
}