MCP Catalogs
Home

time vs mcp-server-bwt

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

time
by modelcontextprotocol
mcp-server-bwt
by zizzfizzix
Stars★ 85,748★ 6
30d uses
Score7734
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsDeveloper Toolsseo
LanguageTypeScriptPython
Last committhis month13 mo ago

time · Summary

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

mcp-server-bwt · Summary

Python MCP server exposing Bing Webmaster Tools API functionality to AI assistants like Claude.

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-server-bwt · Use cases

  • SEO professionals using Claude to monitor website performance and submit content for indexing
  • Developers building AI-powered analytics tools that integrate with Bing Webmaster data
  • Content creators optimizing their sites by submitting pages directly through AI assistants

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"]
    }
  }
}

mcp-server-bwt · Install

Installation

Using uvx (recommended)

Add to Claude desktop config:

"mcpServers": {
  "mcp_server_bwt": {
    "command": "uvx",
    "args": [
      "--from",
      "git+https://github.com/zizzfizzix/mcp-server-bwt",
      "mcp_server_bwt"
    ]
  }
}

Using make

  1. Install dependencies:
make install
  1. Add to Claude desktop config:
"mcpServers": {
  "bwtServer": {
    "command": "/PATH/TO/mcp-server-bwt/.venv/bin/python",
    "args": ["/PATH/TO/mcp-server-bwt/mcp_server_bwt/main.py"],
    "env": {
      "BING_WEBMASTER_API_KEY": "YOUR_API_KEY_HERE"
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.