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
Datai MCP Server
Provides real-time wallet portfolio data, including DeFi, token, and NFT holdings, using the Datai API.
MongoDB Mongoose MCP
An MCP server for MongoDB with optional Mongoose schema support.
PostgreSQL MCP Server
Provides read-only access to PostgreSQL databases using a connection string.
GraphMem
An MCP server for graph-based memory management, enabling AI to create, retrieve, and manage knowledge entities and their relationships.
KuzuMem-MCP
A distributed memory bank MCP tool that stores memories in a KùzuDB graph database, with repository and branch filtering capabilities.
Act-On MCP Server by CData
A read-only MCP server that enables LLMs to query live Act-On data. Requires a separate CData JDBC Driver for Act-On.
Power BI MCP Servers
Integrate with Power BI using a local server for offline .pbix file analysis and an Azure server for querying live datasets.
Movie Database
Access a MongoDB movie database using natural language queries.
MySQL
A server for managing MySQL databases.
Pinot MCP Server
An MCP server for interacting with Apache Pinot, a real-time distributed OLAP datastore.