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.

Anthropic's desktop app for Claude

Anthropic's CLI agent for developers

Claude on the web with MCP support

OpenAI's chat interface

OpenAI's coding agent

AI-powered code editor

AI-powered code editor by Codeium

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

Last updated

Was this helpful?