PluginBench
MCP Server

Robinhood Portfolio Research MCP Server

io.github.verygoodplugins/robinhood-mcp

What is the Robinhood Portfolio Research MCP server?

Read-only research tools for Robinhood portfolio data

How to install Robinhood Portfolio Research

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "robinhood-mcp": {
      "command": "uvx",
      "args": [
        "robinhood-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "robinhood-mcp": {
      "command": "uvx",
      "args": [
        "robinhood-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "robinhood-mcp": {
      "command": "uvx",
      "args": [
        "robinhood-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "robinhood-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "robinhood-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add robinhood-mcp -- uvx robinhood-mcp

Related MCP servers

Graph-vector memory for AI assistants using FalkorDB and Qdrant

View repository →

MCP server for Easy Digital Downloads REST API - sales, customers, products, analytics

View repository →

Evernote note management with OAuth and ENML conversion

View repository →

FreeScout ticket management with AI-powered analysis, search filters, and structured outputs.

View repository →

WordPress database access via Local by Flywheel. Execute read-only MySQL queries and inspect schema.

View repository →

Pirsch Analytics with natural language queries and trend analysis

View repository →