MCP Server
Active
MIT
Yahoo Finance MCP Server
io.github.danishashko/yahoo-finance-mcp
What is the Yahoo Finance MCP server?
Real-time Yahoo Finance data: quotes, history, financials, analyst ratings, options, and news.
How to install Yahoo Finance
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"yahoo-finance-mcp": {
"command": "npx",
"args": [
"-y",
"yahoo-finance-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"yahoo-finance-mcp": {
"command": "npx",
"args": [
"-y",
"yahoo-finance-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"yahoo-finance-mcp": {
"command": "npx",
"args": [
"-y",
"yahoo-finance-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"yahoo-finance-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"yahoo-finance-mcp-server"
]
}
}
}Claude Code
claude mcp add yahoo-finance-mcp -- npx -y yahoo-finance-mcp-serverRelated MCP servers
io.github.danishashko/make-mcp
Maintained
Unofficial MCP server for Make.com automation - build, validate & deploy scenarios via AI
7
View repository →TypeScript
MIT
SEC EDGAR
Active
SEC EDGAR filings (10-K, 10-Q, 8-K), XBRL financials, and full-text filing search. No API key.
0
View repository →Python
MIT
FRED Economic Data
Active
FRED economic data: GDP, inflation, unemployment, rates, and 800k+ Federal Reserve time series.
0
View repository →Python
MIT
Geocoding
Active
Forward and reverse geocoding, place search, and distance via OpenStreetMap Nominatim. No key.
0
View repository →Python
MIT