Finance-personal-assistant vs time
Side-by-side comparison to help you pick between these two MCP servers.
Finance-personal-assistant by beprith | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 2 | ★ 85,748 |
| 30d uses | — | — |
| Score | 32 | 77 |
| Official | — | ✓ |
| Categories | FinanceDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 9 mo ago | this month |
Finance-personal-assistant · Summary
A local MCP server providing mock financial data tools for testing applications without connecting to real systems.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
Finance-personal-assistant · Use cases
- Testing financial applications without real API dependencies
- Developing MCP client integrations in a safe environment
- Demonstrating MCP tool capabilities for financial data handling
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
Finance-personal-assistant · Install
Installation & Usage
- Install dependencies:
pip install mcp mcp-inspector- Start the server:
python main_mcp.pyClaude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"local-financial-mcp": {
"command": "python",
"args": ["main_mcp.py"]
}
}
}FastMCP Integration
- Install FastMCP CLI:
pip install fastmcp- Launch with UI:
fastmcp dev main_mcp.py- Register in
mcp_servers.json:
{
"servers": {
"local-financial-mcp": {
"transport": "stdio",
"command": "python",
"args": ["main_mcp.py"],
"cwd": "<path-to-project-root>"
}
}
}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"]
}
}
}