Back to MCP Servers
Yfinance
An MCP server that uses yfinance to obtain information from Yahoo Finance.
finance-fintechai
By narumiruna
Installation
npx -y yfinance-mcpConfiguration
{
"mcpServers": {
"yfinance-mcp": {
"command": "npx",
"args": ["-y", "yfinance-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes