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 endpoints
Section titled “Server endpoints”- Server-sent events –
https://mcp.firstlook.gg/sse
ChatGPT
Section titled “ChatGPT”- Read about Risk and safety related to using custom MCP servers with ChatGPT.
- Enable Developer Mode
- Go to
Settings > Apps & Connectors > Advanced Settings - Toggle on
Developer Mode
- Go to
- Create a new connector
- Go to
Settings > Apps & Connectors - Click on
Create(top right) - Fill in the following information:
- Name:
FirstLook - MCP Server URL:
https://mcp.firstlook.gg/sse - Authentication:
OAuth - Hit
Create
- Name:
- Go to
Once connected, ChatGPT can pull the same FirstLook resources and record actions, keeping your playtest workflow aligned across both assistants.
Claude
Section titled “Claude”Claude Desktop (Free or Pro)
Section titled “Claude Desktop (Free or Pro)”- Open
~/Library/Application Support/Claude/claude_desktop_config.jsonin a text editor. - 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"] } }}- Launch Claude Desktop, login with your FirstLook account and approve the FirstLook tools when prompted.