MCP.so
登录

yfinance MCP Server

@9nate-drake

关于 yfinance MCP Server

MCP Server for fething yfinance financial data into Claude Desktop

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

9nate-drake

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is yfinance MCP Server?

A Model Context Protocol server that provides financial data to Claude Desktop using yfinance (the Yahoo Finance API). It is intended for users who want to query stock prices, historical data, ownership details, and analyst targets through natural language inside Claude Desktop.

How to use yfinance MCP Server?

Install Python 3.10 or higher and Claude Desktop, clone the repository, install the required packages (mcp and yfinance), then add the server configuration to your Claude Desktop config file (claude_desktop_config.json). After restarting Claude Desktop, the yfinance server appears in the plugin menu and can be queried with commands like “Get me the current stock price for MSFT” or “Analyse the last 3 months of Apple stock performance.”

Key features of yfinance MCP Server

  • Live stock price retrieval via natural language queries
  • Historical price and performance analysis
  • Institutional ownership information for any ticker
  • Median analyst price targets
  • Built entirely with code generated by Claude

Use cases of yfinance MCP Server

  • Checking the current price of a stock during a conversation
  • Analysing a company’s stock performance over a specific date range
  • Understanding who holds a stock (institutional ownership)
  • Getting consensus analyst price targets for a symbol

FAQ from yfinance MCP Server

What does this server do?

It connects Claude Desktop to Yahoo Finance data, allowing you to ask for stock prices, historical data, ownership, and analyst targets in plain English.

How do I install yfinance MCP Server?

Clone the repo, run pip install mcp yfinance, then add the server entry to your Claude Desktop config file as shown in the README.

How do I configure it?

Add a yfinance block under mcpServers in claude_desktop_config.json with the command "python" and args pointing to the full path of server.py.

How can I start using it?

Restart Claude Desktop, click the plugin icon (🔌), and type financial queries such as “Get the current stock price for MSFT.”

Can I modify the server?

Yes, edit server.py directly and restart Claude Desktop to see changes.

评论

其他 分类下的更多 MCP 服务器