The yfinance MCP server provides AI agents with access to Yahoo Finance data via the yfinance library. It exposes functions for retrieving stock quotes, historical data, and market news. It connects directly to Yahoo Finance's API and is useful for developers building financial analysis tools, trading bots, or market monitoring systems.
The yfinance MCP server provides AI agents with access to Yahoo Finance data via the yfinance library. It exposes functions for retrieving stock quotes, historical data, and market news. It connects directly to Yahoo Finance's API and is useful for developers building financial analysis tools, trading bots, or market monitoring systems.
pip install yfinance-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"narumiruna-yfinance-mcp-github": {
"command": "uvx",
"args": [
"pip install yfinance-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from yfinance mcp?"
No configuration required. This server works out of the box.
"What resources are available in yfinance mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in yfinance mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in yfinance mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.