jinaai-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
jinaai-mcp-server by cyanheads | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 0 | ★ 85,748 |
| 30d uses | — | — |
| Score | 33 | 77 |
| Official | — | ✓ |
| Categories | Web ScrapingAI / LLM ToolsDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 9 mo ago | this month |
jinaai-mcp-server · Summary
A production-ready MCP server that enables AI systems to read and extract clean content from webpages using the Jina AI Reader API.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
jinaai-mcp-server · Use cases
- Automating research by extracting content from multiple articles and documentation sources
- Enabling AI assistants to access real-time web information for up-to-date responses
- Integrating web content processing into AI workflows without leaving the host application
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
jinaai-mcp-server · Install
Prerequisites
- Node.js (>=18.0.0)
- npm
Installation
Using MCP Client Settings
Add the following to your MCP client's configuration file:
{
"mcpServers": {
"jinaai-mcp-server": {
"command": "npx",
"args": ["@cyanheads/jinaai-mcp-server"],
"env": {
"MCP_TRANSPORT_TYPE": "http",
"MCP_HTTP_PORT": "3018",
"JINA_API_KEY": "YOUR_JINA_API_KEY_HERE"
}
}
}
}From Source
- Clone the repository:
``bash git clone https://github.com/cyanheads/jinaai-mcp-server.git cd jinaai-mcp-server ``
- Install dependencies:
``bash npm install ``
- Build the project:
``bash npm run build ``
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"]
}
}
}