Back to Apps

Kagi Session2API MCP
Supports UIby ksroido
Free Kagi Search MCP server providing web search and summarization via session tokens without an API key.
0 stars
Works in:CursorWindsurf
Exposes:Tools
What it does
Kagi Session2API MCP provides an AI agent with high-quality web search and summarization capabilities by leveraging Kagi session tokens. It bypasses the need for a paid API key, allowing agents to fetch real-time web data and summarize URLs efficiently while mimicking a real browser environment.
Tools
kagi_search_fetch: Performs comprehensive web searches using Kagi's engine, supporting advanced operators like site: and filetype:.kagi_summarizer: Extracts and summarizes content from a given URL with options for prose or bullet-point takeaways.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"kagi-session": {
"command": "uvx",
"args": ["kagi-session2api-mcp"],
"env": {
"KAGI_SESSION_TOKEN": "YOUR_SESSION_TOKEN_HERE"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Windsurf
- Cline
- Hermes
Quick install
uvx kagi-session2api-mcpInformation
- Pricing
- free
- Published
- 5/5/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json in ~/.cursor/Windsurf
Add to mcp_config.jsonClaude Desktop
Configure via uvx in claude_desktop_config.json with KAGI_SESSION_TOKEN.





