$ timeahead.in
mcp/gamesmechatlab-mcp-server/install

install @gamesme/chatlab-mcp-server

pick your MCP client below. snippets, file paths and reload steps included.
source: extracted from upstream READMEgithub.com/gamesme/chatlab-mcp-server
paste into
macos: ~/Library/Application Support/Claude/claude_desktop_config.json
windows: %APPDATA%\Claude\claude_desktop_config.json
linux: ~/.config/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "chatlab": {
      "command": "npx",
      "args": [
        "-y",
        "chatlab-mcp"
      ],
      "env": {
        "CHATLAB_TOKEN": "clb_xxxxxxxxxxxx",
        "CHATLAB_URL": "http://127.0.0.1:5200"
      }
    }
  }
}
then: Quit Claude Desktop completely (Cmd/Ctrl+Q) and reopen it.
prefer a direct link? /mcp/gamesmechatlab-mcp-server/install/claude-desktop
← back to @gamesme/chatlab-mcp-server