Skip to content
Claude Desktop

easytable mcp for Claude Desktop

io.github.chrischall/easytable-mcp

easyTable restaurant reservations for Claude — availability, and create/modify/cancel bookings

client:Claude Desktop transport:stdio runtime:npm

Install easytable mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "easytable-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "easytable-mcp"
      ],
      "env": {
        "EASYTABLE_WS_PORT": "<EASYTABLE_WS_PORT>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

easytable mcp in other clients