MCP server suggestions!

I am developing a car buying and selling bot with a hybrid method with Python.

Are there any free MCP servers that can help me with this? I found a few sites that list MCP servers but I couldn’t find what I wanted.

I want MCP servers that will help me solve problems in Python coding, help me with complex applications like machine learning, reinforcement learning.

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!

You can check out our MCP docs here for more info on what they actually do: Cursor – Model Context Protocol

1 Like

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])