Getting Started

Learn how to connect MCP servers to your AI tools and services.

Authentication

Most MCP servers on this platform require authentication. There are two ways to authenticate:

OAuth 2.0 (Recommended)

Some MCP clients (like ChatGPT or Claude) support OAuth 2.0 natively. When you add an MCP server URL, the client will automatically redirect you to login and authorize access. No manual token setup is needed.

Bearer Token

For clients that don't support OAuth, you can use a token in the Authorization header. There are two types of tokens:

  • Personal Access Token — gives access to all servers you have permission to use.
  • Server Token — scoped to a single MCP server, ideal for integrations.

Use the token in the HTTP header: Authorization: Bearer YOUR_TOKEN

Server URL

You'll find the URL for each MCP server on the MCP Servers page. Click the copy button next to any server to copy its URL. The URL format is: https://mcp.punktero.com/server-path

Client Setup

ChatGPT supports remote MCP servers with OAuth authentication natively.

  1. Enable Developer mode in SettingsAppsAdvanced settings
  2. Go to SettingsAppsCreate app
  3. Paste the MCP server URL (e.g. https://mcp.punktero.com/server-path)
  4. ChatGPT will handle OAuth authorization automatically — you'll be redirected to log in
  5. After authorizing, the server tools will be available in your conversations
Remote MCP servers in ChatGPT require a Plus, Team, or Enterprise plan with Developer mode enabled.