FinDataMCP
Provides financial data. Requires external Python dependencies installed with the uv package manager.
FinDataMCP
To run:
-
Clone repo
-
Install uv (package manager):
curl -LsSf https://astral.sh/uv/install.sh | sh -
Navigate to folder:
cd FinDataMCP -
Install dependencies:
# Create virtual env and activate it uv venv source .venv/bin/activate # Install dependencies uv add "mcp[cli]" httpx yfinance -
Check that everything's working by running server:
uv run findata.py
Connecting to Claude Desktop
-
Install Claude Desktop if you haven't already
-
Edit Claude Desktop configuration file (Claude>settings>developer>edit config):
-
Add the following configuration:
{ "mcpServers": { "findata": { "command": "uv", "args": [ "--directory", "/ABSOLUTE/PATH/TO/PARENT/FOLDER/FinDataMCP", "run", "findata.py" ] } } } -
Restart Claude Desktop
For windows cmds: see https://modelcontextprotocol.io/quickstart/server
Related Servers
Python MSSQL MCP Server
A Python MCP server for Microsoft SQL Server, enabling schema inspection and SQL query execution.
Firebolt
Connect your LLM to the Firebolt Data Warehouse for data querying and analysis.
MCP MariaDB Server
Manage and query MariaDB databases using the Model Context Protocol (MCP), with support for SQL and vector search.
MCP Snowflake Reader
Read-only access to Snowflake databases. Requires Snowflake connection information provided via MCP client configuration.
Aster Info MCP
Provides structured access to Aster DEX market data, including candlesticks, order books, trades, and funding rates.
PostgreSQL Multi-Schema
Provides read-only access to PostgreSQL databases with multi-schema support, allowing LLMs to inspect schemas and execute queries across different namespaces.
Neon MCP Server
Interact with Neon Postgres databases using natural language to manage projects, branches, queries, and migrations via the Neon API.
PyAirbyte
An AI-powered server that generates PyAirbyte pipeline code and instructions using OpenAI and connector documentation.
ODBC MCP Server
Enables LLM tools to query databases using ODBC connections.
MongoDB Lens
Full Featured MCP Server for MongoDB Database.