An open API service indexing awesome lists of open source software.

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

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
```