ac3xx_mcp-servers-kagi
0
The kagi-server is a TypeScript-based Model Context Protocol (MCP) server integrating the Kagi Search API for performing web searches. It offers a tool for retrieving search results via Kagi's API and plans to expand features with summarization and enrichment capabilities.
kagi-server MCP Server
MCP server for Kagi API integration
This is a TypeScript-based MCP server that integrates the Kagi Search API. It demonstrates core MCP concepts by providing:
- Tools for performing web searches and other operations using Kagi's API (currently in private beta)
Features
Implemented Tools
- Perform web searches using Kagi, taking a query string and optional limit as parameters
Planned Tools (Not Yet Implemented)
- Generate summaries of web pages or text
- Get quick responses using Kagi's FastGPT
- Fetch enriched news results on specific topics
Usage
Once the server is running and connected to Claude Desktop, you can use it to perform web searches. For example:
- Ask Claude to search for specific information.
- Claude will use the
kagi_search
tool to fetch results from Kagi's API. - Claude will then summarize or analyze the search results for you.