★ 0 stars
TypeScript
📦 Other
Updated today
Alpha Vantage MCP server — stock prices, fundamentals, economic indicators, technicals
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"alphavantage-mcp-ser": {
"command": "npx",
"args": [
"-y",
"QuentinCody/alphavantage-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add alphavantage-mcp-ser npx -y QuentinCody/alphavantage-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"alphavantage-mcp-ser": {
"command": "npx",
"args": [
"-y",
"QuentinCody/alphavantage-mcp-server"
]
}
}
}