mcp-servers-kagi

A Model Context Protocol server implementation for Kagi's API

GitHub Stars

37

User Rating

Not Rated

Favorites

0

Views

34

Forks

9

Issues

6

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Create a .env file in the root directory with your Kagi API key:

KAGI_API_KEY=your_api_key_here
Make sure to add .env to your .gitignore file to keep your API key secure. To install Kagi Server for Claude Desktop automatically via [Smithery](https://smithery.ai/protocol/kagi-server):
bash
npx @smithery/cli install kagi-server --client claude
To use with Claude Desktop, add the server config: On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json ```json { "mcpServers": { "kagi-server": { "command": "/path/to/kagi-server/build/index.js", "env": { "KAGI_API_KEY": "your_api_key_here" }