rocketlane-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@rocketlane-mcpShow me all active projects and their health status."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
rocketlane-mcp
An MCP server that exposes your Rocketlane CSM data to Claude and other MCP-compatible AI clients. Ask questions about project health, team workload, tasks, and generate weekly reviews — without leaving your AI assistant.
Tools
Tool | Description |
| All active projects with status, CSM owner, and progress % |
| Per-CSM active project count and overdue task count |
| Recent project updates (scope by project or all, configurable lookback window) |
| All tasks across active projects — filter by project or assignee name |
| All active team members with user ID and email |
| Parse meeting notes into structured task drafts for review |
| Create confirmed tasks in Rocketlane (call after |
| Create a new Rocketlane project |
| Generate a weekly CS review doc and push it to Lark Docs (optional — requires Lark credentials) |
Related MCP server: SmartSuite MCP Server
Quickstart
Claude Desktop (recommended)
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"rocketlane-csm": {
"command": "uvx",
"args": ["rocketlane-mcp"],
"env": {
"ROCKETLANE_API_KEY": "your_rocketlane_api_key_here",
"ROCKETLANE_BASE_URL": "https://api.rocketlane.com/api/1.0"
}
}
}
}Restart Claude Desktop. No separate install step needed — uvx fetches and runs the package automatically.
Install via pip
pip install rocketlane-mcpThen run:
ROCKETLANE_API_KEY=your_key rocketlane-mcpOr create a .env file (see .env.example) and run rocketlane-mcp directly.
Configuration
Variable | Required | Description |
| Yes | Your Rocketlane API key (Settings → Integrations → API) |
| Yes |
|
| No | Lark app ID — only needed for |
| No | Lark app secret |
| No | Lark folder token where review docs will be created |
Example prompts
"Show me all active projects and their health status."
"Which CSM has the most overdue tasks this week?"
"What updates have been posted in the last 3 days?"
"Parse these meeting notes and create tasks for the team: ..."
"Push this week's CS review to Lark."
Development
git clone https://github.com/minhlecsm/rocketlane-mcp
cd rocketlane-mcp
pip install -e '.[dev]'
cp .env.example .env # fill in your credentials
pytestLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables AI assistants to interact with ClickUp's task management API for core project workflows, supporting operations like task creation, updates, search, assignment, and team analytics through natural language.Last updated283MIT
- Alicense-quality-maintenanceEnables interaction with SmartSuite workspace data through natural language, providing 6 tools for querying, managing records, exploring schemas, and performing operations with human-readable field names across 10+ configured table types including projects, tasks, clients, and schedules.Last updated
- AlicenseBqualityDmaintenanceEnables AI assistants to query and manage PingCode project management data, including work items, releases, bugs, and requirements through natural language interactions.Last updated9144MIT

Coddie MCP Serverofficial
Alicense-qualityDmaintenanceSecure read-only access to Coddie project planning data, enabling AI assistants to manage and query projects, phases, and steps.Last updated31MIT
Related MCP Connectors
Your AI copilot for customer onboarding — projects, KPIs, tasks, and safe writes.
Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.
Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/minhlecsm/rocketlane-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server