right arrow User Guide

right arrow Privacy Policy

🚀 Connecting Your AI Agent to the Server

This server demo runs live on Cloudflare via the Model Context Protocol (MCP). You can connect it directly to your AI agent by following these instructions. Select your preferred connection method:

Claude: right arrow Desktop App right arrow Mobile App right arrow Website right arrow iPad App
ChatGPT: right arrow Desktop App right arrow Mobile App right arrow Website

Claude Desktop

right arrow Using Connector (easier) right arrow Using Developer Mode (advanced)

Using Connector

⚠️ Free Tier Note: Claude allows free users to connect one custom connector at a time. If you already have one active, you will need to temporarily disconnect it to try this demo. Alternatively, you can use the right arrow Developer Mode which allows multiple server connections.

  1. Open Claude Desktop.

  2. Click the Connectors icon (the + or plug symbol) inside the chat box, OR go to the menu and select Settings > Connectors > Add button on upper right. (Note: If this option is not available, you are on a free plan and already have an existing custom connector. Either remove it first or use the right arrow Developer Mode).

  3. Click Add Custom Connector.

  4. Paste the following Name field:

    SR66 MCP Server Demo
    
  5. Paste the following URL into the Remote MCP Server URL address field:

    https://sr66-mcp-server-demo-production.skyroute66.workers.dev/mcp
    
  6. Click Add.

  7. Select an authentication method and follow the prompts to log in.

    Claude Authentication

Using Developer Mode

  1. Open Claude Desktop.
  2. Go to the menu and select Settings > Developer.
  3. Click the Edit Config button.
  4. The file claude_desktop_config.json will appear in the file manager of your operating system.
  5. Right-click and open with a text editor of your choice.
  6. Find "mcpServers": { ... }.
  7. Add this inside the curly brackets:
    "SR66 MCP Server Demo": {
        "command": "npx",
        "args": [
        "mcp-remote",
        "https://sr66-mcp-server-demo-production.skyroute66.workers.dev/mcp",
        "--transport",
        "http-first",
        "--allow-http"
        ]
    }
  1. Important Save, quit, and restart Claude Desktop

  2. Select an authentication method and follow the prompts to log in. ⚠️ Note: This step must be completed within one minute. If you encounter a disconnect, quit and restart Claude Desktop.

    Claude Authentication

right arrow Back to Top of Page

Claude Mobile App

⚠️ Except for the iPad app, you must install using the right arrow Claude Website instructions first.

For the iPad App, go to right arrow Claude iPad App.

right arrow Back to Top of Page

Claude Website

⚠️ Free Tier Note: Claude allows free users to connect one custom connector at a time. If you already have one active, you will need to temporarily disconnect it to try this demo.

  1. Go to right arrow Claude Website and log in.

  2. Expand the left panel if not already shown and select Customize from the left panel OR click the Connectors icon (the + or plug symbol) inside the chat box.

  3. Click Add Custom Connector.

  4. Paste the following Name field:

    SR66 MCP Server Demo
    
  5. Paste the following URL into the Remote MCP Server URL address field:

    https://sr66-mcp-server-demo-production.skyroute66.workers.dev/mcp
    
  6. Click Add.

  7. Select an authentication method and follow the prompts to log in.

right arrow Back to Top of Page

Claude iPad App

⚠️ These instructions only apply to the mobile app on iPadOS. For Android and iOS (mobile phones), you must install on right arrow Claude Website

⚠️ Free Tier Note: Claude allows free users to connect one custom connector at a time. If you already have one active, you will need to temporarily disconnect it to try this demo.

  1. Open Claude Mobile App and log in.

  2. Tap your profile icon on the lower-left corner and scroll down to Connectors from the left panel OR click the Connectors icon (the + or plug symbol) inside the chat box.

  3. Click Add Custom Connector.

  4. Paste the following Name field:

    SR66 MCP Server Demo
    
  5. Paste the following URL into the Remote MCP Server URL address field:

    https://sr66-mcp-server-demo-production.skyroute66.workers.dev/mcp
    
  6. Click Add.

  7. Select an authentication method and follow the prompts to log in.

right arrow Back to Top of Page

ChatGPT Desktop

Install at the website first. Follow the right arrow ChatGPT Website instructions below.

right arrow Back to Top of Page

ChatGPT Mobile App

Install at the website first. Follow the right arrow ChatGPT Website instructions below.

right arrow Back to Top of Page

ChatGPT Website

⚠️ Note: ChatGPT only allows external MCP server connections for PAID account tier Plus or above. Please see right arrow ChatGPT Account Tiers. Alternatively, you may test drive this server with right arrow Claude, which allows MCP connection even at the free tier.

  1. Go to the right arrow ChatGPT Web Version and log in.

  2. Click your Profile icon > Settings.

  3. Go to Apps (or Security and login > Connectors). Click on Advanced security. Scroll down to and toggle on Developer mode.

  4. -OR- Go to Plugins > Developer mode. Toggle on Developer mode.

  5. Return to the Plugins tab. Click Browse Plugins. Click on the + sign on the upper right corner.

  6. A New Plugin dialog box will appear. Fill it in as follows:

    ChatGPT Website Plugin

  7. Optionally, you may download this logo and add it to the dialog box:

    skyRoute66 logo

  8. For the name and description fields:

    SR66 MCP Server Demo
    
  9. Paste the following URL into the Connection field:

    https://sr66-mcp-server-demo-production.skyroute66.workers.dev/mcp
    
  10. Make sure the Authentication dropdown list says OAuth.

  11. Check I understand and want to continue and click the Create button.

  12. A dialog box will appear. Click the Sign In ... button.

    ChatGPT Website Sign In to Server

  13. Select an authentication method and follow the prompts to log in.

    ChatGPT Website Authentication

  14. IMPORTANT! If ChatGPT says the SR66 tools are unavailable even though the app is connected, start a new chat and try the request again. This is a known ChatGPT issue and is NOT controlled by SR66 MCP Server Demo.

right arrow Back to Top of Page