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
SQLAlchemy ODBC
An MCP server for connecting to any ODBC-compliant database via SQLAlchemy, supporting various DBMS backends.
Project Synapse MCP Server
Transforms raw text into interconnected knowledge graphs and generates insights using a Neo4j database.
MCP RAN POC
An MCP server for querying databases and managing Kubernetes clusters.
Azure TableStore
An MCP server for interacting with Azure Table Storage, requiring an Azure Storage connection string.
Doris-MCP-Lite
A lightweight MCP server for connecting to Apache Doris and other MySQL-compatible databases, providing tools and prompts for LLM applications.
Mem0 MCP
Integrates with Mem0.ai to provide persistent memory capabilities for LLMs, supporting cloud, Supabase, and local storage.
Memento MCP
A scalable knowledge graph memory system for LLMs with semantic retrieval and temporal awareness, using Neo4j as a backend.
SAP OData MCP Server
An MCP server for integrating with SAP OData services, configured via environment variables.
SAP Fieldglass MCP Server by CData
A read-only MCP server for querying live SAP Fieldglass data, powered by the CData JDBC Driver.
Apple Health Data with Elasticsearch
A Python-based MCP server that connects to an Elasticsearch index with Apple HealthKit data.