Yahoo Finance
Rank #5,927io.github.danishashko/yahoo-finance-mcp
Real-time Yahoo Finance data: quotes, history, financials, analyst ratings, options, and news.
Yahoo Finance is a Model Context Protocol (MCP) server published by danishashko. It ranks #5,927 of 115,460 servers tracked on MCP Toplist, and its repository has 17 GitHub stars. Yahoo Finance is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on May 31, 2026 and most recently updated on Jul 30, 2026.
Ranks ahead of 109,533 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 yahoo-finance-mcp -- npx -y yahoo-finance-mcp-server[mcp_servers.yahoo-finance-mcp]
command = "npx"
args = ["-y", "yahoo-finance-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"yahoo-finance-mcp": {
"command": "npx",
"args": [
"-y",
"yahoo-finance-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"yahoo-finance-mcp": {
"command": "npx",
"args": [
"-y",
"yahoo-finance-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"yahoo-finance-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"yahoo-finance-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"yahoo-finance-mcp": {
"command": "npx",
"args": [
"-y",
"yahoo-finance-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"yahoo-finance-mcp": {
"command": "npx",
"args": [
"-y",
"yahoo-finance-mcp-server"
]
}
}
}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.danishashko%2Fyahoo-finance-mcp)<a href="https://mcptoplist.com/server/io.github.danishashko%2Fyahoo-finance-mcp"><img src="https://mcptoplist.com/badge/io.github.danishashko%2Fyahoo-finance-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
danishashko
Other servers by danishashko
- Make MCP#19,259 · 2 vers
- FRED Economic Data#20,463 · 1 ver
- SEC EDGAR#23,330 · 1 ver
- Geocoding#23,331 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 1.2.4 | Jul 30, 2026 |
| 1.2.2 | Jun 14, 2026 |
Frequently asked questions
- Who maintains Yahoo Finance?
- Yahoo Finance is maintained by danishashko, which publishes 5 MCP servers (7 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 and PulseMCP.
- How many versions does Yahoo Finance have?
- MCP Toplist tracks 2 versions of Yahoo Finance, most recently published on Jul 30, 2026.
- Where can I find the source code for Yahoo Finance?
- The source code for Yahoo Finance is hosted at github.com/danishashko/yahoo-finance-mcp.