mcp-server-requests vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-requests by coucya | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 7 | ★ 85,748 |
| 30d uses | — | — |
| Score | 37 | 77 |
| Official | — | ✓ |
| Categories | Web ScrapingDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 6 mo ago | this month |
mcp-server-requests · Summary
MCP server for HTTP requests with web fetching, content filtering, and markdown conversion capabilities.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-server-requests · Use cases
- LLMs fetching and processing web content for research or analysis
- Automating API interactions through MCP tool calling
- Web scraping with content filtering and format conversion
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-requests · Install
git clone https://github.com/coucya/mcp-server-requests.git
cd mcp-server-requests
pip install .**Claude Desktop Configuration** Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-requests": {
"command": "python",
"args": [
"-m",
"mcp_server_requests"
]
}
}
}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"]
}
}
}