Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Model Context Protocol (MCP) server for Kagi search and summarization services, requiring API access.
Add this to your MCP client configuration:
{
"mcpServers": {
"kagisearch-kagimcp": {
"command": "uvx",
"args": [
"kagimcp"
],
"env": {
"KAGI_API_KEY": "<Your Kagi API key (required for search/summarization)>",
"KAGI_SUMMARIZER_ENGINE": "<Summarizer engine choice (defaults to 'cecil')>"
}
}
}
}{
"id": "kagisearch-kagimcp",
"name": "Kagi",
"description": "A Model Context Protocol (MCP) server for Kagi search and summarization services, requiring API access.",
"source_url": "https://github.com/kagisearch/kagimcp",
"publisher_name": "kagisearch",
"publisher_url": "https://github.com/kagisearch",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 1669,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "kagimcp"
},
"tools_count": 2
}