PM-Kit
Allows interaction with Google Drive for document and file management.
Provides tools for managing issues, projects, and documents in Linear.
Provides tools for sending messages and listing channels in Slack.
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., "@PM-KitPrioritize my backlog using RICE scoring"
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.
PM-Kit
Product Management AI Toolkit - A suite of specialized AI agents and integration tools for modern Product Managers.
PM-Kit connects your AI (Claude Desktop) with your product management stack (Linear, Slack, Google Drive) using the Model Context Protocol (MCP).
🚀 Active Tools
🛠️ Core PM Agents
These agents use a built-in knowledge base of product management best practices.
Tool Name | Agent Role | Use Case |
| Discovery | User research, problem analysis, interviews |
| Strategy | PRDs, vision docs, risk assessment |
| Prioritization | RICE scoring, backlog refinement |
| Roadmap | Milestone planning, release timelines |
| MVP Scoping | Scoping minimum viable features |
| Metrics | Defining KPIs and success criteria |
| Handbook | Consult the handbook to pick the right agent |
📋 Agent Cheat Sheet (Natural Language)
You can trigger these agents in Claude using natural language.
Agent | Command Trigger | Use Case |
Product Discovery | "Discover...", "Research..." | Analyzing user problems, interviews |
Strategy | "Create strategy...", "Vision..." | Drafting PRDs, strategy docs |
Prioritization | "Prioritize...", "Rank backlog..." | RICE scoring, ordering tasks |
Roadmap | "Create roadmap...", "Plan Q1..." | Timeline planning |
MVP Scoping | "Define MVP...", "Scope..." | Defining minimum viable features |
Metrics | "Define metrics...", "KPIs..." | Success criteria |
🔌 Integration Tools
Direct actions for your workspace.
Tool Name | Integration | Description |
| Linear | Create tickets/issues directly |
| Linear | Update title, description, or priority |
| Linear | Permanently remove an issue |
| Linear | List all active projects |
| Linear | Start a new project with description |
| Linear | Update project name or description |
| Linear | Archive a project |
| Linear | List all workspace documents |
| Slack | Post messages to any channel |
| Slack | List available public channels |
Related MCP server: MCP-GET
🛠️ Setup Guide (Local Mode)
The most stable way to run PM-Kit is locally on your machine.
1. Requirements
Node.js: v18+ (verified on v22)
Claude Desktop
2. Integration API Keys
Linear API Key
Go to linear.app/settings → Security & access
Create a "Personal API key".
Slack Bot Token
Go to api.slack.com/apps → Create an App → From Scratch.
In "OAuth & Permissions", add
chat:writeandchannels:readscopes.Install to workspace and copy the "Bot User OAuth Token" (
xoxb-).
3. Claude Desktop Configuration
Open your Claude Desktop config file:
Windows:
%APPDATA%\Claude\claude_desktop_config.jsonMac:
~/Library/Application Support/Claude/claude_desktop_config.json
Add the following (update the path to match your local installation):
{
"mcpServers": {
"pm-kit": {
"command": "c:/Visual Code Projects/PM-kit/run_local.bat",
"args": [],
"env": {
"LINEAR_KEY": "lin_api_YOUR_LINEAR_KEY",
"SLACK_TOKEN": "xoxb-YOUR_SLACK_TOKEN"
}
}
}
}4. Apply Changes
Quit Claude Desktop (Right-click in system tray → Quit).
Restart Claude Desktop.
You should now see the
pm-kittools in the bottom bar!
🏗️ Development
Local Build
npm install
npm run buildTest Scripts
# Verify connection to Linear/Slack
npm run test:integrations📄 License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/gianisp/pm-kit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server