Alpaca MCP Server
Alpaca’s official MCP Server lets you trade stocks, ETFs, crypto, and options, run data analysis, and build strategies in plain English directly from your favorite LLM tools and IDEs
AI Skill Market Insights
Real data. Real impact.
Emerging
Developers
Quick Start
Install Command
# Alpaca MCP Server
# 1. Find the exact package/command in the repo README:
# https://github.com/alpacahq/alpaca-mcp-server#readme
#
# 2. Add it to Claude Code:
claude mcp add alpaca -- <command from README>
#
# …or add to claude_desktop_config.json:
# {
# "mcpServers": {
# "alpaca-mcp-server": { "command": "<...>", "args": ["<...>"] }
# }
# }