time vs fred-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | fred-mcp-server by stefanoamorelli | |
|---|---|---|
| Stars | ★ 85,748 | ★ 92 |
| 30d uses | — | — |
| Score | 77 | 49 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | FinanceAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
fred-mcp-server · Summary
FRED MCP Server provides universal access to Federal Reserve Economic Data through three powerful tools.
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
fred-mcp-server · Use cases
- Financial analysis and market research
- Economic data retrieval for academic studies
- Integration of economic indicators into AI applications
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"]
}
}
}fred-mcp-server · Install
Installation
Via Smithery
npx -y @smithery/cli install @stefanoamorelli/fred-mcp-server --client claudeManual Installation
- Clone the repository:
git clone https://github.com/stefanoamorelli/fred-mcp-server.git
cd fred-mcp-server- Install dependencies:
pnpm install- Build the project:
pnpm buildConfiguration
Add to your Claude Desktop configuration:
{
"mcpServers": {
"FRED MCP Server": {
"command": "/usr/bin/node",
"args": [
"<PATH_TO_YOUR_CLONED_REPO>/fred-mcp-server/build/index.js"
],
"env": {
"FRED_API_KEY": "<YOUR_API_KEY>"
}
}
}
}