> For the complete documentation index, see [llms.txt](https://docs.agenticflow.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agenticflow.ai/integrations/overview.md).

# What are MCPs?

## What is MCP?

**MCP (Model Context Protocol)** is a standard protocol that allows AI agents and workflows to connect to external tools and services.

## Benefits

✅ **No-Code**: Connect tools without programming ✅ **Secure**: OAuth and encrypted credentials ✅ **Extensive**: 2,673+ integrations available ✅ **Flexible**: Use in agents, workflows, and workforce ✅ **Reliable**: Built-in error handling and retries

## How MCPs Work

### In Agents

1. Add tools to agent configuration
2. Agent can call tools during conversations
3. Results returned to agent automatically
4. Agent uses data to respond intelligently

### In Workflows

1. Add integration nodes to workflow
2. Configure authentication
3. Map inputs and outputs
4. Execute as part of automation

### In Workforce

1. Assign tools to specific team agents
2. Agents use tools as needed
3. Share results across team
4. Coordinate tool usage

## Integration Types

### Pre-built MCPs (2,673)

Ready-to-use integrations for popular services:

* Communication (Slack, Email, Teams)
* Data (Google Drive, Sheets, Databases)
* CRM (Salesforce, HubSpot)
* Development (GitHub, Jira)
* And 2,600+ more

### Custom Integrations

Build your own:

* [API Call workflows](/workflows/triggers/webhook-triggers.md)
* [Connection providers](/integrations/connection-providers.md)

## Authentication

### OAuth 2.0 (Recommended)

* Most secure method
* No password sharing
* Granular permissions
* Automatic token refresh

### API Keys

* Simple setup
* Copy/paste key
* Stored encrypted
* Good for internal tools

### Basic Auth

* Username/password
* For legacy systems
* Encrypted storage

## Popular Categories

* [All Integrations A-Z](https://github.com/PixelML/agenticflow-docs/blob/main/docs/07-integrations/mcp/all/README.md)

## Getting Started

1. [Connect Your First Integration](/integrations/getting-started.md)
2. [View Complete A-Z List](https://github.com/PixelML/agenticflow-docs/blob/main/docs/07-integrations/mcp/all/README.md)

***

**Questions?** See [Support](/support/12-support.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.agenticflow.ai/integrations/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
