How to connect OneTap Check-in with ChatGPT or Claude (using MCP)
We’ve set up a custom Model Context Protocol (MCP) connector that makes it super easy to integrate our platform. Here is a quick step-by-step guide on how to add our endpoint ([https://api.onetapcheckin.com/mcp](https://api.onetapcheckin.com/mcp)) to both ChatGPT and Claude.
How to Add to ChatGPT
- Open ChatGPT and navigate to Settings > Apps > Advanced settings.
- Toggle on Developer mode.
- Click the Create app button next to the Advanced settings.
- Input our MCP URL:
[https://api.onetapcheckin.com/mcp](https://api.onetapcheckin.com/mcp). - Ensure the protocol is set to SSE / streaming HTTP, configure your authentication if needed, and hit save.
The OneTap connector will now be available in your Developer Mode tools during conversations!
How to Add to Claude
For Claude Web (Paid/Max users):
- Go to your account Settings > Integrations.
- Click on + Add Custom Integration.
- Give it a name (like “OneTap CheckIn”) and paste our URL:
[https://api.onetapcheckin.com/mcp](https://api.onetapcheckin.com/mcp). - Save it, and Claude will automatically recognize the new tools!
For Claude Desktop (Free & Pro users):
- Locate your Claude configuration file on your computer:
- Mac:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- Open the file and add the following snippet inside your
mcpServersobject:JSON"onetap-mcp": { "command": "npx", "args": ["-y", "mcp-remote", "https://api.onetapcheckin.com/mcp"] }
`3. Restart your Claude Desktop app to load the configuration.
Let us know what cool automated workflows you build with this! ![]()
MCP Servers Explained for Claude, ChatGPT & Cursor
This video provides a great beginner-friendly breakdown of what MCP servers are and how they connect AI models like Claude and ChatGPT to external tools.`