MCP Catalogs
Home

mcp-searxng vs time

Side-by-side comparison to help you pick between these two MCP servers.

mcp-searxng
by ihor-sokoliuk
time
by modelcontextprotocol
Stars★ 786★ 85,748
30d uses
Score5477
Official
Categories
SearchAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

mcp-searxng · Summary

MCP server providing web search capabilities through SearXNG API with intelligent caching and content extraction.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

mcp-searxng · Use cases

  • AI assistants need up-to-date web search results beyond their training data
  • Content analysis of web pages with advanced filtering and extraction
  • Research workflows requiring time-filtered search results in multiple languages

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

mcp-searxng · Install

Installation

NPM (global install)

npm install -g mcp-searxng

Add to your MCP client configuration:

{
  "mcpServers": {
    "searxng": {
      "command": "mcp-searxng",
      "env": {
        "SEARXNG_URL": "YOUR_SEARXNG_INSTANCE_URL"
      }
    }
  }
}

Docker

docker pull isokoliuk/mcp-searxng:latest
{
  "mcpServers": {
    "searxng": {
      "command": "docker",
      "args": [
        "run", "-i", "--rm",
        "-e", "SEARXNG_URL",
        "isokoliuk/mcp-searxng:latest"
      ],
      "env": {
        "SEARXNG_URL": "YOUR_SEARXNG_INSTANCE_URL"
      }
    }
  }
}

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.