Kagi Bridge MCP Server
Project description
Kagi Bridge MCP
This is a MCP (Multichannel Protocol) server that provides search capability using a headless browser. It simulates browser-based searches without requiring a Kagi API key.
Installation
This project uses uv for dependency management:
# Install the package with dependencies
uv pip install .
# Install the browser binary
python -m playwright install chromium
Usage
The MCP server requires a URL that contains an authentication token for the search service. This URL is used to initialize cookies that will be used for subsequent searches.
You can provide the URL in two ways:
- Environment variable:
export SEARCH_URL="https://kagi.com/your_token_url"
kagi-bridge-mcp
- Command-line argument:
kagi-bridge-mcp --url "https://kagi.com/your_token_url"
Features
- Browser-based search that simulates real user interaction
- Handles 302 redirects and cookie-based authentication
- Compatible with existing MCP format for seamless integration
Development
# Set up a development environment
uv venv
source .venv/bin/activate
uv sync
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kagi_bridge_mcp-0.1.4.tar.gz.
File metadata
- Download URL: kagi_bridge_mcp-0.1.4.tar.gz
- Upload date:
- Size: 164.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cacab0052af9e96f6bc95db1fa746192bd52526eca2e538ca72c3785911607ed
|
|
| MD5 |
c8ed823f5311e09c28f8f6b5b12edc93
|
|
| BLAKE2b-256 |
bbe484fbaf99dae9280212138fef790d55fa5dadbe7937dbf0f27f82f093ac49
|
File details
Details for the file kagi_bridge_mcp-0.1.4-py3-none-any.whl.
File metadata
- Download URL: kagi_bridge_mcp-0.1.4-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f316d217404a0f3c59c40bf14e1e3badc8ceb878df77e2814500f5371f661de4
|
|
| MD5 |
16a6b231505bf9000094a7a17399118c
|
|
| BLAKE2b-256 |
9faa83cdc191d6f4541c7e09b5289f3c51302353bbd34803bd7e25a7be1ea9de
|