MCP server that exposes yfinance tools over stdio.
npm install -g finmcp
# or
npx -y finmcpPython dependencies (required):
pip install -r mcp/python/requirements.txtclaude mcp add finmcp -- npx -y finmcp{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"finmcp": {
"type": "local",
"command": ["npx", "-y", "finmcp"],
"enabled": true
}
}
}- Requires Python 3.10+ with
yfinanceinstalled. - Server logs go to stderr; stdout is reserved for MCP transport.