Yahoo Finance
Rank #424io.github.narumiruna/yfinance-mcp
Access Yahoo Finance stock data, news, screeners, options, financials, and charts through MCP.
Yahoo Finance is a Model Context Protocol (MCP) server published by narumiruna. It ranks #424 of 115,460 servers tracked on MCP Toplist, and its repository has 188 GitHub stars. Yahoo Finance is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 2 tracked versions. It was first listed on Mar 31, 2025 and most recently updated on Aug 16, 2026.
Ranks ahead of 115,036 of 115,460 servers on MCP Toplist.
Use Yahoo Finance
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add yfinance-mcp -- uvx yfmcp[mcp_servers.yfinance-mcp]
command = "uvx"
args = ["yfmcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"yfinance-mcp": {
"command": "uvx",
"args": [
"yfmcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"yfinance-mcp": {
"command": "uvx",
"args": [
"yfmcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"yfinance-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"yfmcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"yfinance-mcp": {
"command": "uvx",
"args": [
"yfmcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"yfinance-mcp": {
"command": "uvx",
"args": [
"yfmcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.narumiruna%2Fyfinance-mcp)<a href="https://mcptoplist.com/server/io.github.narumiruna%2Fyfinance-mcp"><img src="https://mcptoplist.com/badge/io.github.narumiruna%2Fyfinance-mcp.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
narumiruna
Other servers by narumiruna
- Legislative Yuan#5,592 · 1 ver
- mcp-server-template#14,140
- Gitingest MCP Server#24,205
- coindesk-mcp#63,687
- mcp-server-slides#69,903
Available versions (2)
| Version | Published |
|---|---|
| 0.14.0 | Aug 16, 2026 |
| 0.12.3 | Jul 30, 2026 |
Frequently asked questions
- Who maintains Yahoo Finance?
- Yahoo Finance is maintained by narumiruna, which publishes 6 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Yahoo Finance listed on the Official MCP Registry?
- Yes — Yahoo Finance is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Yahoo Finance have?
- MCP Toplist tracks 2 versions of Yahoo Finance, most recently published on Aug 16, 2026.
- Where can I find the source code for Yahoo Finance?
- The source code for Yahoo Finance is hosted at github.com/narumiruna/yfinance-mcp.