mcp-server-mas-sequential-thinking vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-mas-sequential-thinking by FradSer | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 300 | ★ 85,748 |
| 30d uses | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsProductivityDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
mcp-server-mas-sequential-thinking · Summary
MCP server implementing a Multi-Agent System for sequential thinking with 6 specialized AI agents.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-server-mas-sequential-thinking · Use cases
- Complex problem-solving requiring multi-perspective analysis
- Research-intensive tasks requiring fact verification and counter-example analysis
- Creative brainstorming with cross-industry innovation research
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-mas-sequential-thinking · Install
- Clone the repository:
git clone https://github.com/FradSer/mcp-server-mas-sequential-thinking.git - Navigate to the project:
cd mcp-server-mas-sequential-thinking - Install dependencies:
pip install -r requirements.txt - Set up environment variables (optional):
export EXA_API_KEY=your_exa_api_key - Run the server:
python -m mcp_server_mas_sequentialthinking
For Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"sequential-thinking": {
"command": "python",
"args": ["-m", "mcp_server_mas_sequentialthinking"],
"env": {}
}
}
}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"]
}
}
}