Related Links
🚀 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 Mobile App (Connector)
→ Claude Desktop (Developer Mode)
→ ChatGPT Website (Developer Mode)
Claude Mobile App (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.
⚠️ These instructions only apply to the mobile app on iPadOS. For Android and iOS (mobile phones), you must install on Claude Website
- Open Claude Mobile App and log in.
- 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. - Follow The Claude Connector Common Steps Below.
Claude Website (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.
- Go to Claude Website and log in.
- 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. - Follow The Claude Connector Common Steps Below.
Claude Desktop (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 developer mode (below) which allows multiple server connections.
- Open Claude Desktop.
- 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 developer mode method below.) - Follow The Claude Connector Common Steps Below.
Claude Connector Common Steps
-
Click Add Custom Connector.
-
Paste the following Name field:
SR66 MCP Server Demo -
Paste the following URL into the Remote MCP Server URL address field:
https://sr66-mcp-server-demo-production.skyroute66.workers.dev/mcp -
Click Add.
-
Select an authentication method and follow the prompts to log in.

Claude Desktop (Developer Mode)
- Open Claude Desktop.
- Go to the menu and select Settings > Developer.
- Click the Edit Config button.
- The file
claude_desktop_config.jsonwill appear in the file manager of your operating system. - Right click and open with a text editor of your choice.
- Find
"mcpServers": {...}. - 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"
]
}
-
Important Save, quit and restart Claude Desktop
-
Select an authentication method and follow the prompts to log in. ⚠️ Note: This step must be completed within one minute. If you encountered a disconnect, quit and restart Claude Desktop.

ChatGPT Mobile App
⚠️ Note: ChatGPT only allows external MCP server connections to be installed on the web interface before they can be used in the mobile apps. Please follow the instructions in ChatGPT Website below.
ChatGPT Website
⚠️ Note: ChatGPT only allows external MCP server connections for paid account tier Plus or above. Please see ChatGPT Account Tiers.
-
Go to the ChatGPT Website and log in.
-
Click your Profile icon > Settings.
-
Go to Apps (or Security and login > Connectors).Click on Advanced security. Scroll down to and toggle on Developer mode.
-
-OR- Go to Plugins > Developer mode. Toggle on Developer mode.
-
Return to the Plugins tab. Click Browse Plugins. Click on the + sign on the upper right corner.
-
A New Plugin dialog box will appear. Fill it in as follow:

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

-
For the name and description fields:
SR66 MCP Server Demo -
Paste the following URL into the Connection field:
https://sr66-mcp-server-demo-production.skyroute66.workers.dev/mcp -
Make sure the Authentication dropdown list says OAuth.
-
Check I understand and want to continue and click the Create button.
-
A dialog box will appear. Click the Sign In ... button.

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

ChatGPT Desktop
Install at the website first. Follow the ChatGPT Website instructions above.