Getting Cursor to interact with the web

Hi Cursor community!

I’ve been working on CeSail, a Python library for automating web browsing and interacting with web pages programmatically. You can run the MCP server and add it to Cursor. Then, for example, you can say:

“Using CeSail, tell me the best restaurants in the Bay Area on Yelp”

It’s not fully polished yet, but it should work for basic use cases. I’d love for anyone to try it out and share feedback!

MCP server and code are available here: GitHub - AkilaJay/CeSail: CeSail provides a fully-featured AI agent and platform for automating web tasks. Agents can interact with websites autonomously, parse complex DOM structures, and extract structured, agent-friendly data. With CeSail, you can automate browsing, data collection, and web interactions reliably and efficiently.