MCP Catalogs
Home

time vs mcp-sequentialthinking-tools

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

time
by modelcontextprotocol
mcp-sequentialthinking-tools
by spences10
Stars★ 85,748★ 583
30d uses
Score7751
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis monththis month

time · Summary

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

mcp-sequentialthinking-tools · Summary

An MCP server for recording sequential reasoning steps with history, branching, and tool plan validation.

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-sequentialthinking-tools · Use cases

  • Breaking down complex problems into manageable reasoning steps
  • Maintaining and inspecting reasoning history during extended agent runs
  • Validating model-recommended tools against an available tools list

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-sequentialthinking-tools · Install

Installation

Install via npm:

npm install -g mcp-sequentialthinking-tools

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-sequentialthinking-tools": {
      "command": "npx",
      "args": ["-y", "mcp-sequentialthinking-tools"],
      "env": {
        "MAX_HISTORY_SIZE": "1000"
      }
    }
  }
}

You can also set the MAX_HISTORY_SIZE environment variable to adjust the maximum history size per session (default is 1000).

Comparison generated from public README + GitHub signals. Last updated automatically.