yahoo-finance-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
yahoo-finance-mcp by Alex2Yang97 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 286 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | FinanceAI / LLM ToolsDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | this month |
yahoo-finance-mcp · Summary
Comprehensive Yahoo Finance MCP server providing stock data, financial statements, options, and market news.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
yahoo-finance-mcp · Use cases
- Analyze stock performance and trends with historical price data
- Compare financial statements between companies
- Monitor market news and analyst recommendations
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
yahoo-finance-mcp · Install
Recommended: run with uvx
Run the server directly from the repository:
uvx --from git+https://github.com/Alex2Yang97/yahoo-finance-mcp yahoo-finance-mcpClaude Desktop Integration
- Edit Claude Desktop config file:
**macOS:**
{
"mcpServers": {
"yfinance": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/Alex2Yang97/yahoo-finance-mcp",
"yahoo-finance-mcp"
]
}
}
}**Windows:**
{
"mcpServers": {
"yfinance": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/Alex2Yang97/yahoo-finance-mcp",
"yahoo-finance-mcp"
]
}
}
}- Restart Claude Desktop
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"]
}
}
}