rocketlane-mcp
Enables AI assistants to query Rocketlane CSM data for project health, team workload, tasks, and generate weekly reviews.
README
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 |
|---|---|
get_projects_snapshot |
All active projects with status, CSM owner, and progress % |
get_csm_workload |
Per-CSM active project count and overdue task count |
get_project_updates |
Recent project updates (scope by project or all, configurable lookback window) |
get_all_tasks |
All tasks across active projects — filter by project or assignee name |
get_team_members |
All active team members with user ID and email |
parse_tasks_from_notes |
Parse meeting notes into structured task drafts for review |
create_tasks |
Create confirmed tasks in Rocketlane (call after parse_tasks_from_notes) |
create_project |
Create a new Rocketlane project |
push_weekly_review_to_lark |
Generate a weekly CS review doc and push it to Lark Docs (optional — requires Lark credentials) |
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-mcp
Then run:
ROCKETLANE_API_KEY=your_key rocketlane-mcp
Or create a .env file (see .env.example) and run rocketlane-mcp directly.
Configuration
| Variable | Required | Description |
|---|---|---|
ROCKETLANE_API_KEY |
Yes | Your Rocketlane API key (Settings → Integrations → API) |
ROCKETLANE_BASE_URL |
Yes | https://api.rocketlane.com/api/1.0 |
LARK_APP_ID |
No | Lark app ID — only needed for push_weekly_review_to_lark |
LARK_APP_SECRET |
No | Lark app secret |
LARK_FOLDER_TOKEN |
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
pytest
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.