For those that missed it @manusai now has some pricing options available (credits based). I've been using it for a few weeks now and will continue to use it for research - but all of these different AI services are starting to add up!
I built an MCP server for WhatsApp
It connects to your personal WhatsApp account
You can search your messages, contacts and send messages
It's fully open-source, self-hosted, and doesn't rely on third-party APIs
Have tried 1 task so far with @manusai and am impressed with the process and how it goes through the task step by step. Unfortunately, my first test didn't quite give me the output I expected - but I suspect it was a prompt issue on my behalf.
Back from holiday and have been diving into MCP from @AnthropicAI a lot more of late.
If you’ve been living under a rock or just want an easy to understand introduction with examples then read this thread!
8) Here are a couple of great examples of how MCP makes life easier:
1. Figma MCP: Connect directly to your Figma files from Cursor - build and compare designs without the endless “export to PNG” ritual.
2. Postgres MCP: Let Cursor chat with your DB - read schemas, validate data, and make sure your SQL queries aren’t a disaster.
2) Next, how do we install it? Super simple quickstart, in terminal you just (for Mac)
- uv venv --python 3.11
- source .venv/bin/activate
- uv pip install browser-use
- playwright install
Checkout the full docs here if you need help on other platforms: docs.browser-use.com/quickst…
8) It can also connect to your "real" browser as well if you want it to perform actions over a session you're logged in on: docs.browser-use.com/customi… - but of course be careful with this!