Overview
What's In This Guide
The one prompt that installs all 5 MCPs at once, no code
What each one actually turns Claude into, in plain English
Which ones need a key, an account, or a login, and exactly where to get it
A copy-paste test for each so you feel it working immediately
How to confirm all 5 are live, plus the fixes for when one breaks
Before Anything Else
30% off Blotato, on me
Blotato partnered with me on this guide. Use the code below when you subscribe and get 30% off, valid for 3 months from the day you apply it.
ZACH30 Blotato requires a paid subscription to connect via MCP. This code is the cheapest way in.
The Whole Point
One Prompt, All 5 Installed
You do not install these one at a time. You hand the whole list to Claude Code and it installs itself. Open Claude Code and paste this in:
Install these 5 MCP servers into my Claude Code at user (global) scope so they work in every project. Run the commands for me one at a time. Two of them need a free API key (Perplexity, Firecrawl). Before you run those two, STOP and ask me to paste the key (or tell you to skip it for now). Two of them (Blotato, Higgsfield) log in through a browser instead of a key. Run the command, then tell me a browser tab is about to open so I can sign in and approve it. Blotato needs a paid subscription to connect. 1. Playwright (no key needed): claude mcp add -s user playwright -- npx -y @playwright/mcp@latest 2. Blotato (browser login, needs a paid Blotato plan): claude mcp add -s user --transport http Blotato https://mcp.blotato.com/mcp 3. Perplexity (needs a key, ask me first): claude mcp add -s user perplexity --env PERPLEXITY_API_KEY="MY_KEY" -- npx -y @perplexity-ai/mcp-server 4. Higgsfield (browser login, pay-per-generation): claude mcp add -s user --transport http higgsfield https://mcp.higgsfield.ai/mcp 5. Firecrawl (needs a key, ask me first): claude mcp add -s user firecrawl --env FIRECRAWL_API_KEY="MY_KEY" -- npx -y firecrawl-mcp When you are done, run "claude mcp list" and show me the results so I can confirm all 5 are connected.
That's it. Playwright goes in instantly. For Perplexity and Firecrawl, Claude pauses and asks for the key. Don't have them yet? Just say "skip Perplexity and Firecrawl for now" and add them later by pasting the same command with your key. For Blotato and Higgsfield, a browser tab opens so you can sign in and approve the connection.
Then restart
When it finishes, restart Claude Code so the new tools load. Close it and reopen, or run /exit then start again. Now you're done.
Why -s user?
It installs each MCP globally, tied to your account, so the tools work in every project on your machine. Skip that flag and the MCP only works inside the one folder you ran the command from. Always use it unless you have a reason not to.
The Stack
What Each One Actually Does
Five tools, five different jobs. Here's what becomes possible once they're in, plus the single command for each if you'd rather install them one at a time.
1. Playwright
No key neededThis gives Claude a real browser to drive. It can fill out forms, click through a site, test that something works, and pull data straight off pages.
The big one: it can use any tool that has no API and no MCP. If you can do it in a browser, Claude can now do it for you.
$ claude mcp add -s user playwright -- npx -y @playwright/mcp@latest Try it
"Open this site, log in, and pull the numbers off my dashboard."
2. Blotato
Paid plan + loginThis connects Claude to every social account you run. Once it is in, Claude can post and repurpose your content, pull your analytics, and generate post graphics, all from inside a chat.
It is the one for anyone who wants to grow without spending hours a day on the posting itself. You stop context-switching between five apps and just tell Claude what you want published.
$ claude mcp add -s user --transport http Blotato https://mcp.blotato.com/mcp Try it
"Post this to every platform I have connected, and pull yesterday’s analytics while you’re at it."
3. Perplexity
Free key neededThis plugs Claude into Perplexity, the most powerful AI research model out there. It does deep research on any topic and pulls live information from across the internet in real time.
That last part matters. It means Claude stops guessing from old training data and starts answering from what is true today. The most factual researcher you can hand your agent.
$ claude mcp add -s user perplexity --env PERPLEXITY_API_KEY="MY_KEY" -- npx -y @perplexity-ai/mcp-server Try it
"Research the current state of this topic and bring me sources."
4. Higgsfield
Account neededThis connects Claude to every top AI image and video model out there, all in one place. Soul, Nano Banana, Flux, Seedream, Kling, Veo, and Higgsfield’s own models, one connection instead of thirty tabs.
Once it is in, Claude can generate and edit images and video straight from your chat, build full videos, ads, and UGC content from a single prompt, then upscale, reframe, and touch up whatever it creates. It turns Claude into your entire creative team, not just a text tool.
$ claude mcp add -s user --transport http higgsfield https://mcp.higgsfield.ai/mcp Try it
"Generate a 15-second UGC-style ad for this product, then upscale it to 4K."
5. Firecrawl
Free key neededFirecrawl lets Claude search, scrape, crawl, map, and interact with any website on the internet. It can pull a brand’s colors and fonts, run competitor research, or turn a messy webpage into clean text.
If you are a marketer, this one belongs in your stack. It is the difference between "I cannot see that page" and "here is everything on it, organized."
$ claude mcp add -s user firecrawl --env FIRECRAWL_API_KEY="MY_KEY" -- npx -y firecrawl-mcp Try it
"Scrape this competitor’s site and pull their branding and offers."
The Only Manual Part
Getting the Keys and Accounts
Playwright needs nothing. The other four each need one thing set up first. Here's exactly where to get it.
Perplexity
- Go to perplexity.ai and sign in.
- Open Settings → API (perplexity.ai/settings/api).
- Generate a key and copy it.
- Paste it when Claude Code asks.
Perplexity's API runs on a small prepaid balance, so you may need to add a few dollars of credit. A little goes a long way.
Firecrawl
- Go to firecrawl.dev and sign up (free).
- Open your dashboard and find API Keys.
- Copy your key.
- Paste it when Claude Code asks.
The free tier covers plenty for normal use.
Blotato
- Sign up at blotato.com and connect your social accounts.
- Subscribe (use ZACH30 above for 30% off).
- Run the install command while logged into Blotato in the same browser.
- Approve the connection when the tab opens.
Blotato requires a paid plan to connect via MCP. There's no free tier for this one.
Higgsfield
- Sign up at higgsfield.ai.
- Run the install command.
- The first time Claude calls a Higgsfield tool, a browser tab opens to log in.
- Approve it. You're connected.
Pricing is pay-per-generation. Most images run a few cents, video costs more.
Make Sure It Stuck
Confirm All 5 Are Live
After the install and a restart, run this in Claude Code:
$ claude mcp list You should see all five listed and connected: playwright, Blotato, perplexity, higgsfield, firecrawl. If one shows an error, here's the fix:
Auth error on Perplexity or Firecrawl
The key didn't save. Re-run that one command with your real key in place of MY_KEY.
Blotato or Higgsfield shows "not authenticated"
The browser login didn't finish. Ask Claude to call any tool from that MCP again, approve the tab that opens, and make sure you're logged into the right account first.
A tool only works in one folder
You missed the -s user flag. Re-run that command with it added.
Tools don't show up at all
You didn't restart. Close Claude Code fully and reopen it. Still stuck? Just ask Claude: "my [tool] MCP shows an error, help me fix it." It can usually sort it out itself.
The Big Picture
It Was Never the Model
Most people run Claude naked, with none of this, and wonder why it feels limited. It's not the model. It's the inputs. These five give it a browser (Playwright), a way to publish (Blotato), live research (Perplexity), a creative studio (Higgsfield), and the whole web (Firecrawl).
One paste to install. A couple of free keys, a subscription, and two logins. That's the entire job, and you don't write a single line of code.
Try It Yourself
Try Blotato free for 7 days
Connect it and see it post for you before you pay anything. When you're ready to subscribe, use the code below.
ZACH30 30% off, valid 3 months