Connect Claude to La Cafeteria

Add La Cafeteria as an MCP server in Claude Desktop so Claude can read our menu, hours, and location as you.

1. Add the MCP server config

Open Claude Desktop → Settings → Developer → Edit Config, then paste this into your claude_desktop_config.json.

{
  "mcpServers": {
    "la-cafeteria": {
      "command": "npx",
      "args": [
        "-y",
        "@anthropic-ai/mcp-remote",
        "https://lacafeteria.cafe/mcp"
      ]
    }
  }
}

2. Restart Claude Desktop

Save the config file and fully quit and reopen Claude. The server will appear in the developer tools list once Claude connects to it.

3. Approve the connection

The first time Claude asks La Cafeteria for data, your browser will open the La Cafeteria sign-in page and then show a consent screen.

1

Sign in

Sign in to your La Cafeteria account with Google or email. This confirms the caller is a real user.

2

Review the request

The consent screen shows the client name and the tools it wants to access: read the menu, hours, and location.

3

Approve or cancel

Click "Approve" to let Claude use La Cafeteria's tools as you, or "Cancel" to deny the request. You can remove the connection at any time by editing Claude's config.

What Claude can access

These read-only tools are available once connected. La Cafeteria never exposes order history, personal data, or write access through this integration.

  • get_menu — read the current menu items and categories.
  • get_business_hours — check today's open/closed status and weekly hours.
  • get_location — get the address, phone number, and map link.