mcp-server-typescript vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-typescript by dataforseo | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 198 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
mcp-server-typescript · Summary
A comprehensive MCP server for DataForSEO APIs that provides SEO data, keyword research, SERP tracking, and domain analytics.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-server-typescript · Use cases
- SEO professionals can analyze SERP results and keyword data directly from AI assistants
- Content creators can discover keywords and analyze content sentiment
- Digital marketing agencies can monitor backlinks and domain analytics for multiple clients
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-typescript · Install
Installation
- Install globally:
npm install -g dataforseo-mcp-server- Run directly:
npx dataforseo-mcp-server- Set environment variables:
export DATAFORSEO_USERNAME=your_username
export DATAFORSEO_PASSWORD=your_password- For Claude Desktop, add to config.json:
{
"mcpServers": {
"DataForSEO": {
"command": "npx",
"args": ["dataforseo-mcp-server"]
}
}
}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"]
}
}
}