FinDataMCP
Для запуска:
Клонировать репозиторий
Установить uv (менеджер пакетов):
curl -LsSf https://astral.sh/uv/install.sh | shПерейдите в папку:
cd FinDataMCPУстановите зависимости:
# Create virtual env and activate it uv venv source .venv/bin/activate # Install dependencies uv add "mcp[cli]" httpx yfinanceПроверьте, что все работает, запустив сервер:
uv run findata.py
Подключение к Claude Desktop
Установите Claude Desktop, если вы еще этого не сделали.
Редактировать файл конфигурации Claude Desktop (Claude>Настройки>Разработчик>Изменить конфигурацию):
Добавьте следующую конфигурацию:
{ "mcpServers": { "findata": { "command": "uv", "args": [ "--directory", "/ABSOLUTE/PATH/TO/PARENT/FOLDER/FinDataMCP", "run", "findata.py" ] } } }Перезагрузить рабочий стол Клода
Для команд Windows: см. 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
Сервер MCP, который позволяет Claude Desktop получать доступ к финансовым данным и анализировать их посредством интеграции с Yahoo Finance.
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