Back to MCP Servers
Wsb Analyst
Reddit integration to analyze content on WallStreetBets community
finance-fintech
By ferdousbhai
Installation
npx -y wsb-analyst-mcpConfiguration
{
"mcpServers": {
"wsb-analyst-mcp": {
"command": "npx",
"args": ["-y", "wsb-analyst-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes