# Overview

Setting up EdgeTag MCP takes less than 2 minutes in any supported AI application. The process is the same everywhere:

1. Add the EdgeTag MCP server URL to your AI app's configuration
2. Start a conversation - the app will open a browser window for you to log in
3. Authenticate with your EdgeTag account
4. Start asking questions about your data

### Connection details

| Property           | Value                             |
| ------------------ | --------------------------------- |
| **Server URL**     | `https://mcp.edgetag.io/sse`      |
| **Transport**      | Server-Sent Events (SSE)          |
| **Authentication** | OAuth 2.0 (automatic via browser) |

### First connection

When you first use an EdgeTag tool, your AI app will open a browser window where you log in with your EdgeTag account. After authentication, you are connected and all tools become available. Access tokens refresh automatically, so you typically only need to log in once.

### Supported applications

EdgeTag MCP works with any application that supports the MCP protocol. Below are step-by-step guides for the most popular ones, but if your AI app supports MCP with SSE transport, you can connect it using the server URL above.

|                                                                               |                                      |
| ----------------------------------------------------------------------------- | ------------------------------------ |
| [**Claude Desktop**](https://docs.edgetag.io/mcp/installation/claude-desktop) | Anthropic's desktop app for Claude   |
| [**Claude Code**](https://docs.edgetag.io/mcp/installation/claude-code)       | Anthropic's CLI agent for developers |
| [**Claude Cowork**](https://docs.edgetag.io/mcp/installation/claude-cowork)   | Claude on the web with MCP support   |
| [**ChatGPT**](https://docs.edgetag.io/mcp/installation/chatgpt)               | OpenAI's chat interface              |
| [**Codex**](https://docs.edgetag.io/mcp/installation/codex)                   | OpenAI's coding agent                |
| [**Cursor**](https://docs.edgetag.io/mcp/installation/cursor)                 | AI-powered code editor               |
| [**Windsurf**](https://docs.edgetag.io/mcp/installation/windsurf)             | AI-powered code editor by Codeium    |
| [**Copilot**](https://docs.edgetag.io/mcp/installation/copilot)               | GitHub Copilot in VS Code            |

### Troubleshooting

| Problem                           | Solution                                                                |
| --------------------------------- | ----------------------------------------------------------------------- |
| "Invalid token" error             | Use the `revokeToken` tool, then restart your AI app to re-authenticate |
| Tools not appearing               | Verify the MCP connection is active in your app's MCP settings panel    |
| Browser login window doesn't open | Check that your app has permission to open URLs and try restarting      |
