Skip to content
Cursor

SearXNG MCP Server for Cursor

io.github.bumbarasch/searxng-mcp-server

Self-hosted SearXNG metasearch for MCP clients: web, image, news, video, music and page fetch.

client:Cursor transport:stdio runtime:npm

Install SearXNG MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "searxng-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "searxng-mcp-server"
      ],
      "env": {
        "SEARXNG_URL": "<SEARXNG_URL>",
        "SEARXNG_TRANSPORT": "<SEARXNG_TRANSPORT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SearXNG MCP Server in other clients