MCP.so
登录

SearXNG MCP Server

@hightemp

关于 SearXNG MCP Server

A Model Context Protocol (MCP) server for integrating with SearXNG metasearch engine.

基本信息

分类

其他

运行时

go

传输方式

stdio

发布者

hightemp

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is SearXNG MCP Server?

A Model Context Protocol (MCP) server that integrates with the SearXNG metasearch engine, enabling LLM agents to perform general, image, and news searches as well as retrieve available engines and categories.

How to use SearXNG MCP Server?

Run the provided binary with command‑line flags for transport type (-t), host (-h), port (-p), and SearXNG instance URL (-searxng). For example: ./go_mcp_server_searxng -searxng http://127.0.0.1:8080 -t sse -p 8892.

Key features of SearXNG MCP Server

  • General search across multiple categories and engines
  • Specialized image search functionality
  • Time‑filtered news search
  • Retrieval of available search engines and categories
  • Supports both stdio and SSE transports
  • Configurable host, port, and SearXNG instance URL

Use cases of SearXNG MCP Server

  • Query a metasearch engine through an MCP‑compatible LLM agent
  • Search for images or news with time filtering via an MCP tool
  • Discover which search engines and categories a SearXNG instance offers

FAQ from SearXNG MCP Server

What transport types are supported?

The server supports two transport types: stdio (command line) and SSE (HTTP server). The transport is selected via the -t flag; default is stdio.

How do I configure the SearXNG instance URL?

Pass the full URL of your SearXNG instance using the -searxng flag. The default is http://127.0.0.1:8080.

Does the server require any runtime dependencies beyond the binary?

No. The server is a standalone Go binary and does not list additional runtime dependencies in the README.

What is the default host and port for the SSE server?

The default host is 0.0.0.0 and the default port is 8892. These can be changed with the -h and -p flags.

Where does the SearXNG server need to run?

The SearXNG instance must be accessible at the URL provided via -searxng. The MCP server does not bundle SearXNG itself.

评论

其他 分类下的更多 MCP 服务器