ClickHelp Authoring MCP Server lets you connect your portal to AI assistants so they can work with your documentation the same way a human would — reading, searching, creating, and editing content. Detailed instructions for a particular AI agent can be found in the correponsing section.
Before you start
To set up the connection, you need to allow MCP connections for your portal and get your portal Authoring MCP Server endpoint URL. For this, go to your portal settings, AI integrations → MCP server. The page has two independent blocks—Authoring MCP Server and Published Docs MCP Server—each with its own checkbox and its own endpoint URL. Select the checkbox in the Authoring MCP Server block and copy the URL from there.
The Authoring MCP Server URL looks something like this: https://yourportal.clickhelp.co/authoring-mcp-server
Also, for better audit and permission control, we recommend using a dedicated account for the AI agent. To set it up, follow these steps:
- Create a separate Contributor or Power Reader account for the AI agent.
- Set up the corresponding permissions for this account, so the AI agent has access only to the selected projects.
- Log out of your portal in the current browser and log back in with the dedicated AI account — or open a separate browser profile/incognito session and log in there.
- Connect the Authoring MCP Server to your AI tool.
After the connection is established, the agent stores a token for this account and uses it for the next 30 days.
| The portal session is only used once — at the moment of the initial connection. After that, the agent works with a stored token and does not depend on which account is currently logged in to the portal in your browser. |
Claude Desktop
Claude Desktop lets you add custom MCP connectors.
| Individual accounts (Free, Pro and Max plans) |
|
| Team and Enterprise plans |
|
Claude (Cloud)
Claude lets you add custom MCP connectors as well.
| Individual accounts (Free, Pro and Max plans) |
|
| Team and Enterprise plans |
|
For full details, see Connect to remote MCP Servers - Model Context Protocol and Get started with custom connectors using remote MCP.
Gemini CLI
You can connect Gemini CLI to an MCP server using the gemini mcp add command.
- Open Gemini CLI.
-
Run the following command:
where:Codegemini mcp add --transport http <mcp-server-name> <authoring-mcp-server-endpoint-URL>
-
<mcp-server-name> is your custom server name
For example, my-mcp-server -
<authoring-mcp-server-endpoint-URL> is your Authoring MCP Server endpoint URL.
For example, https://us.mcp.clickhelp.com/portals/yourportal.clickhelp.co
-
<mcp-server-name> is your custom server name
-
ClickHelp tools will now be available during your sessions.
Alternatively, you can add the connection in the configuration file directly. For details, see the Gemini CLI MCP documentation.
Codex (OpenAI, ChatGPT)
You can configure both Codex Desktop and Codex CLI via config.toml file.
- Open ~/.codex/config.toml.
-
Anywhere in the file, add the following section:
Code[mcp_servers.clickhelp] url = "https://<region>.mcp.clickhelp.com/portals/<portalname>.clickhelp.co"
-
Replace the placeholders:
- <region> with either eu, us or au, depending on the region of your server hosting.
- <portalname> with your actual portal name.
- Save the file.
- Relaunch the application or the CLI session.
-
Authenticate in your ClickHelp portal:
- For CLI, enter codex mcp login clickhelp.
- For Codex Desktop, open Settings → MCP servers and click the Authenticate button.
- You can now work with your ClickHelp portal in Codex using natural language.
For full details, see the OpenAI Codex documentation.
Microsoft Copilot
Microsoft Copilot Studio supports MCP servers as tools for your agents.
- Open Copilot Studio.
- Go to the Tools page for your agent.
- Select Model Context Protocol.
- Click New tool and enter your portal's Authoring MCP Server endpoint URL.
- Your agent can now use ClickHelp documentation as a knowledge source.
For full details, see the Microsoft Copilot Studio documentation.