★ 553 stars
Python
🔌 API Integration
Updated 1mo ago
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
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"alpaca-mcp-server": {
"command": "uvx",
"args": [
"alpaca-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add alpaca-mcp-server uvx alpaca-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"alpaca-mcp-server": {
"command": "uvx",
"args": [
"alpaca-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install alpaca-mcp-server
README Excerpt
<p align="center"> <img src="https://raw.githubusercontent.com/alpacahq/alpaca-mcp-server/main/assets/01-primary-alpaca-logo.png" alt="Alpaca logo" width="220"> </p> <div align="center"> <a href="https://x.com/alpacahq?lang=en" target="_blank"><img src="https://img.shields.io/badge/X-DCDCDC?logo=x&logoColor=000" alt="X"></a>
Topics
ai-trading algorithmic-trading crypto etfs mcp mcp-server options stocks trading trading-api