laukikk/alpaca-mcp
An MCP Server for the Alpaca trading API to manage stock and crypto portfolios, place trades, and access market data.
Quick Start
Clone the repository:
git clone https://github.com/laukikk/alpaca-mcpClaude Desktop configuration example:
{
"mcpServers": {
"alpaca-mcp": {
"command": "npx",
"args": [
"-y",
"laukikk/alpaca-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.