Get Started
AI Assistant and MCP Server
Learn how to use AI assistant and Remote MCP Server effectively in your Webiny development workflow.
- how to use AI assistant with Webiny documentation
- how to connect to the Remote Webiny MCP Server for enhanced AI assistance
In this guide, you’ll learn how you can use AI assistants and Remote MCP Server effectively in your Webiny development workflow.
Webiny MCP Server
The Webiny documentation provides a remote Model Context Protocol (MCP) server that allows you to find information from the Webiny documentation right in your IDEs or AI tools, such as Cursor. You can ensure your AI tools have current Webiny knowledge through the Webiny MCP server. This provides real-time access to the latest documentation, helping AI tools avoid outdated recommendations and ensuring they understand current best practices.
Model Context Protocol (MCP) is a standardized way for AI tools to access external tools and data sources.
Server Details
- Name: Webiny Docs
- URL:
https://mcp.docs.webiny.com/mcp - Transport: Streamable HTTP
You can add it to AI agents that support connecting to MCP servers.
Cursor
To connect to the Webiny MCP server in Cursor, add the following to your .cursor/mcp.json file or Cursor settings, as explained in the Cursor documentation:
VS Code
Click here to add the Webiny MCP server to VS Code.
To manually connect to the Webiny MCP server in VS Code, add the following to your .vscode/mcp.json file in your workspace:
Learn more in the VS Code documentation.
VS Code Webiny MCP ServerClaude Desktop
To connect to the Webiny MCP server in Claude Desktop, add the following to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Learn more in the Claude Desktop documentation.
Manual Setup
Many tools support a common JSON configuration format for MCP servers. If there are not specific instructions for your chosen tool, you may be able to add the Webiny Docs MCP server by including the following configuration in your tool’s MCP settings:
Streamable HTTP:
Local Proxy:
Claude Code CLI
Claude Code is an agentic coding tool that runs on the command line. Enabling the Webiny Docs MCP server allows it to access the latest documentation while generating Webiny code.
Install using the terminal command:
Learn more about using MCP servers with Claude Code.
Claude Code GitHub Action
Claude Code also provides a GitHub Action that can be used to run commands in response to GitHub events. Enabling the Webiny Docs MCP server allows it to access the latest documentation while answering questions in comments or generating Webiny code.
You can configure it to use the Webiny Docs MCP server for documentation access by adding the following to the workflow file:
Learn more about using MCP servers with the Claude Code GitHub Action.
Warp
Warp is an agent development environment built for coding with multiple AI agents. Adding the Webiny Docs MCP server allows Warp to access the latest Webiny documentation when answering questions or performing coding tasks.
- Open your Warp settings and go to AI > MCP Servers > Manage MCP Servers.
- Click “Add”.
- Enter the following configuration. You can optionally configure the Webiny MCP server to activate on startup using the
start_on_launchflag: - Click “Save”.
Learn more about using MCP servers with Warp.
Claude.ai
Claude.ai is a general-purpose AI assistant. Adding the Webiny Docs MCP server allows it to access the latest documentation when answering Webiny questions or generating Webiny code.
- Navigate to the Claude.ai connector settings
.
- Click “Add custom connector”. You may need to scroll down to find this option.
- Enter the server URL:
https://mcp.docs.webiny.com/mcp. - Set the name to “Webiny docs”.
Learn more about using MCP servers with Claude.ai.
Windsurf
Windsurf is an AI-powered agentic coding tool, available as editor plugins or a standalone editor. It can use the Webiny Docs MCP server to access documentation while performing coding tasks.
Windsurf doesn’t support streaming HTTP, so it requires a local proxy configuration:
- Open
~/.codeium/windsurf/mcp_config.jsonin your editor. - Add the following configuration to your Windsurf MCP settings:
- Save the configuration and restart Windsurf.
Learn more about using MCP servers with Windsurf.
Gemini CLI
Gemini CLI is a command-line AI coding tool that can use the Webiny Docs MCP server to access documentation while generating Webiny code.
You can configure MCP servers at the global level in the ~/.gemini/settings.json file, or in a .gemini/settings.json file in a project root.
Learn more about using MCP servers with Gemini CLI.
Zed
Zed supports MCP servers when using its AI capabilities. It can use the Webiny Docs MCP server to access documentation while performing coding tasks.
Zed doesn’t support streaming HTTP, so it requires a local proxy configuration:
- Open
~/.config/zed/settings.jsonin your editor. - Add the following configuration to your Zed MCP settings:
- Save the configuration.
Learn more about using MCP servers with Zed.
ChatGPT
MCP server integration is only available for ChatGPT Pro, Team, and Enterprise users. The setup process is more complex than other tools.
Refer to the OpenAI MCP documentation for specific setup instructions.
Usage
Once configured, you can ask your AI tool questions about Webiny, and it will retrieve information directly from the latest docs. Coding agents will be able to consult the latest documentation when performing coding tasks, and chatbots will be able to accurately answer questions about Webiny features, APIs, and best practices.
Troubleshooting
If you encounter issues:
- Verify that your tool supports streamable HTTP transport.
- Check that the server URL is correct:
https://mcp.docs.webiny.com/mcp. - Ensure your tool has proper internet access.
- Consult your specific tool’s MCP integration documentation.
If you are still having problems, please reach out to our community support channels for assistance.
AI Assistant in Documentation
The Webiny documentation is equipped with an AI Assistant that can answer your questions and help you build customizations with Webiny. To open the AI Assistant, Click the “Ask AI” button in the bottom right corner of the documentation.
You can then ask the AI Assistant any questions about Webiny and the AI Assistant will provide you with relevant documentation links, code snippets, and explanations to help you with your development.
FAQ
Can I Use the MCP Server With Any AI Assistant?
The MCP server works with any AI assistant or tool that supports the Model Context Protocol. This includes popular tools like Cursor, VSCode with Copilot, Claude Desktop, and many others.
Is the Webiny MCP Server Free to Use?
Yes, the Webiny MCP server is free to use and provides access to all public Webiny documentation.
How Often Is the MCP Server Updated?
The MCP server is automatically updated whenever the Webiny documentation is updated, ensuring you always have access to the latest information.