Robinhood Portfolio Research for Cursor
io.github.verygoodplugins/robinhood-mcp
Read-only research tools for Robinhood portfolio data
client:Cursor
transport:stdio
runtime:pypi
Install Robinhood Portfolio Research in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"robinhood-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"robinhood-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs