https://github.com/reuteras/mcp-search-searxng
Minimal search via MCP for Claude.ai
https://github.com/reuteras/mcp-search-searxng
Last synced: 6 months ago
JSON representation
Minimal search via MCP for Claude.ai
- Host: GitHub
- URL: https://github.com/reuteras/mcp-search-searxng
- Owner: reuteras
- Created: 2025-03-14T09:13:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-14T11:05:19.000Z (7 months ago)
- Last Synced: 2025-03-14T11:33:40.503Z (7 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Search for the Claude.ai app
I wanted to try MCP and used the repository [MCP-searxng](https://github.com/SecretiveShell/MCP-searxng) by [SecretiveShell](https://github.com/SecretiveShell) as a starting point.
Install
```bash
git clone https://github.com/reuteras/mcp-search-searxng.git
cd mcp-search-searxng
uv sync
source .venv/bin/activate
mcp install --with toml src/mcp_search_searxng/server.py
```