agenticflow-mcp

Attach MCP clients to AgenticFlow agents for external data access.

12|8|Updated Oct 19, 2025
One-click install
npx skills add https://github.com/PixelML/agenticflow-skill --skill agenticflow-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agenticflow-mcp
Source: https://github.com/PixelML/agenticflow-skill/tree/main/skills/agenticflow-mcp
Command: npx skills add https://github.com/PixelML/agenticflow-skill --skill agenticflow-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Attaching external tool providers to an AgenticFlow agent via MCP clients enables the agent to read from and write to external data sources, call third-party APIs, and save outputs to documents beyond its built-in knowledge.

Core Features & Use Cases

  • Inspect and classify MCP clients before attach to ensure safe operation.
  • Attach an MCP client to an agent to enable reading from or writing to external services.
  • Apply the Composio vs Pipedream patterns to guarantee safe and effective writes.

Quick Start

Attach an MCP client to your agent by inspecting a tool with af mcp-clients inspect and then updating the agent's mcp_clients via af agent update.

Frequently Asked Questions about agenticflow-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I attach external tool providers to an agent via MCP?

To attach external tool providers via MCP, inspect the tool using the af CLI and then update the agent's mcp_clients configuration. This enables the agent to read from and write to external data sources.

What external services can I connect to an agent using MCP clients?

MCP clients support connecting agents to external services like Google Docs, Google Sheets, Notion, Slack, GitHub, and Apify. This allows agents to read from and write to these platforms.

How do I ensure safe tool writes when attaching MCP clients to agents?

Safe tool writes are enforced by inspecting and classifying MCP clients before attach, applying per-tool permissions, and using the Composio vs Pipedream patterns to guarantee secure and effective operations.

Can I use Composio and Pipedream patterns together for API attachments?

Yes, the skill classifies tool patterns and allows applying both Composio and Pipedream patterns to guarantee safe and effective writes when attaching external API providers to your agent.

Do I need the af CLI to configure MCP clients for my agent?

Yes, the skill enforces use of the af CLI for all MCP operations. You must use commands like af mcp-clients inspect and af agent update to attach and configure external tool providers.