MCP.so
Sign In
Servers

MCP Server For Alpha Vantage

@nazimboudeffa

Work in Progress as I don't have a PREMIUM subscription to Claude

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "alphavantage": {
      "command": "C:\\Users\\YOU_USERNAME\\AppData\\Local\\Programs\\Python\\Python313\\Scripts\\uv.EXE",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "mcp",
        "run",
        "C:\\Users\\YOUR_USERNAME\\Documents\\GitHub\\mcp-server-alphavantage\\server.py"
      ]
    }
  }
}

More from Other