MCP Server
@tcpipuk
About MCP Server
Provides tools to clients over the Model Context Protocol
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-tcpipuk": {
"command": "uv",
"args": [
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server?
An MCP (Model Context Protocol) server that gives AI assistants the ability to safely access websites and search the web through two tools: Search and Web. Designed for users of Claude Desktop, LibreChat, and other MCP-compatible clients.
How to use MCP Server?
Run the server via Docker using the provided docker-compose.yml, or locally with Python 3.13+ and uv. Set the required SEARXNG_QUERY_URL environment variable pointing to your SearXNG instance. Choose SSE mode (network) for clients like LibreChat or stdio mode for direct connections like Claude Desktop.
Key features of MCP Server
- Search the web via a SearXNG instance
- Access websites and convert content to markdown
- Get raw web content or extract links
- SSE mode for networked client connections
- stdio mode for direct local connections
- Clear error messages and progress feedback
Use cases of MCP Server
- Enable AI assistants to search for current web information
- Let AI assistants access and process website content
- Integrate web search capabilities into Claude Desktop
- Add web browsing features to LibreChat workflows
FAQ from MCP Server
What tools does the server offer?
Two tools: Search (searches the web via SearXNG) and Web (accesses websites, converts pages to markdown, gets raw content, or extracts links).
How can I run the server?
Recommended method is Docker with docker-compose.yml. Alternatively, run locally using Python 3.13+ and uv with uv sync then mcp-server (stdio) or mcp-server --sse-host 0.0.0.0 --sse-port 3001 (SSE).
How do I connect to the server?
Two modes: network connection via SSE (for LibreChat and other networked clients) or direct connection via stdio (for local testing or Claude Desktop).
What environment variables are required?
SEARXNG_QUERY_URL (URL to your SearXNG instance's Search API) is always required. Optional: SSE_HOST, SSE_PORT, and USER_AGENT.
What are the runtime dependencies?
Docker for the containerized approach, or Python 3.13+ with uv for local runs. A running SearXNG instance is required for search functionality.
More Other MCP servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments