trayders/trayd-mcp
Trade Robinhood through natural language. Portfolio analysis, real-time quotes, and order execution via Claude Code.
Quick Start
Clone the repository:
git clone https://github.com/trayders/trayd-mcpClaude Desktop configuration example:
{
"mcpServers": {
"trayd-mcp": {
"command": "npx",
"args": [
"-y",
"trayders/trayd-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.