FinDataMCP
So führen Sie es aus:
Repository klonen
Installieren Sie uv (Paketmanager):
curl -LsSf https://astral.sh/uv/install.sh | shNavigieren Sie zum Ordner:
cd FinDataMCPInstallieren Sie Abhängigkeiten:
# Create virtual env and activate it uv venv source .venv/bin/activate # Install dependencies uv add "mcp[cli]" httpx yfinanceÜberprüfen Sie, ob alles funktioniert, indem Sie den Server ausführen:
uv run findata.py
Verbindung zu Claude Desktop herstellen
Installieren Sie Claude Desktop , falls noch nicht geschehen
Bearbeiten Sie die Konfigurationsdatei von Claude Desktop (Claude > Einstellungen > Entwickler > Konfiguration bearbeiten):
Fügen Sie die folgende Konfiguration hinzu:
{ "mcpServers": { "findata": { "command": "uv", "args": [ "--directory", "/ABSOLUTE/PATH/TO/PARENT/FOLDER/FinDataMCP", "run", "findata.py" ] } } }Starten Sie Claude Desktop neu
Für Windows-Befehle: siehe https://modelcontextprotocol.io/quickstart/server
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
Ein MCP-Server, der es Claude Desktop ermöglicht, über die Yahoo Finance-Integration auf Finanzdaten zuzugreifen und diese zu analysieren.
Related MCP Servers
- -securityAlicense-qualityAn MCP server that allows accessing and managing ledger files through Claude by providing account listing, balance checking, and transaction register viewing capabilities.Last updated -3GPL 3.0
- AsecurityAlicenseAqualityAn MCP server that enables MySQL database integration with Claude. You can execute SQL queries and manage database connections.Last updated -27MIT License
- AsecurityAlicenseAqualityA simple MCP server for Yahoo Finance using yfinance. This server provides a set of tools to fetch stock data, news, and other financial information.Last updated -558MIT License
- AsecurityAlicenseAqualityAn MCP server that provides comprehensive financial insights and analysis by leveraging real-time market data, news, and advanced analytics for stocks, options, financial statements, and economic indicators.Last updated -1747PythonMIT License