Skip to main content

Claude Code + Other Apps

Outcome: You'll understand what MCPs are and see what's possible when Claude connects to external services.


What's an MCP?

MCP stands for Model Context Protocol. It's how Claude Code connects to external services—apps, databases, APIs that live outside your local files.

Without MCPs, Claude can only see what's in your workspace. With MCPs, Claude can:

  • Pull transcripts from Fireflies
  • Access project data from Teamwork
  • Read and send Slack messages
  • Query databases
  • Connect to almost anything with an API

Think of MCPs as bridges. Your Claude Code session is on one side. External services are on the other. MCPs let Claude cross over and interact with them.


Here are some commonly used ones to give you a sense of what's possible:

MCPWhat It Does
FirefliesAuto-syncs meeting transcripts into your workflow
TeamworkAccess project tasks, timelines, and updates
SlackRead channels, send messages, search history
NotionAccess pages, databases, and docs
GitHubManage repos, issues, PRs beyond local git
Google DriveAccess docs and sheets
Postgres/MySQLQuery databases directly

You don't need all of these. Pick the ones that connect to tools you actually use.


How MCPs Work

Here's the nice thing about using an agent: you don't have to figure out MCP setup on your own.

Just ask Claude:

"Hey, help me set up an MCP for [service name]. Walk me through it."

Claude will:

  1. Check if there's an existing MCP server for that service
  2. Guide you through installation
  3. Help you configure credentials
  4. Test the connection

That's it. The agent handles the complexity for you.


Hands-On: Explore Available MCPs + Set Up Your First One

Part 1: See what's available

Browse the community directory to see what MCPs exist:

Think about which external tools you use most—those are your candidates for setup.

Part 2: Set up an MCP

In the next sections (4.2 and 4.3), we'll walk through setting up the Teamwork and Fireflies MCPs step by step. These will be your first real MCP connections.

Once you've done one, you'll know the pattern for any MCP.