mcp-servers-kagi
mcp-servers-kagiは、TypeScriptで構築されたサーバーソリューションで、効率的なデータ処理とAPI通信を実現します。開発者向けに設計されており、カスタマイズ性が高く、さまざまなプロジェクトに適用可能です。特に、リアルタイムデータ処理や自動化ワークフローの構築に役立ちます。
GitHubスター
37
ユーザー評価
未評価
お気に入り
0
閲覧数
26
フォーク
9
イシュー
6
インストール方法
難易度
中級推定所要時間
10-20 分
インストール方法
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"
}