What is an MCP?
Model Context Protocol (MCP) is a standard for connecting AI clients (like Notion AI or Claude Desktop) to external tools and data sources (“MCP servers”).
When you connect to Specter MCP from your AI client, you’re granting Specter MCP permission to act on your behalf within the scope you approve.
Claude Desktop: adding Specter MCP to your connectors
Head over to Customize → Connectors
From your Claude’s home page, head over to “Chat” and then to “Customize”
And then to “Connectors”. From there, you should see a Plus (”+”) button. Click it, and a sub-menu should appear, with “Add custom connector”. If you don’t see it, contact your organization administrator.
A popup will appear, asking to add a custom connector.
Please, use the following values:
Name: “Specter”
Remote MCP server URL: https://mcp.tryspecter.com/mcp
You should see the Specter added to your list of custom connectors.
Adding Specter MCP to Claude Code
Option 1: Use claude CLI
Head over to your terminal, and execute the following command:
claude mcp add --transport http specter https://mcp.tryspecter.com/mcp
Option 2: modify ~/.claude/settings.json
Head over to your terminal, and modify the file ~/.claude/settings.json as follows:
{
"mcpServers": {
"specter": {
"url": "https://mcp.tryspecter.com/mcp"
}
}
}After that, restart claude code. You should be able to see and authenticate to the Specter.
To learn more about on Specter MCP authentication works, refer to this article
ChatGPT: adding Specter MCP to your connectors
Custom MCP connectors in ChatGPT require Developer Mode to be enabled on your account.
Enable Developer Mode
From your ChatGPT home page, click your profile picture, then head over to
Settings > Apps & Connectors
Scroll to the bottom of the page and click Advanced settings. Toggle Developer mode on and accept the security notice that appears.
Note: If you don't see the Advanced settings option, contact your workspace administrator.
Create the Specter connector
Head back to Settings → Apps & Connectors and click Create
A popup will appear, asking for the connector details. Please use the following values:
Connector name: Specter
MCP server URL: https://mcp.tryspecter.com/mcp
Authentication: OAuth
Accept the terms by clicking on the checkbox
Tick the checkbox confirming you trust this application, then click Create. ChatGPT will start the OAuth flow and redirect you to sign in via your organisation's Identity Provider (SSO). Approve the consent screen to complete the connection.
Once authorized, Specter will appear in your list of connectors with its available tools listed in the More section.
Questions? Get in Touch








