MCP-searxng

MCP server for connecting agentic systems to search systems via searXNG

GitHub Stars

100

User Rating

Not Rated

Favorites

0

Views

52

Forks

16

Issues

1

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.7 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/SecretiveShell/MCP-searxng.git
cd MCP-searxng

2. Install Dependencies

bash
pip install -r requirements.txt

3. Configure Claude Desktop

Edit claude_desktop_config.json to add the MCP server:
json
{
  "mcpServers": {
    "searxng": {
      "command": "uvx",
      "args": ["mcp-searxng"]
    }
  }
}

4. Start Server

bash
uvx mcp-searxng

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Not recognized by Claude Desktop Solution: Verify configuration file path and syntax.

Additional Resources

Author Information
TerminalMan

Computer Science undergraduate passionate about Artificial Intelligence, self-hosted software solutions, and automation.

@promptmeshUnited Kingdom

153

Followers

81

Repositories

1

Gists

0

Total Contributions