MCP Directory
Back

Kagi-Session2API-MCP

by KSroido · Python · ★ 79

Free Kagi Search MCP server — access search and summarizer via session tokens, no API key needed. Works with Claude Desktop, Cursor, Windsurf, Hermes and any MCP client.

#ai-agent#ai-coding#claude-desktop#cursor#kagi#llm#mcp#mcp-server#model-context-protocol#search#summarizer#web-search

Install

pip install git+https://github.com/KSroido/Kagi-Session2API-MCP.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "kagi-session2api-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/KSroido/Kagi-Session2API-MCP.git"
      ]
    }
  }
}

From the README

**Free Kagi Search MCP server — session tokens, no API key needed** [](https://pypi.org/project/kagi-session2api-mcp/) [](https://pypi.org/project/kagi-session2api-mcp/) [](https://github.com/KSroido/Kagi-Session2API-MCP/stargazers) [](LICENSE) [](https://python.org/) **[English](README.md)** | [中文文档](README_ZH.md) -----|-----------|----------------| | 1 token | 5 req/s | 5 req/s | | 2 tokens | 5 req/s each | 10 req/s | | N tokens | 5 req/s each | 5×N req/s | When a token expires (detected via 401/403 or redirect to login), it is automatically disabled. Remaining tokens continue serving re…
Read full README on GitHub →

Related ai & ml servers