Kagi MCP Server (Node.js)
@elliottlawson
关于 Kagi MCP Server (Node.js)
Node implementation of a Kagi MCP server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"kagi-mcp-server": {
"command": "npx",
"args": [
"github:elliottlawson/kagi-mcp-server"
],
"env": {
"KAGI_API_KEY": "your_api_key_here"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Kagi MCP Server (Node.js)?
A Node.js implementation of the Kagi MCP server that provides web search capabilities to AI assistants using the Kagi search API. It is built with TypeScript and the official MCP SDK, and is pre‑built for immediate use.
How to use Kagi MCP Server (Node.js)?
Requires Node.js 18+ and a Kagi API key (currently in closed beta – request an invite from [email protected]). Run directly with npx github:elliottlawson/kagi-mcp-server or clone the repo and run node build/index.js. Configure in Claude Desktop, Cursor, or Claude Code using the provided MCP configurations.
Key features of Kagi MCP Server (Node.js)
- Web search using the Kagi API
- Pre‑built, no build step required
- Unique tool name (
kagi_web_search) avoids conflicts - Built with TypeScript and the official MCP SDK
- Supports multiple search queries in parallel
- Formatted search results
Use cases of Kagi MCP Server (Node.js)
- AI assistants performing web searches for up‑to‑date information
- Integration with Claude Desktop, Cursor, and Claude Code
- Avoiding tool name conflicts with other MCP search servers
- Retrieving Kagi search results directly in AI conversations
FAQ from Kagi MCP Server (Node.js)
What is the Kagi MCP Server (Node.js)?
It is a Node.js implementation of an MCP server that provides web search capabilities to AI assistants using the Kagi search API.
What are the prerequisites?
You need Node.js 18 or higher, a Kagi API key (currently in closed beta – request an invite from [email protected]), and access to the search API.
How do I set it up?
You can run it directly with npx: KAGI_API_KEY=your_key npx github:elliottlawson/kagi-mcp-server. Alternatively, clone the repo and run node build/index.js. No build step is required.
How does it avoid conflicts with other MCP servers?
The tool is named kagi_web_search instead of a generic search, preventing conflicts with other MCP search servers.
What transport does it use?
The server uses stdio for communication with the MCP client.
搜索 分类下的更多 MCP 服务器
Google Search MCP Server
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
Search Console Mcp
saurabhsharma2uSearch & analytics data as infrastructure — MCP server for Google Search Console, Bing Webmaster Tools, and GA4, designed for AI agents and automation.
Naver Search MCP Server
isnow890MCP server for Naver Search API integration. Provides comprehensive search capabilities across Naver services (web, news, blog, shopping, etc) and data trend analysis tools via DataLab API.
Google Search Console MCP server for SEOs
AminForouGoogle Search Console Insights with Claude AI for SEOs
Version 2.0 is here!!
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
评论