mcp-yfinance
MCP Server for fething yfinance financial data into Claude Desktop
Documentation
yfinance MCP Server
A Model Context Protocol server that provides financial data to Claude Desktop using yfinance (Yahoo Finance api).
Most code created by Claude.
Installation
Requirements
- Python 3.10 or higher
- Claude Desktop
Install
1. Clone this repo:
git clone https://github.com/9nate-drake/mcp-yfinance2. Install required packages:
pip install mcp yfinanceConfiguration
Add to your Claude Desktop config file claude_desktop_config.json (on Windows this is usually at %APPDATA%/Claude/):
{
"mcpServers": {
"yfinance": {
"command": "python",
"args": [
"/path/to/finance_server/server.py"
]
}
}
}Replace the path with the actual full path to your server.py file.
Usage
1. Restart Claude Desktop
2. Look for the yfinance server in the ๐ menu
3. Example queries:
Development
To modify the server:
1. Edit server.py directly
2. Restart Claude Desktop to apply changes
TODO
~~* Add complete range of yfinance functions~~
- Check compliance with anthropic recommended practice for mcp servers
Frequently asked questions
What is mcp-yfinance?
mcp-yfinance is MCP Server for fething yfinance financial data into Claude Desktop
How do I install mcp-yfinance?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-yfinance open source?
Yes โ it is hosted on GitHub at https://github.com/9nate-drake/mcp-yfinance and has 18 stars.
Related MCP tools
Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth! Python-based implementation. Trusted by 11000+ developers.
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP. Python-based implementation. Trusted by 4100+ developers.
AI conversations that actually remember. Never re-explain your project to Claude again. Local-first, integrates with Obsidian.
Constrain, log and scan your MCP connections for security vulnerabilities. Python-based implementation. Trusted by 1200+ developers.
On-premises conversational RAG with configurable containers for the Model Context Protocol. Enhance AI assistants with powerful integrations.
A middleware to provide an openAI compatible endpoint that can call MCP tools Python-based implementation. Trusted by 800+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP