For Python development and ML specifically, you might want to check out https://cursor.directory/ which lists some MCP servers. That said, most of the complex ML/RL functionality you’re looking for isn’t typically handled by MCP servers - they’re more for extending Cursor’s capabilities
For your car buying/selling bot, you’d probably be better off using dedicated Python ML libraries and frameworks directly. The MCP integration would be more useful for things like databases or 3rd party integrations you may use, like Supabase!
Hi! We’ve built this GNN-based MCP server focused on problem detection called Metabob. When Cursor runs into problems that it can’t solve, you can configure Metabob to perform an analysis on the whole codebase. It then matches the problem that Cursor is experiencing to the most relevant one from the list of problems from its analysis.
We haven’t publicly released it yet as we only finalized it last week, but if you’d like to take a spin with it and give me feedback, I’d love to provide you with the executable and usage instructions. Feel free to reach out to me by responding to this or sending me an email ([email protected])