Get Started with etermax MCP
Connect your MCP client in under 2 minutes.
Choose your MCP client
Run the following command in your terminal:
claude mcp add etermax-mcp --transport http https://mcp.etermax.com/mcp
Claude Code will handle OAuth authentication automatically.
Open Settings → Developer → Edit Config and add:
{
"mcpServers": {
"etermax-mcp": {
"url": "https://mcp.etermax.com/mcp"
}
}
}
Restart Claude Desktop after saving. OAuth will open in your browser.
Run the following command:
codex mcp add etermax-mcp https://mcp.etermax.com/mcp
Codex CLI will prompt for OAuth authentication on first use.
Open Settings → MCP Servers and add a new HTTP server:
{
"mcpServers": {
"etermax-mcp": {
"url": "https://mcp.etermax.com/mcp"
}
}
}
OAuth will open in your browser when Codex connects.
Open Settings → MCP and add a new server:
{
"mcpServers": {
"etermax-mcp": {
"url": "https://mcp.etermax.com/mcp"
}
}
}
Restart Cursor after saving. OAuth will be prompted automatically.
Add to your .vscode/mcp.json or user settings:
{
"servers": {
"etermax-mcp": {
"type": "http",
"url": "https://mcp.etermax.com/mcp"
}
}
}
Enable MCP in Copilot settings if not already enabled.
Open Settings → MCP and add:
{
"mcpServers": {
"etermax-mcp": {
"url": "https://mcp.etermax.com/mcp"
}
}
}
Windsurf will handle OAuth via browser redirect.
Add to your ~/.gemini/settings.json:
{
"mcpServers": {
"etermax-mcp": {
"httpUrl": "https://mcp.etermax.com/mcp"
}
}
}
Gemini CLI uses httpUrl for streamable HTTP endpoints. OAuth will open in your browser.
Add to your opencode.json in the project root:
{
"mcp": {
"etermax-mcp": {
"type": "remote",
"url": "https://mcp.etermax.com/mcp"
}
}
}
OpenCode handles OAuth automatically for remote MCP servers.
Add to your .copilot/mcp.json in the repository root:
{
"mcpServers": {
"etermax-mcp": {
"type": "http",
"url": "https://mcp.etermax.com/mcp"
}
}
}
Used by the Copilot coding agent. For VS Code Copilot Chat, see the VS Code Copilot tab.
What happens next?
-
Your client connects to
https://mcp.etermax.com/mcp - OAuth 2.1 opens in your browser — sign in with your @etermax.com Google account
- Scopes are granted based on your access tier (admin, operator, agent, etc.)
-
Start using tools! Try:
"List all apps in the portfolio"
App-scoped access
For app-specific tool access, use the scoped URL:
https://mcp.etermax.com/etermax/trivia-crack/mcp
This auto-injects the app context into all tool calls. Replace
trivia-crack with any app slug.