MCP
Connect an AI assistant
Authentication and configuration for Claude, ChatGPT, Cursor and other MCP clients.
Authentication
The MCP server supports OAuth, the standard browser-based flow for remote MCP servers. When your AI tool first connects, Whazzup opens a sign-in page and then a consent screen where you explicitly allow the access. The resulting token is stored by your AI tool and refreshed automatically.
Claude
On claude.ai or Claude Desktop, open Settings → Connectors, choose Add custom connector and paste the server address. A step-by-step guide is on the Connect Claude page.
For Claude Code, Cursor or any client configured through a JSON file, use mcp-remote:
{
"mcpServers": {
"whazzup": {
"command": "npx",
"args": [
"mcp-remote",
"https://whazzup.io/mcp"
]
}
}
}ChatGPT
Enable developer mode under Settings → Apps & Connectors → Advanced settings, create a new connector and paste the server address. Details are on the Connect ChatGPT page.
Other clients
Any MCP client that supports remote servers with OAuth can connect to https://whazzup.io/mcp. Setup details vary between providers and versions, so always refer to your provider's official documentation:
- Claude Desktop and Claude Code: MCP setup documentation
- Claude.ai: Settings → Integrations → Add integration
- OpenAI / ChatGPT: MCP integration guide
- Cursor: MCP configuration guide
- Windsurf and VS Code: MCP setup instructions
