Back to MCP Servers
Kagi Ken
Work with Kagi *without* API access (you'll need to be a customer, tho). Searches and summarizes. Uses Kagi session token for easy authentication.
search-data-extractionapi
By czottmann
Installation
npx -y kagi-ken-mcpConfiguration
{
"mcpServers": {
"kagi-ken-mcp": {
"command": "npx",
"args": ["-y", "kagi-ken-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes