The 5 I use every day. One-click copy commands, just follow along
MCP (Model Context Protocol) is the standard interface that connects Claude Code to outside tools. Install the 5 below and Claude can search the web, drive a browser, scrape a whole site, generate images and video, and control your tabs. Its reach roughly doubles. Every command here was checked against the official source, and each one has one-click copy. You can follow this with no engineering background.
Install Claude Code first. Paste each command below into your terminal and run it, swapping the gold API key text for your own. After installing, restart your Claude Code session to load them. Run claude mcp list to check that they are installed.
npx has to be wrapped in cmd /c npx (this is the official requirement for Claude Code on Windows, and it will not run without it). On Mac / Linux, use the command as is.Claude calls Perplexity's Sonar models directly for live web search, questions, and deep research.
Mac / Linux
Windows
API key: Requires PERPLEXITY_API_KEY. Get one from the API settings on perplexity.ai (paid API, add credit first).
Official source: github.com/perplexityai/modelcontextprotocol
Made by Microsoft. Real browser automation: open pages, click buttons, fill forms, take screenshots, read page structure. No API key needed, and the browser installs itself on first run.
Mac / Linux
Windows
Official source: github.com/microsoft/playwright-mcp
Turn a whole site into clean Markdown (scrape / crawl / search / map / extract) for Claude to read.
Mac / Linux
Windows
API key: Requires FIRECRAWL_API_KEY (keys start with fc- prefix). Get one at firecrawl.dev by signing up:free plan available, no credit card.
Official source: github.com/firecrawl/firecrawl-mcp-server
Pull the AI workflows from glif.app (image generation, memes, multimodal models) into Claude and run them there.
Mac / Linux
Windows
API key: Requires GLIF_API_TOKEN. Get one from glif.app API tokens page.
Official source: github.com/glifxyz/glif-mcp-server
Different from Playwright. Chrome MCP connects to the Chrome you are already using, so it keeps your logins and your open tabs. It can search across tabs, take screenshots, grab content, click and fill forms. No API key needed, fully local (needs Node.js 20 or later). Setup is not a one-line command. Install the extension and the bridge first:
npm install -g mcp-chrome-bridgechrome://extensions/ → turn on Developer mode → Load unpacked → pick the folder you just downloaded → click connectThis line is the same on Mac and Windows (no npx, so no cmd /c wrapper). The earlier npm install -g line is the same on both too.
hangwin/mcp-chrome, which fits the "drive my own Chrome" job best. Google also publishes chrome-devtools-mcp, but that one is aimed at web debugging, a different purpose.Official source: github.com/hangwin/mcp-chrome
What is MCP?
Model Context Protocol, a standard interface that connects Claude Code to outside tools and data sources. Install the matching MCP server and Claude can search the web, drive a browser, scrape sites, and generate images. Its reach grows a lot.
Installed it but nothing happens?
After the command finishes, restart your Claude Code session to load them. Run claude mcp list to confirm it was added.
Do I need a paid key?
Not always. Playwright and Chrome need no key. Firecrawl has a free plan. Perplexity and Glif need keys, and the Perplexity API is paid.
I'm Leo Huang (kanisleo328), and I have built several products with AI. If this page helped, say hi on IG. I'll keep adding hands-on Claude Code guides.
Find me on Instagram →