Back to docs

Connecting to Willet

Willet works with any AI tool that supports MCP (Model Context Protocol). Pick yours below.

Claude Code

Run this in your terminal:

claude mcp add --transport http willet https://willet.bgenc.dev/mcp

Cursor

Run this in your terminal:

cursor --add-mcp '{"name":"willet","type":"http","url":"https://willet.bgenc.dev/mcp"}'

GitHub Copilot (VS Code)

  1. Open the Command Palette (Cmd+Shift+P on Mac, Ctrl+Shift+P on Windows/Linux).
  2. Search for "MCP: Add Server" and select it.
  3. Choose "HTTP" as the server type.
  4. Enter the Willet MCP URL when prompted:
    https://willet.bgenc.dev/mcp
  5. Give it the name "willet" and press Enter.

OpenAI Codex

Run this in your terminal:

codex mcp add willet --transport http -- https://willet.bgenc.dev/mcp

Claude (Desktop & Web)

  1. Open Claude (the desktop app or claude.ai) and go to Settings.
  2. Navigate to the "Integrations" section.
  3. Click "Add Custom Integration".
  4. Enter "Willet" as the name and the following URL:
    https://willet.bgenc.dev/mcp
  5. Save, and Willet will be available in your chats.

ChatGPT

Requires a ChatGPT Pro, Team, Enterprise, or Edu plan with Developer Mode enabled.

  1. Open ChatGPT and go to Settings.
  2. Select "Apps" from the menu, then open "Advanced".
  3. Enable Developer Mode if it isn't already.
  4. Click "Add App" and enter the Willet MCP URL:
    https://willet.bgenc.dev/mcp
  5. Save, and Willet tools will appear in your chats.

Other AI tools

Even if your AI tool isn't listed above, you can probably still use Willet. Most AI tools that support MCP can connect to Willet. Just ask your AI:

I'm trying to install Willet, an MCP tool for ticket tracking. The MCP server URL is https://willet.bgenc.dev/mcp — can you help me set it up?