A small financial assistant that uses the EODHD MCP service for market data and Anthropic Claude for narrated summaries. CAn be operated as either a standalone client or proxy MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"financal-assitant-mc": {
"command": "uvx",
"args": [
"financal-assitant-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add financal-assitant-mc uvx financal-assitant-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"financal-assitant-mc": {
"command": "uvx",
"args": [
"financal-assitant-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install financal-assitant-mcp-server