GitHub Stars
37
User Rating
Not Rated
Favorites
0
Views
34
Forks
9
Issues
6
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Create a
Make sure to add
To use with Claude Desktop, add the server config:
On MacOS:
.env file in the root directory with your Kagi API key:
KAGI_API_KEY=your_api_key_here
.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
~/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"
}