# AgenticFlow MCP

{% embed url="<https://www.loom.com/share/6c669aa9ff134f308934753b39e8ef48?sid=a3af067e-12f7-4a04-8668-eac13f0a0452>" %}
AgenticFlow MCP: Tap into 2,500+ Protocols to Make Your AI Agents Truly Action‑Capable
{% endembed %}

### What Is an MCP?

A **Model Context Protocol** (MCP) is a standardized “adapter” that exposes APIs and services to your LLM. With MCP, your model can:

* ✉️ Read and send emails in Gmail
* 📅 Manage calendar events
* 📂 Create or update documents in Google Docs
* 🔧 Interact with any API or local system service

Until now, LLMs like ChatGPT, Claude or Cursor could reason and answer, but couldn’t *act*—forcing you to copy results and paste them across apps. MCP changes that.

***

### Why 2,500+ MCPs Matter

Not every tool speaks the same language. By supporting over two thousand MCP adapters out of the box, AgenticFlow turns your AI into a universal agent:

* **Remote services**: CRM, marketing, analytics, payment gateways, and more
* **Local services**: File systems, internal databases, command‑line utilities
* **Custom APIs**: Anything your business needs

All managed through one simple MCP Server URL—no lengthy integration work.

***

### Getting Started in 3 Easy Steps

1. **Configure Your MCP Server**
   * Visit **agenticflow\.ai/mcp**
   * Choose **Cloud** (no install) or **Self‑host** with Docker/Kubernetes.
2. **Connect Your Accounts**
   * Browse the directory of 2,500+ MCPs.
   * Click a connector (e.g. Google Docs), follow the OAuth flow, and copy the generated MCP Server URL.
3. **Wire It into AgenticFlow**
   * In your AgenticFlow Dashboard under **AI → MCP**, paste the URL and assign a friendly name.
   * Voilà—your AI agents now “see” and “touch” that service.

***

### Live Demo: Writing to Google Docs

1. **Select Your Agent**
   * Open your agent in the visual designer (e.g., “Iris”).
2. **Add the Google Docs MCP**
   * Click **Add Tool** → choose “Google Docs” from your connected MCPs.
3. **Authorize & Extend**
   * Grant any additional API keys (e.g., for image generation).
   * Send a prompt:

     > “Append a poem about AgenticFlow’s 2,500 MCPs to this Doc.”
4. **Watch It Work**
   * Your agent appends text and even inserts an AI‑generated image directly into the Doc—no manual steps required.

***

### Go Beyond One‑Off Tasks

* **Embed** your agents on your website, Shopify or any storefront.
* **Publish** to public or private team workspaces.
* **Scale** across WordPress, Magento, BigCommerce, Facebook, Instagram, WhatsApp (coming soon), and more.

***

### Share Your Ideas

What MCPs would supercharge your workflows? Head to our **Roadmap & Feedback** page and let us know. Your suggestions drive our next 2,500 + connectors!

***

**Ready for Agents That Don’t Just Talk—but Act?**\
Get started with AgenticFlow MCP today at **agenticflow\.ai/mcp**.


---

# Agent Instructions: 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/learn/key-concepts/agenticflow-mcp.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.
