$ timeahead.in
mcp/alpaca-mcp-server-1/install

install alpaca-mcp-server

pick your MCP client below. snippets, file paths and reload steps included.
source: extracted from upstream READMEgithub.com/alpacahq/alpaca-mcp-server
paste into
macos: ~/Library/Application Support/Claude/claude_desktop_config.json
windows: %APPDATA%\Claude\claude_desktop_config.json
linux: ~/.config/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "alpaca": {
      "command": "uvx",
      "args": [
        "alpaca-mcp-server"
      ],
      "env": {
        "ALPACA_API_KEY": "your_alpaca_api_key",
        "ALPACA_SECRET_KEY": "your_alpaca_secret_key"
      }
    }
  }
}
then: Quit Claude Desktop completely (Cmd/Ctrl+Q) and reopen it.
prefer a direct link? /mcp/alpaca-mcp-server-1/install/claude-desktop
← back to alpaca-mcp-server