Skip to content

MCP Reference

Claude Code

Connect the Parcel MCP server to Claude Code using the HTTP transport.

Claude Code supports remote MCP servers over HTTP. Add Parcel with one command and authenticate in the CLI.

Setup

  1. Add the Parcel server

    Run this in your terminal (HTTP transport):

    Add Parcel to Claude Code
    claude mcp add --transport http parcel https://mcp.parcelengineering.com/mcp
  2. Authenticate

    Start a Claude Code session, run /mcp, and choose Authenticate for the Parcel entry. This opens the Parcel OAuth login in your browser: sign in with Microsoft or Google, or enter your work email and the 6-digit code, then pick a workspace.

  3. Confirm it is connected

    List MCP servers
    claude mcp list

    parcel should appear with a connected status.

Verify it works

In a session, ask Claude to run search_projects. If it returns project data, the connection is working. See Available Tools for the full list of tools and their arguments.