StockMarketMCPServer

khubi09/StockMarketMCPServer
★ 1 stars Python 🔌 API Integration Updated 11mo ago
MCP Server for Stock Market Analysis using Alpha Vantage APIs (Indian and US markets).
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": {
    "stockmarketmcpserver": {
      "command": "uvx",
      "args": [
        "stockmarketmcpserver"
      ]
    }
  }
}

Or install with pip: pip install stockmarketmcpserver