{"id":26886973,"url":"https://github.com/secretiveshell/mcp-searxng","last_synced_at":"2025-05-08T23:41:17.949Z","repository":{"id":267990876,"uuid":"902950797","full_name":"SecretiveShell/MCP-searxng","owner":"SecretiveShell","description":"MCP server for connecting agentic systems to search systems via searXNG","archived":false,"fork":false,"pushed_at":"2025-02-21T17:12:52.000Z","size":38,"stargazers_count":63,"open_issues_count":0,"forks_count":11,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-04T23:40:30.116Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SecretiveShell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"SecretiveShell","ko_fi":"secretiveshell"}},"created_at":"2024-12-13T15:54:33.000Z","updated_at":"2025-05-04T03:27:34.000Z","dependencies_parsed_at":"2024-12-13T18:34:09.473Z","dependency_job_id":"7857777b-30c3-4e9b-9619-251d5d15f5ad","html_url":"https://github.com/SecretiveShell/MCP-searxng","commit_stats":null,"previous_names":["secretiveshell/mcp-searxng"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretiveShell%2FMCP-searxng","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretiveShell%2FMCP-searxng/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretiveShell%2FMCP-searxng/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretiveShell%2FMCP-searxng/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SecretiveShell","download_url":"https://codeload.github.com/SecretiveShell/MCP-searxng/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253166475,"owners_count":21864467,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-31T19:27:48.733Z","updated_at":"2025-05-08T23:41:17.898Z","avatar_url":"https://github.com/SecretiveShell.png","language":"Python","funding_links":["https://github.com/sponsors/SecretiveShell","https://ko-fi.com/secretiveshell"],"categories":["Search \u0026 Data Extraction"],"sub_categories":["How to Submit"],"readme":"# MCP-searxng\n\nAn MCP server for connecting agentic systems to search systems via [searXNG](https://docs.searxng.org/).\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://glama.ai/mcp/servers/sl2zl8vaz8\"\u003e\n    \u003cimg width=\"380\" height=\"200\" src=\"https://glama.ai/mcp/servers/sl2zl8vaz8/badge\" alt=\"MCP SearxNG Badge\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Tools\n\nSearch the web with SearXNG\n\n## Prompts\n\n```python\nsearch(query: str) -\u003e f\"Searching for {query} using searXNG\"\n```\n\n## Usage\n\n### via uvx\n\n1) configure your client JSON like\n\n```json\n{\n  \"mcpServers\": {\n    \"searxng\": {\n      \"command\": \"uvx\", \n      \"args\": [\n        \"mcp-searxng\"\n      ]\n    }\n  }\n}\n```\n\n### via git clone\n\n1) Add the server to claude desktop (the entrypoint is main.py)\n\nClone the repo and add this JSON to claude desktop\n\nyou can run this server with `uvx mcp-searxng`, or use a local copy of the repo\n\n```json\n{\n  \"mcpServers\": {\n    \"searxng\": {\n      \"command\": \"uv\", \n      \"args\": [\n        \"--project\",\n        \"/absoloute/path/to/MCP-searxng/\",\n        \"run\",\n        \"/absoloute/path/to/MCP-searxng/mcp-searxng/main.py\"\n      ]\n    }\n  }\n}\n```\n\nyou will need to change the paths to match your environment\n\n### Custom SearXNG URL\n\n2) set the environment variable `SEARXNG_URL` to the URL of the searxng server (default is `http://localhost:8080`)\n\n3) run your MCP client and you should be able to search the web with searxng\n\nNote: if you are using claude desktop make sure to kill the process (task manager or equivalent) before running the server again\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecretiveshell%2Fmcp-searxng","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecretiveshell%2Fmcp-searxng","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecretiveshell%2Fmcp-searxng/lists"}