rh-mcp

Horizon-Hawk/rh-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
Robinhood MCP server for Claude - 81 tools
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rh-mcp": {
      "command": "uvx",
      "args": [
        "rh-mcp"
      ]
    }
  }
}

Or install with pip: pip install rh-mcp

README Excerpt

A local-first Model Context Protocol server that lets Claude (Code, Desktop, or claude.ai with HTTP transport) read your Robinhood account and place trades. Built because the existing third-party Robinhood MCPs expire mid-session, lack atomic entry-with-stop operations, and don't wrap the analysis tools you actually use to make decisions.