WHAT YOU'LL LEARN
  • How to configure the Webiny MCP server for your AI agent
  • What agents are supported
  • What options the configure-mcp command accepts

Overview
anchor

The configure-mcp command configures the Webiny MCP (Model Context Protocol) server for a specific AI agent. Running it writes the necessary MCP server configuration for the chosen agent so it can communicate with your Webiny project.

Usage
anchor

By default this configures the MCP server for Claude. To target a different agent, pass the agent name as an argument:

Options
anchor

OptionDescription
agentAgent to configure. One of claude, cursor, windsurf, copilot, cline. Defaults to claude.
--instructionsPrint MCP setup instructions instead of writing the configuration.
--show-logsPrint logs directly in the terminal.
--log-levelSet log verbosity. One of silent, fatal, error, warn, info, debug, trace. Defaults to info.
--show-stack-traceShow stack traces for errors.