Back to MCP Servers
Yahoofinance Mcp.git
TS version of yahoo finance mcp.
finance-fintech
By tooyipjee
Installation
npx -y yahoofinance-mcp.gitConfiguration
{
"mcpServers": {
"yahoofinance-mcp.git": {
"command": "npx",
"args": ["-y", "yahoofinance-mcp.git"]
}
}
}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