Document360 MCP server can be connected to AI assistants using MCP server URL or a JSON configuration file.
Custom connectors allow you to establish a secured connection between your knowledge base and supported AI assistants. Once connected, the AI assistant can interact with documentation content in your Document360 project through MCP.
Use the MCP server URL when your AI platform accepts a direct URL for connector setup (for example, Claude AI and Copilot). Use the JSON configuration when your AI platform requires a structured config file (for example, Cursor IDE).
Before you begin
Before setting up MCP, ensure the following:
You have a Project Owner or Admin role. Only these roles can enable or disable MCP for a project.
You have access to a supported AI assistant: ChatGPT, Claude AI, Cursor IDE, Copilot, or any platform that supports MCP or custom connectors.
Enable MCP
To enable MCP,
Navigate to Settings () in the left navigation bar.
Go to AI Settings > MCP.
Click Enable MCP.
A confirmation message appears asking whether you want to allow external AI assistants to access your knowledge base. Only Project Owners and Admins can enable or disable MCP for a project.
Click Allow Access to proceed.

Once enabled, the MCP configuration becomes available under Custom Connectors.
NOTE
Enabling MCP allows structured access to your knowledge base. Content access continues to follow your existing project version, language, and visibility settings.
Get the JSON configuration
After enabling MCP,
Under Custom Connectors, click Get details.

The MCP configuration will be displayed.
You can either copy the full JSON configuration or use the URL provided within it, depending on your AI assistant’s requirements.
This configuration is required to establish the MCP connection in your AI assistant.
.png)
MCP server URLs
Use the following MCP server URLs when configuring connectors in your AI assistant. Select the appropriate URL based on your project’s region or environment. Paste the URL into the MCP custom connector configuration field in your AI assistant.
Region | MCP configuration URL |
|---|---|
EU region |
|
US region |
|
Canada region |
|
Connect MCP to your AI assistant
After enabling MCP in Document360, you can connect your knowledge base to an AI assistant using the provided MCP JSON configuration. Depending on the AI platform, you may need to use either the MCP Server URL or the JSON configuration. The setup steps vary slightly across platforms.
The following sections outline the connection process for commonly used AI assistants such as ChatGPT, Claude, and Copilot.
To connect MCP IN ChatGPT:
Open ChatGPT.
Go to Settings.
Navigate to Apps > Advanced settings.
Enable Developer mode.
Click Create app.

Provide the following details:
Name - Enter a label for the connection (for example, Document360 MCP).
Description - (Optional) Add a description for reference.
MCP Server URL - Paste the MCP Server URL provided in Document360.
Authentication method - Select OAuth.
Click Advanced settings.
In the side panel that appears, scroll to the bottom.
Uncheck the OIDC enabled option.
Select the confirmation checkbox (I understand…).
Click Create.

After creating the app, you will be redirected to Document360. Review the connection request and choose the required project.
Select the confirmation checkbox (I understand and trust this URL).
Click Continue. You will be redirected to ChatGPT.
To start using the MCP connector in ChatGPT:
In the ChatGPT message box, type
/to open a list of available options.Scroll down to locate the added connectors, then select the Document360 connector by clicking on its provided name.

ChatGPT can now interact with your knowledge base using the MCP capabilities enabled in your project.
To connect MCP in Claude AI:
Open Claude AI.
Click your profile and navigate to Settings.

Go to Connectors.
Click Add.
Choose Custom from the given options.
Select Web or Desktop based on your requirement.
If your organization allows to add custom connectors, you can proceed with the setup.
If not, you may need to contact your organization admin to enable or grant permission to add custom connectors.

Provide the required details:
Name - Enter a label (for example, Document360 MCP).
Configuration - Paste the MCP server URL from the MCP configuration provided in Document360.
Click Add.
Navigate to Personal settings and locate the custom connector with the name you provided.
Click Connect to establish the MCP connection.
After creating the connection:
You will be redirected to Document360.
Review the connection request and choose the required project.
Select the confirmation checkbox (I understand and trust this URL).
Click Continue.
The connection is now established. Claude AI can interact with your knowledge base using the MCP capabilities enabled in your project.
To connect MCP in Cursor IDE:
Open Cursor IDE.
Navigate to Settings.
Go to Tools & MCP.
Click Add new MCP server.

You will be redirected to the MCP configuration screen.
Paste the MCP JSON configuration copied from Document360.
Save it.

