- Cursor
- Visual Studio Code
- Windsurf
- Zed
Click here to install or manually update your mcp.json file with
{
"mcpServers": {
"multiplayer": {
"command": "npx -y mcp-remote https://api.multiplayer.app/v0/api/public/mcp",
"env": {}
}
}
}
- CTRL/CMDP and search for MCP: Add Server.
- Select Command (stdio)
- Enter the following configuration, and hit enter.
npx mcp-remote https://api.multiplayer.app/v0/api/public/mcp
- Enter the name Multiplayer and hit enter.
- Activate the server using MCP: List Servers and selecting Multiplayer, and selecting Start Server.
- CTRL/CMD + , to open Windsurf settings.
- Under Scroll to Cascade → MCP servers.
- Select Add Server → Add custom server
- Add the following:
{
"mcpServers": {
"multiplayer": {
"command": "npx -y mcp-remote https://api.multiplayer.app/v0/api/public/mcp",
"env": {}
}
}
}
- Press CMD, to open Zed settings.
- Add the following:
{
"context_servers": {
"multiplayer": {
"command": {
"path": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.multiplayer.app/v0/api/public/mcp"
],
"env": {}
},
"settings": {}
}
}
}