Overview
Add your Barndoor ToolIQ endpoint found here to your favorite chat client. If you’re not already logged in, you’ll be redirected to Barndoor to authenticate and authorize the MCP servers you want to access.If you ever want to see what servers you’re connected to, click here.
Connect Your Chat Client
Select your preferred AI chat client below to see detailed connection instructions:Claude
Claude

Prerequisites:
- Active Claude account (Pro, Max, Team, or Enterprise plan)
- Universal Barndoor URL
Connection Steps
Follow the official guide for connecting to remote MCP servers for step-by-step instructions.- Pro / Max
- Team / Enterprise (Owner)
- Team / Enterprise (Member)
1
Open Settings
Navigate to Settings > Connectors.
2
Add Custom Connector
Click “Add custom connector” at the bottom of the Connectors section.
3
Configure Connection
Enter your MCP server URL (e.g.,
https://{{your-org}}.platform.barndoor.ai/mcp/mcp).Optionally, click “Advanced settings” to provide an OAuth Client ID and OAuth Client Secret for your server.4
Finish
Click “Add” to save your connector.
5
Use in Conversations
Start a new conversation — Claude will have access to your connector’s tools and data.
ChatGPT
ChatGPT

Prerequisites:
- ChatGPT Plus or Enterprise account
- MCP server OpenAPI schema
Custom GPT with Actions
Follow the official guide for connecting to remote MCP servers.1
Create Custom GPT
Go to ChatGPT and navigate to Settings → Apps → Create App.
2
Provide the metadata for your App
- Name – a user-facing title such as Kanban board.
- Description – explain what the connector does and when to use it. The model uses this text during discovery.
- MCP server URL – the public /mcp endpoint of your server (for example https://abc123.ngrok.app/mcp).
3
Test & Publish
Click Create. If the connection succeeds you will see a list of the tools your server advertises. If it fails, refer to the Testing guide to debug your app with MCP Inspector or the API Playground.
Cursor IDE
Cursor IDE

Prerequisites:
- Cursor IDE installed
- MCP server URL and API key
1
Open Settings
Go to Cursor → Settings (or
Cmd/Ctrl + ,)2
Find MCP Configuration
Navigate to Extensions → MCP or search for “MCP” in settings
3
Add Server
Click Add MCP Server and configure:
4
Restart Cursor
Restart Cursor to apply changes
VS Code
VS Code

Prerequisites:
- Visual Studio Code installed
- VS Code version with MCP support enabled
Connection Steps
1
Open VS Code Settings
Open the Command Palette (
Cmd/Ctrl + Shift + P) and select Preferences: Open Settings (JSON).2
Configure MCP Server
Add your MCP server configuration to
settings.json:3
Authenticate
Authorize Barndoor and Sign in when prompted.
4
Reload Window
Reload VS Code to activate the MCP connection.
Troubleshooting
Connection Failed
Connection Failed
- Verify your server URL is correct and accessible
- Check that authentication credentials are valid
- Ensure your MCP server is running and responding to requests
- Check firewall settings if using a self-hosted server
Tools Not Appearing
Tools Not Appearing
- Confirm the MCP server is properly registered
- Verify the server’s tools are correctly defined in its schema
- Try disconnecting and reconnecting the server
- Clear cache and restart the client application
Authentication Errors
Authentication Errors
- Double-check API keys or tokens
- Verify authentication method matches your server’s requirements
- Check if tokens have expired and need renewal
- Ensure proper scopes/permissions are granted
Security Best Practices
- Use environment variables for sensitive credentials
- Implement proper authentication and authorization
- Use HTTPS for all MCP server connections
- Regularly rotate API keys and tokens
- Monitor Barndoor server logs