Skip to main content
    Back to Resources
    Guides10 min read

    Last verified:

    The 4 MCPs That Supercharge Claude

    Plain Claude is powerful. Claude with the right MCP connectors is a different animal. Here are the 4 worth installing, what each one does, and the exact setup for all of them.

    Get the full guide as a PDF

    Free

    Save it, print it, read it offline. It's yours.

    Plain Claude is powerful. Claude with the right MCP connectors is a different animal. It can run deep research, read any website, drive a browser, and plug into hundreds of your apps.

    An MCP is just a bolt-on ability for Claude. One of the four below is already built into Claude. The other three you add yourself. Here is the full setup for all of them, plus the one prompt that installs everything in one go.

    First: How MCPs Actually Get Added

    Here is the thing nobody tells you: these four do not all install the same way. Knowing which is which saves you from hunting for a setup screen that does not exist.

    Way 1, Native connector (already in Claude)

    Claude has a built-in connector directory. If a tool is listed there, you just click Connect and sign in to that tool's account. No URL, no API key, no command. Of our four, only Firecrawl is native. It was added to Anthropic's official directory, so it is the easiest of the bunch.

    Way 2, Custom connector (paste a URL)

    Tools that are not in the directory but are hosted online get added as a custom connector. In Claude go to Customize, then Connectors, click the +, choose Add custom connector, and paste the tool's MCP URL. Composio uses this method.

    Way 3, Command (runs on your computer)

    Some MCPs run on your own machine, or need an API key the Claude app cannot accept. You add these with a one-line command in the Code tab of the Claude desktop app. Slightly more technical (Playwright also needs Node.js, a free one-time install). Perplexity and Playwright use this method.

    So which is which: Native, two clicks in Claude's directory, is Firecrawl. Custom connector, paste a URL, is Composio. Command, in the desktop app's Code tab, is Perplexity and Playwright.

    The One Prompt

    This is the shortcut. Open the Claude desktop app, click the Code tab, and paste the prompt below. Claude runs the installs itself and only asks when it needs something, like an API key or a sign-in. Say "skip Perplexity" if you do not want the paid one.

    Prompt 1 · Copy & paste
    Set up these 4 MCP servers for me. Run everything yourself and only ask me when you need something:
    
    1. Playwright - npx @playwright/mcp@latest (free)
    2. Composio - https://connect.composio.dev/mcp (I'll sign in when you tell me to)
    3. Firecrawl - https://mcp.firecrawl.dev/v2/mcp (ask me for my free API key from firecrawl.dev)
    4. Perplexity - https://api.perplexity.ai/mcp (paid key from perplexity.ai - ask if I want it or want to skip it)
    
    Confirm each one is connected before moving to the next, then give me a test prompt for each.

    That is it. The rest of this guide is the manual setup for each one, useful if you want to understand what just happened, only want one or two of them, or something snags.

    Tip: Firecrawl is also a native connector in the Claude app, so if you would rather skip the Code tab entirely for that one, it is two clicks in Claude's connector directory.

    1

    Perplexity, Deep Research

    Plugs Claude into Perplexity's research engine so it pulls current, real-time info with sources instead of answering from memory. Not a native connector, you add it with a command (Way 3). Needs a Perplexity API key, and this one is paid, billed against API credits.

    Setup

    1. Go to perplexity.ai, open your account settings, and find the API section. Create an API key and copy it.
    2. In the Claude desktop app's Code tab, run the command below (paste your key where it says YOUR_KEY). This uses Perplexity's official hosted server.
    3. Restart Claude, then test it: "Use Perplexity to research [topic] and cite sources."
    Prompt 2 · Copy & paste
    claude mcp add --transport http perplexity https://api.perplexity.ai/mcp --header "Authorization: Bearer YOUR_KEY"

    Heads up: This is the one MCP you cannot paste into the Claude app as a custom connector. The app only accepts connectors that use secure sign-in (OAuth), and Perplexity's server wants a static API key. That is why it goes through the Code tab instead.

    Tip: Easiest of all, skip the command and just tell Claude in the Code tab "walk me through adding the Perplexity MCP" and it will guide you.

    2

    Firecrawl, Read Any Website

    Lets Claude read and pull from any website. Grab a brand's look and copy, run competitor research, extract exactly the data you point at. This is the built-in one. Firecrawl is an official connector in Claude's own directory (Way 1). No URL to paste, no API key to copy. A free Firecrawl account is enough to start.

    Setup

    1. Go to firecrawl.dev and create a free account (skip this if you have one).
    2. Open the Firecrawl page in Claude's connector directory: https://claude.ai/directory/connectors/firecrawl
    3. Click Connect, sign in to your Firecrawl account, and approve access. That is the whole install.
    4. In a chat, open the + menu, go to Connectors, and make sure Firecrawl is toggled on. Then test it: "Use Firecrawl to pull the pricing from these 3 competitor sites into a table."

    Why this one is so easy: because it is in the official directory, Claude handles the connection for you. No MCP URL, no Bearer token. Usage runs on your Firecrawl account's plan and credits, and the free tier is plenty to try it out. You can also find it by browsing connectors inside Claude and searching "Firecrawl".

    Tip: On a Team or Enterprise plan, an org owner may need to approve the connector before everyone can use it. On personal plans it is instant.

    3

    Playwright, Drive A Browser

    Lets Claude actually operate a web browser. Click, type, navigate. So it can fill out forms, test websites, and use online tools that do not have a connector yet. Not native, it runs on your own computer, so you add it with a command (Way 3). Completely free and open-source, no API key. You will need Node.js installed.

    Setup

    1. Make sure Node.js is installed (free, from nodejs.org). Not sure? Ask Claude "do I have Node installed and how do I check?"
    2. In the Claude desktop app's Code tab, run the command below.
    3. Restart Claude, then test it: "Use Playwright to open this page and fill in the contact form."
    Prompt 3 · Copy & paste
    claude mcp add playwright npx @playwright/mcp@latest

    Tip: This one has no key and no cost, so it is the easiest to justify installing. Watch it the first few times it drives your browser, the same way you would watch a new assistant, before you let it run on its own.

    4

    Composio, 1,000+ Apps In One Shot

    The shortcut. Instead of adding app connectors one by one, Composio is a single gateway that plugs Claude into hundreds of apps. Gmail, Slack, Notion, your calendar, your CRM. Not in Claude's native directory, but it is hosted online, so you add it as a custom connector by URL (Way 2). Free account.

    Setup

    1. Go to composio.dev and create a free account.
    2. In Composio's dashboard, connect the apps you want Claude to reach (it handles the logins securely).
    3. In Claude: Customize, Connectors, +, Add custom connector. Paste https://connect.composio.dev/mcp and leave authentication empty, it signs you in automatically.
    4. Approve the sign-in when prompted, then test: "Using Composio, check my Gmail and summarize what needs a reply."

    Connect only what you will use: Composio can reach 1,000+ apps, but only connect the handful you actually work in. Fewer open doors is cleaner and safer, and you can always add more later.

    Getting It Right

    Which to install first. Start with Firecrawl, it is native, so it is two clicks and you will feel the upgrade immediately. Then Composio (free account, unlocks your apps) and Playwright (free, no key). Add Perplexity last, it is the only one with a paid key, and only worth it once you are running real research through Claude.

    Keep your API keys safe. Your Perplexity key is like a password. Paste it only into the setup, never post it or drop it in a random chat. If it leaks, delete it in that service and make a new one.

    Name the MCP when you want it. Once installed, tell Claude which to use: "use Perplexity to research this," "use Firecrawl to read this site." It usually picks the right one on its own, but naming it removes any doubt.

    When in doubt, ask Claude. The fastest fix for any snag is Claude itself: "help me add the Composio MCP, tell me exactly what to paste and where."

    The Cheat Sheet

    • Perplexity: added by command in the Code tab of the desktop app. Needs a paid API key.
    • Firecrawl: native connector. Open claude.ai/directory and click Connect. Free account.
    • Playwright: added by command in the Code tab. Free, needs Node.
    • Composio: custom connector under Customize, then Connectors, using connect.composio.dev/mcp. Free account.

    Your Action Plan

    1. Fastest path: paste the One Prompt in the desktop app's Code tab and let Claude set up all four.
    2. Or manually: connect Firecrawl from Claude's directory. Two clicks.
    3. Add Composio as a custom connector and link your key apps.
    4. Add Playwright with one command.
    5. Add Perplexity when you are ready for deep research.

    Download the full PDF below for the complete cheat sheet, exact commands, direct links, and a quick reference you can screenshot.

    Want the complete version?

    This is a summary. The full guide goes deeper with more examples, frameworks, and prompts you can copy and paste.

    Download Full PDF (Free)

    Keep reading