7 Claude MCP servers you can set up right now


MCP servers facilitate the connection between AI tools like Claude and all the other apps you use. They make it possible to direct the AI to take actions—like adding new records to a database or CRM—without leaving the chat. If you live in Claude, you can see how useful this would be. 

Here, I’ll walk you through the MCP servers that I’ve found the most useful when working in Claude. I’ll show you how to set them up and give you some examples of how you might use them.

Table of contents:

What is an MCP server?

Model Context Protocol (MCP) acts as a bridge between AI and the tools and data you want the AI to use. An MCP server allows you to interact with a specific tool straight from Claude or other AI tools (and still using natural language).

There are official MCP servers that brands offer and MCP servers that other individuals and organizations have created themselves.

For example, one of my favorite unofficial MCP servers creates a connection to my Google Search Console data and allows me to query it for trends and create data visualizations straight from Claude.

The unofficial GSC server in Claude

A word of caution: MCP servers can provide powerful access to your computer and any connected tools or resources. Always ensure you trust the clients or individuals you grant access to, and review permissions carefully before connecting your MCP to external services. Start with MCPs from official sources (like the ones I suggest in this article) for the safest and most secure introduction to this concept.

How to set up a Claude MCP server

Using an MCP server involves following the MCP and client-specific setup instructions. So even within Claude, it’ll look slightly different for each MCP server. 

Having said that, here are the general steps to follow to set up an MCP server to work with Claude desktop:

  1. Open Claude desktop.

  2. Navigate to File > Settings > Developer

  3. Click the Edit Config button. 

    The Developer tab in Claude with the Edit Config button
  4. Open the highlighted file (claude_desktop_config.json) in a code editor like Sublime Text.

  5. Add the MCP server JSON code to the claude_desktop_config.json file. (JSON code for each MCP server featured in this article is included in the linked resources.) For each server, you may also need to add a personal access token (like an API key).

    The JSON code

    If you’re implementing more than one MCP server, you can ask Claude to weave together the MCP servers’ JSON code so it’s ready to add without unintentionally introducing code formatting errors.

  6. Save the claude_desktop_config.json file.

  7. Relaunch Claude desktop to start using the new MCP server and its associated tools.

  8. Click the Search and tools (toggle slider) icon to view connected MCP servers and tools, and make sure to toggle on the tools you want Claude to have access to.

    The dropdown of accessible tools in Claude
  9. Chat with Claude using natural language to take action in the apps you’ve connected.

Claude MCP servers you can start using right now

Now that you have a solid understanding of the basics, here are seven official MCP servers you can set up right now in Claude.

1. Zapier MCP server

With Zapier MCP, you can connect Claude to thousands of other apps, all with one MCP server. It’s a great way to facilitate secure interactions between Claude and all the other apps you use.

To use Zapier MCP, follow this step-by-step video and take a look at Zapier’s article on how to use Zapier MCP.

You’ll notice this process is slightly different from the general setup process I described earlier. To use Zapier MCP, you’ll instead navigate to Settings > Integrations within Claude desktop and then click + Add integration. Name the integration (I went with the highly original “Zapier”), then add the Integration URL from the Zapier MCP setup process. 

The Add integration option in Claude
The Integration URL from Zapier

For a test, I connected Claude with all of Zapier’s available Airtable actions. I currently use the Airtable Web Clipper Chrome extension to add relevant records to my bases while browsing the web. It’s useful, but it can be inflexible. After testing a version of this workflow with Zapier MCP, the experience has me shifting more of these processes over to Claude + Zapier MCP. 

Here’s what it’s like to use, with Claude effectively filling in details I didn’t need to explicitly provide.

Maddy's conversation with Claude to access Airtable using Zapier MCP

2. GitHub MCP server

You can use the official GitHub MCP server to connect your AI to GitHub, extracting and analyzing specific data in repositories. For example, you could search repositories and get a list of commits and their details, straight from Claude.

Note that to run the server in a container, you’ll need to install and run Docker—this will work on the free plan. (Using a container provides a safe environment for developers to build, test, and use code, providing another level of security for using MCP by protecting your local machine.) You’ll also need to create a GitHub Personal Access Token and grant relevant permissions.

I tested the GitHub MCP server by asking about my most regularly active GitHub repositories, and it delivered.

Asking Claude to analyze GitHub using the GitHub MCP

3. HubSpot MCP server

While Zapier MCP empowers you to connect with many of your favorite tools in one place, you can also use the official MCP servers provided by the connected apps themselves.

The official HubSpot MCP server is a great example—it facilitates a secure bridge between Claude and your HubSpot data.

Here’s how I used it to get updated data about the HubSpot CRM deals I have in progress, without having to log in to my HubSpot account dashboard. So much less context-switching.

Asking Claude to analyze HubSpot using the HubSpot MCP server

There are unofficial MCP servers for other popular CRMs like Salesforce, but for the safest experience, I recommend using Zapier MCP instead.

4. Notion MCP server

The Notion MCP server lets you make updates to your internal knowledge base straight from Claude. If you organize your life with Notion and use Claude for all your AI needs, this is huge.

I ran a few different tests to understand what works and where the current limitations lie.

Asking Claude to add a new page to Notion using the Notion MCP server

In this case, and with multiple tests, Notion didn’t quite capture the nuance of what I was looking for in the end result. There were several limitations in terms of what data the MCP actually had access to or actions it could execute. That said, we’re still in the early days of MCP, and I anticipate that fine-tuning will make it exponentially more useful over time.

5. Supabase MCP server

Tools like Supabase and Firebase are essential for certain vibe coding projects, but they can be difficult to set up for non-technical users. And when using Supabase specifically, navigating the nuances of SQL can be painful if you don’t use it regularly.

The official Supabase MCP lets you perform database queries and operations using natural language. It’s something I wish I knew about (and how to use) when I first started vibe coding because integrating databases and properly setting structure and rules has been a challenging concept to wrap my head around.

Here’s an example where I asked it to list my active projects and a list of associated Edge Functions.

Asking Claude to access Supabase using the Supabase MCP server

If you’re more of a Firebase user, there’s also an official Firebase MCP server that you can use to access similar tools for database management.

6. Apify MCP server

You won’t find too many official MCP servers for web scraping because they’re based on popular open source libraries, not maintained by enterprise brands or other governing bodies.

But Apify is an exception. Its Web Scraper MCP uses JavaScript to extract structured data from web pages. Note that every time you use the MCP, it expends credits in line with Apify’s pricing.

Here’s what happened when I asked it to scrape my blog for article URLs, page titles, and a list of subheadings.

Scraping website data from Claude using the Apify MCP

Navigating the web and extracting the most important information from websites can be tricky without the right approach, so this is a useful tool to add to an AI workflow.

7. Pinecone MCP server

If the phrase vector embeddings means something to you, you might want to get to know the Pinecone MCP server.

You can use it to do everything from interfacing directly with Pinecone documentation to accessing important account and index details. It can also provide a method to search your vector database records in an index based on a text prompt.

Here’s an example of how Pinecone’s MCP tools helped me investigate a query without leaving Claude.

Accessing Pinecone data from Claude using the Pinecone MCP server

Start using MCP with all your favorite apps

Integrating Claude with MCP servers isn’t as complicated as it may sound. Sure, it’s a little intimidating at first, but the juice is worth the squeeze. The easiest way to get started is to add Zapier MCP, so you can access your entire tech stack straight from Claude.

Related reading:

Leave a Reply

Your email address will not be published. Required fields are marked *