Skip to content
Get Started

MCP

The Model Context Protocol (MCP) server provides a standardized interface that allows any compatible AI model or agent to access your FirstLook data in a simple and secure way.

  • Server-sent eventshttps://mcp.firstlook.gg/sse
  1. Read about Risk and safety related to using custom MCP servers with ChatGPT.
  2. Enable Developer Mode
    1. Go to Settings > Apps & Connectors > Advanced Settings
    2. Toggle on Developer Mode
  3. Create a new connector
    1. Go to Settings > Apps & Connectors
    2. Click on Create (top right)
    3. Fill in the following information:
      • Name: FirstLook
      • MCP Server URL: https://mcp.firstlook.gg/sse
      • Authentication: OAuth
      • Hit Create

Once connected, ChatGPT can pull the same FirstLook resources and record actions, keeping your playtest workflow aligned across both assistants.

  1. Open ~/Library/Application Support/Claude/claude_desktop_config.json in a text editor.
  2. Add or merge the following configuration, then restart the Claude desktop app:
{
"mcpServers": {
"firstlook": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.firstlook.gg/sse"]
}
}
}
  1. Launch Claude Desktop, login with your FirstLook account and approve the FirstLook tools when prompted.