Connect Rocketlane MCP to Claude Code

Created by Advaith R, Modified on Wed, 10 Jun at 6:38 PM by Advaith R

  • Plan Availability
  • Essential
  • Standard
  • Premium
  • Enterprise

Rocketlane MCP (Model Context Protocol) lets your AI assistant securely access Rocketlane so you can search projects, create and update tasks, and stay on top of delivery work without switching tools.

Rocketlane MCP connects to your AI tool through an MCP server URL and uses OAuth for authentication.

TABLE OF CONTENTS


When to Use

Use Rocketlane MCP when you want to:

  • Create, update, and search tasks across projects
  • Summarize project status and flag overdue or blocked work
  • Turn customer inputs (handoff notes, discovery context, SOWs) into a structured project plan
  • Log or update time entries from your AI assistant (where supported in your setup)
  • Search users, projects, and fields so actions can be performed with the correct values

Prerequisites

Before connecting:

  • Ensure you have a Rocketlane user account and access to the projects you want to work with
  • Ensure your Rocketlane permissions allow the actions you want to perform (for example create tasks, update tasks, create time entries)
  • Ensure your AI tool supports MCP and OAuth (or supports adding MCP servers)

Claude Code

Prerequisites for Claude Code

Before registering the MCP server, ensure you have the Claude CLI installed.

Check if Claude CLI is installed:

claude --version

If you see "command not found: claude", follow the installation steps below.

Install Claude CLI

Step 1: Install Node.js (if not already installed)

On macOS (using Homebrew):

brew install node

On Windows:

  • Download from nodejs.org
  • Run the installer

On Linux (Ubuntu/Debian):

curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs

Step 2: Install Claude CLI globally

npm install -g @anthropic-ai/claude-cli

Step 3: Verify installation

claude --version

You should see the Claude CLI version number.

Register the MCP server

Run this command in your terminal:

claude mcp add --transport http rocketlane https://rocket-mcp.rl-platforms.rocketlane.com/mcp


Authorize in Claude Code

  1. Start a Claude Code session.
  2. Enter /mcp.
  3. Select Rocketlane from the MCP list.
  4. Select Authorize and complete OAuth.

After authorization, Rocketlane MCP tools are available in the session.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article

Contact our support team

Have more questions? Paid users can log in and email or chat with us.

Start your free trial