How to Connect Claude AI to a Remote MCP Server

Learn to connect Claude AI to remote MCP servers in this 2025 beginners guide! Integrate with Atlassian & Zappier to manage Jira, automate tasks, and boost productivity.

Ashley Goolam

Ashley Goolam

6 May 2025

How to Connect Claude AI to a Remote MCP Server

Hey there! If you’ve been itching to supercharge your workflows with Claude AI, you’re in the right place. I recently set up Claude AI with a remote MCP (Model Context Protocol) server on my windows computer, and wow—it’s like giving Claude a superpower to connect with tools like Atlassian and Zappier! In this tutorial, we’ll walk through how to connect Claude AI to a remote MCP server, using examples like managing Jira tickets with Atlassian and automating tasks with Zappier. Trust me, it’s easier than you think, and by the end, you’ll be ready to make Claude your ultimate work assistant. Let’s get started!

💡
Before we dive in, a quick shoutout to Apidog—an awesome tool for API lovers! It makes designing, testing, and documenting APIs a breeze, perfect for managing your Claude AI integrations. Check it out at apidog.com—it’s a game-changer! Now, let’s connect Claude AI to the MCP world…
button

What is Claude AI with Remote MCP Server?

Claude AI, developed by Anthropic, is a powerful AI assistant that shines in tasks like coding, research, and content creation. But what makes it even cooler? Its ability to connect to remote MCP servers! MCP (Model Context Protocol) is an open standard that lets Claude AI interact with external tools and data sources—like Atlassian’s Jira and Confluence for project management, or Zappier for automating workflows across thousands of apps.

Announced on May 1, 2025, by Anthropic, remote MCP support (also called Integrations) lets you connect Claude AI to cloud-hosted servers, making it a seamless collaborator. Imagine asking Claude to create Jira tickets in Atlassian or pull sales data via Zappier—all in one chat! Posts on X are buzzing about this feature, with users loving how it reduces context switching and boosts productivity. Let’s set it up and see it in action!

Setting Up Your Environment: The Basics

Let’s get your system ready to connect Claude AI to a remote MCP server. This is super beginner-friendly, so don’t worry—I’ve got you covered.

Check Prerequisites: Make sure you have these ready:

Install Claude Desktop (Optional): While you can use Claude AI on the web (claude.ai), the Claude Desktop app is great for local testing. Download it from the official site for macOS or Windows. We’ll focus on the web version for this tutorial, but the steps are similar.

claude desktop

Create a Project Folder: Let’s stay organized:

mkdir claude-mcp
cd claude-mcp

This folder will be your workspace for Claude AI and MCP integrations.

Connecting Claude AI to Atlassian’s Remote MCP Server

Let’s start by connecting Claude AI to Atlassian’s remote MCP server, which lets Claude interact with Jira and Confluence. Atlassian announced this beta feature on May 1, 2025, and it’s perfect for managing projects without leaving your chat.

1. Sign In to Claude AI:

2. Access Integrations:

claude integrations

3. Add Atlassian’s Remote MCP Server:

claude integrations 2

4. Authenticate with Atlassian:

5. Test the Connection:

claude chat

This setup lets Claude AI manage Jira tickets or summarize Confluence pages—like scaling your work by creating multiple pages at once—without leaving the chat. Pretty handy, right?

Connecting Claude AI to Zappier’s Remote MCP Server

Now, let’s connect Claude AI to Zappier’s remote MCP server to automate tasks across 7,000+ apps. Zappier announced this integration on May 1, 2025, and it’s a game-changer for workflows.

1. Create a Zapier MCP Server

zapier mcp

2. Configure Actions

hubspot

3. Connect Zapier MCP to Claude

zapier mcp url

4. Authenticate and Enable Actions

claude mcp integration

5. Test the Connection:

With Zappier, Claude AI can automate tasks like assigning Asana tasks or updating spreadsheets across tools—all in one conversation. It’s like having a personal assistant who never sleeps!

Testing Claude AI with Remote MCP Servers

Let’s test both integrations to see Claude AI in action with Atlassian and Zappier.

Atlassian Test:

Zappier Test:

These tests show how Claude AI can seamlessly interact with your tools, saving you time and effort. Pretty impressive, huh?

Tips for Using Claude AI with Remote MCP Servers

To get the most out of Claude AI with Atlassian and Zappier:

How to Use Deepseek V3 with Cursor for Free
Learn to use Deepseek V3 for FREE with Cursor in this step-by-step beginner’s guide! Code a Python factorial function with AI. My takes: fast and cost-effective!

My Takes on Claude AI with Remote MCP

After setting up Claude AI with remote MCP servers, here’s what I think:

Some users on Reddit noted occasional OAuth hiccups, but restarting the connection usually fixes it. Overall, it’s a solid upgrade for Claude AI!

Wrapping Up: Your Claude AI and MCP Adventure

You’ve just connected Claude AI to remote MCP servers, unlocking a world of productivity with Atlassian and Zappier! From creating Jira tickets to automating workflows, Claude is now your go-to collaborator. Try experimenting with other MCP servers like Cloudflare or Intercom, and share your wins on X—I’d love to hear about them! For more details, check Anthropic’s support docs at support.anthropic.com. Keep rocking with Claude AI, Zappier, and Atlassian!

button

Explore more

What is Doxygen and How to Download and Use It

What is Doxygen and How to Download and Use It

Discover what Doxygen is and how to download, install, and use it to auto-generate C/C++ code documentation. This tutorial covers setup and tips!

16 June 2025

How to Create Apple's Liquid Glass Effects in React

How to Create Apple's Liquid Glass Effects in React

Apple has always been at the forefront of user interface design, and one of their most captivating recent effects is the "liquid glass" look. This effect, characterized by its fluid, jelly-like appearance, adds a layer of depth and interactivity to UI elements. It's a subtle yet powerful way to make your applications feel more dynamic and engaging. In this article, we'll explore how to recreate this stunning effect in your React applications using the liquid-glass-react library. This library p

14 June 2025

What is Shadcn/UI? Beginner's Tutorial to Get Started

What is Shadcn/UI? Beginner's Tutorial to Get Started

For web developers, the quest for the perfect UI toolkit is a constant endeavor. For years, React developers have relied on traditional component libraries like Material-UI (MUI), Ant Design, and Chakra UI. These libraries offer a wealth of pre-built components, promising to accelerate development. However, they often come with a trade-off: a lack of control, style overrides that feel like a battle, and bloated bundle sizes. Enter Shadcn UI, a paradigm-shifting approach that has taken the React

14 June 2025

Practice API Design-first in Apidog

Discover an easier way to build and use APIs