After saving:
Return to Cursor IDE Settings > Tools & MCP.
Locate the configured MCP server.
Once authentication is enabled, click Connect.
After creating the connection:
You will be redirected to Document360.
Review the connection request and choose the required project.
Select the confirmation checkbox (I understand and trust this URL).
Click Continue.
The connection is now established. You can use MCP capabilities directly within the Cursor IDE to search, retrieve, and update documentation while coding.
To connect MCP in Copilot agents:
Create a new agent
Log in to your Copilot environment.
Navigate to Agents.
Click Create blank agent.
Enter a name for the agent.
Click Create.

You will be redirected to the newly created agent.
Add MCP as a tool
In the agent page, navigate to the Tools tab in the top navigation bar.
Click Add a tool.
Select Model Context Protocol.
Configure MCP settings
Enter the following details:
Name – Provide a name for the MCP connector
Description – Enter a description (minimum 30 characters)
URL – Paste the appropriate MCP server URL
Under Authentication method, select OAuth 2.0.
Ensure Dynamic discovery is selected by default.
Click Create.

Establish connection
After creating the tool, a Connection screen will appear showing Not connected.
Click Not connected.
Select Create new connection.
Click Create.

After creating the connection:
You will be redirected to Document360.
Review the connection request and choose the required project.
Select the confirmation checkbox (I understand and trust this URL).
Click Continue.
The connection is now established. Copilot agent can interact with your knowledge base using the MCP capabilities enabled in your project.
NOTE
MCP support may vary depending on the AI assistant or client being used (such as IDE-based assistants or experimental tools). Some platforms may have limited or evolving support for MCP capabilities. The available fields and interface may vary slightly depending on the AI platform. Refer to your AI assistant’s documentation for compatibility details.
After connecting
After a successful connection, you can use MCP-supported capabilities through your AI assistant, including:
Searching documentation across project versions and languages
Retrieving full article content by ID or URL
Creating new articles and categories (if write permissions are configured)
Updating existing articles while preserving structure and formatting
All interactions respect your existing configuration, including project versions, languages, and visibility rules. For a detailed explanation of the available MCP capabilities and how they work in Document360, refer to the Supported MCP tools article.
Verify the MCP connection
After configuring MCP in your AI assistant, you can verify the connection.
Open your AI assistant.
Start a new conversation.
Enter a query related to your documentation.
For example:
Ask for details about a specific feature.
Search and retrieve content from a particular project version or language.
Ask it to write an article in any specific category in Document360
If the connection is successful, the AI assistant will return results sourced from your Document360 knowledge base.
If no results are returned or an error appears, verify:
MCP is enabled in Document360.
The JSON configuration was copied correctly.
The connector is active in your AI assistant.
If the issue persists, re-authenticate by disconnecting and reconnecting the MCP connector, or contact Document360 support.
NOTE
The AI assistant can only access content permitted by your project’s version, language, and visibility settings.
Disable MCP
To disable MCP:
Navigate to Settings () in the left navigation bar.
Go to AI Settings > MCP.
Click Disable MCP.
Confirm the action in the dialog that appears.
Once disabled, all active MCP connections will stop functioning and any existing sessions will be terminated. Access tokens are also revoked. If you re-enable MCP, connected AI assistants will need to reconnect.
FAQ
What happens if MCP is disabled?
If MCP is disabled in Document360, external AI assistants will no longer be able to access your knowledge base through the MCP connection.
All active connections will stop functioning, and any existing sessions will be terminated. Access tokens are also revoked, requiring reconnection if MCP is enabled again.
Can I restrict which users connect through MCP?
Yes. Access through MCP is tied to the user account used during OAuth authentication. MCP operations follow Document360’s role-based access control (RBAC), so the AI assistant can only access content permitted for that user based on their assigned roles and permissions.
Does enabling MCP allow external tools to access all content?
No. MCP access follows your existing project configuration, including:
Project versions
Language settings
Role-based permissions
Visibility rules
Restricted or unpublished content remains subject to these rules.
Which AI assistants can connect to Document360 MCP?
Document360 MCP can be connected to AI assistants that support MCP or custom connector configurations. This includes tools such as ChatGPT, Claude, Copilot, and any other AI platforms that allow external integrations. Support may vary depending on the AI assistant’s implementation and available features.
Which account is recommended for using MCP?
You can connect to MCP using supported AI assistants with either a personal or an organizational account, depending on your setup. This depends on the AI assistant you are using and whether it allows custom connectors.
Is MCP usage restricted to specific devices?
No. MCP is not limited to a specific device. You can use MCP across supported environments and devices, depending on the AI assistant you are using.