MCP Integrations

Connect Claude to your tools

Model Context Protocol servers give Claude real-time access to external tools and services. Install any integration to extend what Claude can do in your workflows.

๐Ÿ’ฌ

Slack

stable

Read channels, send messages, search workspaces, schedule messages, and manage drafts.

โœ“Read channels
โœ“Send messages
โœ“Search users
โœ“Schedule messages
+1 more
communicationmessaging
๐ŸŽจ

Figma

stable

Read designs, get code context, export assets, manage Code Connect mappings, and generate FigJam diagrams.

โœ“Get design context
โœ“Screenshot nodes
โœ“Code Connect
โœ“Create FigJam diagrams
+1 more
designhandoffcomponents
๐Ÿ“‹

Atlassian (Jira + Confluence)

stable

Create and edit Jira issues, manage sprints, search with JQL, and read/write Confluence pages.

โœ“Create Jira issues
โœ“JQL search
โœ“Transition issues
โœ“Read Confluence
+1 more
project managementagiledocs
๐Ÿ™

GitHub

stable

Browse repositories, review pull requests, manage issues, create releases, and inspect workflows.

โœ“Manage PRs
โœ“Browse repos
โœ“Create issues
โœ“Review code
+1 more
version controlCI/CD
๐Ÿƒ

MongoDB

stable

Query collections, run aggregations, inspect schemas, manage indexes, and export data.

โœ“Find & aggregate
โœ“Schema inspection
โœ“Create indexes
โœ“Export data
+1 more
databasenosql
๐Ÿ“ฎ

Postman

stable

Run collections, manage environments, generate specs from collections, and publish documentation.

โœ“Run collections
โœ“Manage environments
โœ“Generate specs
โœ“Create monitors
+1 more
api testingdocumentation
๐Ÿ”ฎ

Obsidian

stable

Read and write notes, search vault content, manage tags, and navigate your knowledge base.

โœ“Read/write notes
โœ“Search vault
โœ“Manage tags
โœ“Move notes
+1 more
knowledgepkmnotes
โ–ฒ

Vercel

stable

Deploy projects, inspect deployment logs, manage environment variables, and monitor production.

โœ“Deploy
โœ“Inspect logs
โœ“Manage env vars
โœ“List deployments
+1 more
deploymenthostingdevops
๐ŸŒฅ

Cloudflare

stable

Manage DNS records, configure Workers, inspect analytics, and search Cloudflare documentation.

โœ“DNS management
โœ“Workers config
โœ“Analytics
โœ“Search docs
+1 more
CDNedgedns
โ˜๏ธ

AWS

stable

Call any AWS API, suggest commands, manage resources across EC2, S3, Lambda, and more.

โœ“Call any AWS API
โœ“Suggest commands
โœ“Manage resources
โœ“IAM
+1 more
cloudinfrastructure
๐Ÿ“š

Context7

stable

Fetch current documentation for any library, framework, or SDK โ€” even well-known ones.

โœ“Resolve library ID
โœ“Fetch docs
โœ“API reference
โœ“Version migration
+1 more
documentationlibraries
๐Ÿงช

Wasabi (A/B Testing)

stable

Create and manage A/B experiments, assign users to buckets, and track experiment results.

โœ“Create experiments
โœ“Assign users
โœ“Get statistics
โœ“Manage buckets
+1 more
experimentationa/b testing

Installing MCP servers

Add MCP servers to your Claude configuration. For Claude Code, add them to ~/.claude/settings.json under the mcpServers key.

{
  "mcpServers": {
    "slack": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-slack"]
    }
  }
}