Use the MCP Endpoint URL to connect the following third-party AI systems to Pigment tools. Select the tool to open the instructions for each.
ChatGPT
For ChatGPT’s official documentation, see here.
Create connector
Go to the ChatGPT web interface.
Ensure that Developer Mode is enabled under Advanced Settings.
Go to Settings and select Apps.
Select Create app.
Name and describe your connector (e.g. “Pigment”).
Paste your Pigment MCP Endpoint URL in the MCP Server URL field.
Select OAuth in the Authentication field.
Leave the fields OAuth Client ID and OAuth Client Secret empty, as Pigment handles OAuth automatically.
Check the “I understand and want to continue” box.
Select Create.
Complete the authentication workflow using your Pigment credentials.
Your connector should now be created.
Publish connector
If you are a ChatGPT Admin or Owner, you can publish the connector so it becomes available to all users in your Workspace.
Go to Workplace Settings and select Connectors.
Select Drafts and then the Publish button.
Review safety warnings.
Once published, connectors appear in the Workspace’s approved connectors list and in users’ Apps & Connectors settings in ChatGPT.
ℹ️ Note
You do not need to have Developer Mode enabled to use the ChatGPT connector. You only need it to create the connector.
If you ask your ChatGPT admin to create a connector for your Pigment Workspace and publish it to you, you'll be able to use it even though you can't use Developer Mode.
If necessary, they can choose to publish the connector only to selected users of your organization, through ChatGPT Admin Settings.
Use connector
Start a new chat.
Select Add files & more then More and select your custom Pigment connector.
Begin your conversation. Pigment tools can now be invoked directly in chat.
Redirect URI whitelisted by Pigment: https://chatgpt.com/connector/oauth/*
Claude
For Claude’s official documentation, see here.
Create connector
Go to the Claude web interface.
You need Owner privileges.
Go to Customize and select the Connectors tab.
Select Add custom connector
Name your connector.
Paste your Pigment MCP Server URL in the Remote MCP server URL field.
Leave the optional fields OAuth Client ID and OAuth Client Secret empty. Pigment handles OAuth automatically.
Select Add.
Your connector should now be created and available for all users.
Use connector
Go to Personal settings and select the Connectors tab.
For your Pigment connector, select Connect and go through the authentication workflow using your Pigment credentials.
Start a new chat and select Search and tools to verify that your Pigment connector is active and tools are available.
Begin your conversation. Pigment tools can now be invoked directly in chat.
Redirect URIs whitelisted by Pigment:
https://claude.ai/api/mcp/auth_callback
https://claude.com/api/mcp/auth_callback
Claude Code
For Claude Code's official documentation, see here.
Option 1: Install plugin (recommended)
The Pigment plugin for Claude Code bundles the MCP configuration with domain-knowledge Skills. For detailed documentation, see here.
/plugin marketplace add gopigment/ai-plugins
/plugin install pigment@pigmentOption 2: Add in Claude.ai
If you have already created and connected the Pigment connector in the Claude web interface (see the Claude section above), it is automatically available in Claude Code. Simply run /mcp in your Claude Code session to verify the connector is active.
Option 3: Add in Claude Code CLI
You can also add the Pigment MCP server directly from Claude Code CLI. Replace https://pigment.app/api/mcp/public/{id} with your own MCP URL.
claude mcp add --transport http pigment https://pigment.app/api/mcp/public/{id}Redirect URIs whitelisted by Pigment:
http://localhost:<localport>/callback
https://claude.ai/api/mcp/auth_callback
https://claude.com/api/mcp/auth_callback
Cursor
ℹ️ Note
Ensure you are using the latest version of Cursor.
For Cursor’s official documentation, see here.
Option 1: Install plugin (recommended)
Go to Cursor plugins
Import
https://github.com/gopigment/ai-pluginsas a marketplaceAdd Pigment plugin to Cursor from the plugins page, or open Cursor and run
/add-plugin pigmentin a new chat
For detailed documentation, see here.
Option 2: Add in Cursor
In your Cursor application, go to Settings > Cursor Settings > Tools & MCP.
Select New MCP Server and, in the mcp.json file, paste your Pigment MCP Server URL where you see
https://pigment.app/api/mcp/public/{id}as follows:
{
"mcpServers": {
"pigment": {
"type": "http",
"url": "https://pigment.app/api/mcp/public/{id}"
}
}
}After adding the MCP server, go back to the Settings page and select Connect to start the authentication flow.
When successfully connected, you see the connected MCP tool with tools enabled.
Option 3: Add on Cursor.com
Go to Integration & MCP.
Select Add MCP.
Name your connector, paste your Pigment MCP Server URL, and leave the other fields empty.
Select Add MCP.
Redirect URI whitelisted by Pigment:
cursor://anysphere.cursor-mcp/oauth/callback
https://www.cursor.com/agents/mcp/oauth/callback
Microsoft Copilot
For Microsoft’s official documentation, see here.
Create connector
Go to the Copilot Studio web interface.
Select Agents from the menu.
Select an existing Agent or create a new one.
Select Tools, Add a tool and then Model Context Protocol.
Name and describe your MCP Server, paste your MCP Server URL, select OAuth 2.0 and Dynamic Discovery for authentication, and click Create.
Select Create a new connection.
Your Agent should now be able to connect to Pigment’s MCP Server.
Use connector
You can create a tool once and reuse it across multiple Copilot Agents.
Redirect URI whitelisted by Pigment: https://global.consent.azure-apim.net/redirect/*
Mistral
For Mistral’s official documentation, see here.
Create connector
Go to the Mistral Le Chat web interface.
Select Intelligence then Connectors in the menu.
Select Add Connector then Custom MCP Connector.
Name your connector.
Paste your Pigment MCP Server URL in the Connector Server field.
Select OAuth 2.1 as authentication method.
Select Connect.
Complete the authentication workflow using your Pigment credentials.
Your connector should now be created and available for all users of your organization.
Use connector
Start a new chat, select Enable tools and select your Pigment connector.
Begin your conversation. Pigment tools can now be invoked directly in chat
Redirect URI whitelisted by Pigment: https://callback.mistral.ai/v1/integrations_auth/oauth2_callback
Miscellaneous
For other providers, follow their respective documentation:
Provider | Redirect URI whitelisted by Pigment |
|---|---|
| |
| |
|
If you would like to connect another AI system to Pigment’s MCP Server, follow the instructions in Connect custom MCP Clients.