Skip to main content

Overview

CrewAI includes native MCP integration via the mcps parameter on agents, enabling direct connection to StackOne’s MCP server using either simple URL strings or structured configuration objects. Official Docs

Installation

Or with uv:

Quick Start

Connect to StackOne MCP using structured configuration:

Environment Variables

Configuration Options

When using MCPServerHTTP, you can configure:
  • url: The MCP server endpoint
  • headers: Custom headers for authentication
  • tool_filter: Optional filter to restrict which tools are available
  • cache_tools_list: Whether to cache the tool list (default: True)

Next Steps

CrewAI MCP Docs

Official CrewAI MCP documentation

StackOne API

Learn about StackOne’s Platform API