Robinhood MCP
Rank #12,595io.github.verygoodplugins/robinhood-mcp
MCP server providing robinhood-mcp capabilities
Robinhood MCP is a Model Context Protocol (MCP) server published by verygoodplugins. It ranks #12,595 of 115,460 servers tracked on MCP Toplist, and its repository has 38 GitHub stars. Robinhood MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jan 6, 2026 and most recently updated on Jan 6, 2026.
Ranks ahead of 102,865 of 115,460 servers on MCP Toplist.
Use Robinhood MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add robinhood-mcp -- uvx robinhood-mcp[mcp_servers.robinhood-mcp]
command = "uvx"
args = ["robinhood-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"robinhood-mcp": {
"command": "uvx",
"args": [
"robinhood-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"robinhood-mcp": {
"command": "uvx",
"args": [
"robinhood-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"robinhood-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"robinhood-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"robinhood-mcp": {
"command": "uvx",
"args": [
"robinhood-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"robinhood-mcp": {
"command": "uvx",
"args": [
"robinhood-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.verygoodplugins%2Frobinhood-mcp)<a href="https://mcptoplist.com/server/io.github.verygoodplugins%2Frobinhood-mcp"><img src="https://mcptoplist.com/badge/io.github.verygoodplugins%2Frobinhood-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
verygoodplugins
Other servers by verygoodplugins
- MCP Automem#2,339 · 2 vers
- MCP FreeScout#2,699 · 5 vers
- MCP Evernote#4,507 · 2 vers
- MCP Toggl Server#4,949 · 2 vers
- MCP Pirsch#10,488 · 2 vers
- MCP Local Wp#11,174 · 2 vers
- Streamdeck MCP#15,606 · 2 vers
- MCP Edd#24,607 · 2 vers
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jan 6, 2026 |
Frequently asked questions
- Who maintains Robinhood MCP?
- Robinhood MCP is maintained by verygoodplugins, which publishes 11 MCP servers (20 total versions) tracked on MCP Toplist.
- Is Robinhood MCP listed on the Official MCP Registry?
- Yes — Robinhood MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Robinhood MCP have?
- MCP Toplist tracks 1 version of Robinhood MCP, most recently published on Jan 6, 2026.
- Where can I find the source code for Robinhood MCP?
- The source code for Robinhood MCP is hosted at github.com/verygoodplugins/robinhood-mcp.