MCP access is not enabled for this account… error pointing at the EnableMcp flag.
The MCP endpoint is:
Chat clients
Claude Desktop
Claude Desktop supports remote MCP servers with OAuth out of the box.- Open Settings -> Connectors -> Add custom connector.
- Give it a name (e.g.
Variable) and pastehttps://app.variable.global/mcpas the URL. - Claude Desktop opens a browser to Variable, you sign in, pick an account, and click Allow.
ChatGPT
ChatGPT supports remote MCP servers as Connectors. Under Settings -> Connectors -> Create, pastehttps://app.variable.global/mcp, complete the OAuth flow in the popup, and the Variable tools become available in any conversation where Connectors are enabled.
Microsoft Copilot Studio
Copilot Studio supports remote MCP servers as tools that can be added to an agent. In the agent’s Tools section, add a new Model Context Protocol tool, pastehttps://app.variable.global/mcp as the server URL, and complete the OAuth sign-in for your Variable account. The Variable tools then become available to anyone using that agent.
See Microsoft’s Copilot Studio MCP docs for the latest setup steps and admin requirements.
Coding clients
Claude Code
Claude Code (CLI and VS Code extension) supports remote MCP servers viaclaude mcp add:
/mcp inside Claude Code and select Authenticate for the variable server. A browser opens for the OAuth consent step. Tokens persist across sessions.
To share the server with your team via version control, commit a .mcp.json file at your project root:
Cursor
Cursor supports remote MCP servers viamcp.json:
GitHub Copilot (VS Code)
GitHub Copilot in VS Code supports remote MCP servers via.vscode/mcp.json (workspace) or the global user configuration (MCP: Open User Configuration):