chatlab-mcp-server

gamesme/chatlab-mcp-server
★ 0 stars TypeScript 💬 Communication Updated 4d ago
MCP server for ChatLab. ChatLab 的 MCP 服务器
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "chatlab-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "gamesme/chatlab-mcp-server"
      ]
    }
  }
}