Skip to content

Commit 6d20168

Browse files
committed
Add Smithery CLI installation instructions
1 parent c63b11f commit 6d20168

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# kagi-server MCP Server
22

3+
[![smithery badge](https://smithery.ai/badge/kagi-server)](https://smithery.ai/protocol/kagi-server)
34
MCP server for Kagi API integration
45

56
This is a TypeScript-based MCP server that integrates the Kagi Search API. It demonstrates core MCP concepts by providing:
@@ -47,6 +48,14 @@ Make sure to add `.env` to your `.gitignore` file to keep your API key secure.
4748

4849
## Installation
4950

51+
### Installing via Smithery
52+
53+
To install Kagi Server for Claude Desktop automatically via [Smithery](https://smithery.ai/protocol/kagi-server):
54+
55+
```bash
56+
npx @smithery/cli install kagi-server --client claude
57+
```
58+
5059
To use with Claude Desktop, add the server config:
5160

5261
On MacOS: `~/Library/Application Support/Claude/claude_desktop_config.json`

0 commit comments

Comments
 (0)