MCP Catalogs
Home

mcp-onesearch-api-poc vs time

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

mcp-onesearch-api-poc
by bdobyns
time
by modelcontextprotocol
Stars★ 0★ 85,748
30d uses
Score2177
Official
Categories
SearchAI / LLM ToolsDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit1 mo agothis month

mcp-onesearch-api-poc · Summary

Proof of concept MCP server implementing onesearch-api with various search tools and filters.

time · Summary

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

mcp-onesearch-api-poc · Use cases

  • Enabling LLMs to perform complex searches through a MCP server interface
  • Providing structured access to onesearch-api features through MCP tools
  • Demonstrating integration patterns between search APIs and MCP protocol

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-onesearch-api-poc · Install

  1. Clone the repository: git clone https://github.com/bdobyns/mcp-onesearch-api-poc.git
  2. Install dependencies: npm install
  3. Run the server: npm start

For Claude Desktop, add to your config.json:

{
  "mcpServers": {
    "onesearch-api": {
      "command": "node",
      "args": ["path/to/mcp-onesearch-api-poc/server.js"]
    }
  }
}

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.