Kagi MCP 服务器的 Node.js 实现
一个基于 Node.js 的 Kagi MCP 服务器实现,使用 Kagi 搜索 API 提供搜索功能。
快速入门
- 确保已安装 Node.js 18 或更高版本,并获取 Kagi API 密钥。
- 使用 npx 直接运行: KAGI_API_KEY=your_api_key_here npx github:elliottlawson/kagi-mcp-server
- 或克隆仓库后运行: git clone https://github.com/elliottlawson/kagi-mcp-server.git cd kagi-mcp-server KAGI_API_KEY=your_api_key_here node build/index.js
- 配置 Claude Desktop 或 Cursor 的 MCP 设置以集成此工具。
- 使用调试工具: npx @modelcontextprotocol/inspector npx github:elliottlawson/kagi-mcp-server