# Searxng Mcp Server

> MCP server from maccam912/searxng-mcp-server.

- **Type:** MCP server
- **Install:** `agentstack add mcp-maccam912-searxng-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [maccam912](https://agentstack.voostack.com/s/maccam912)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [maccam912](https://github.com/maccam912)
- **Source:** https://github.com/maccam912/searxng-mcp-server

## Install

```sh
agentstack add mcp-maccam912-searxng-mcp-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# SearXNG MCP Server

A [Model Control Protocol (MCP)](https://github.com/microsoft/modelcontrol) server for [SearXNG](https://github.com/searxng/searxng), allowing AI assistants to search the web through a SearXNG instance.

## Features

- Search the web using SearXNG via simple API calls
- Get information about available search engines
- Configure search parameters including categories, languages, and safe search settings

## Usage in MCP Configuration

```json
 "searxng-mcp-server": {
      "command": "uv",
      "args": [
        "run",
        "https://raw.githubusercontent.com/maccam912/searxng-mcp-server/refs/heads/main/server.py",
        "--url",
        "https://searxng.example.com"
      ]
    }
```

## Docker Usage

You can run this MCP server using Docker:

```bash
# Build the Docker image
docker build -t searxng-mcp-server .

# Run the container
# Replace https://searxng.example.com with your actual SearXNG instance URL
docker run -p 8080:8080 searxng-mcp-server
```

## API Tools

### Search

```python
def search(query: str, categories: Optional[str] = None, engines: Optional[str] = None, 
           language: Optional[str] = None, page: int = 1, time_range: Optional[str] = None,
           safe_search: int = 1)
```

### Get Available Engines

```python
def get_available_engines()
```

## Local Development

Requirements:
- Python 3.11+
- uv (Python package manager)

```bash
# Install dependencies
uv sync

# Run the server
uv run server.py --url https://searxng.example.com
```

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [maccam912](https://github.com/maccam912)
- **Source:** [maccam912/searxng-mcp-server](https://github.com/maccam912/searxng-mcp-server)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-maccam912-searxng-mcp-server
- Seller: https://agentstack.voostack.com/s/maccam912
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
