Claude Code
MCP server overview
With the Multiplayer MCP (Model Context Protocol), you can feed your copilots and AI IDEs the complete system context they need: user actions, traces, logs, requests, responses, header data, plus user annotations.
No missing data, no guesswork. Your AI tools can generate accurate fixes, tests, and features with minimal prompting.
Claude Code overview
Claude Code is an AI-powered coding assistant from Anthropic, designed to work alongside your IDE or terminal to help you write, debug, and understand code more efficiently. If you’re new to Claude Code, you can learn more and find setup instructions in the official Claude MCP documentation.
Prerequisites
If you haven't already, configure your Multiplayer session recordings by:
- Step 1: Select your session recording capture method.
- Step 2: Connect your backend services for deeper insights
Add the Multiplayer MCP server
Run this command in your terminal:
claude mcp add --transport http Multiplayer -s project https://api.multiplayer.app/v0/api/public/mcp
Verify installation
Check that the server was added:
claude list
Authentication
Within Claude Code, use the /mcp command to manage authentication:
- Type /mcp
- Select Multiplayer MCP server
- Start authorization process
Next steps
👀 If this is the first time you’ve heard about us, you may want to see full stack session recordings in action. You can do that in our free sandbox: sandbox.multiplayer.app
🚀 If you’re ready to trial Multiplayer, the fastest way to get started is to install our browser extension from the Chrome Web Store (Chrome, Firefox, and Edge supported).