Back to MCP Servers

Vibetrader

AI-powered trading bot platform. Create automated trading strategies with natural language via Alpaca brokerage.

finance-fintechairag

Installation

npx -y vibetrader-mcp

Configuration

{
  "mcpServers": {
    "vibetrader-mcp": {
      "command": "npx",
      "args": ["-y", "vibetrader-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub