@productmanagerhub/mcp-client
v1.0.2
Published
MCP client for ProductManagerHub — strategic AI for product leaders. Connects Claude Desktop, Cursor, and other MCP clients to curated product leadership knowledge.
Maintainers
Readme
ProductManagerHub MCP Client
Thin MCP client that connects Claude Desktop, Cursor, and other MCP-compatible tools to the ProductManagerHub knowledge base.
Quick Start
1. Install
npm install -g @productmanagerhub/mcp-client2. Get Your API Key
Sign up at productmanagementhub.io and get your API key from the dashboard.
3. Configure Claude Desktop
Add to your Claude Desktop config:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"productmanagerhub": {
"command": "pmhub-mcp",
"env": {
"PMHUB_API_KEY": "pmhub_your_key_here"
}
}
}
}4. Restart Claude Desktop
That's it. You can now ask Claude strategic product management questions backed by real outcomes data.
What You Get
Tools
ai_readiness_assessment — Evaluate if your org is ready to build AI features. Returns a readiness score with specific recommendations based on patterns from 30+ B2B SaaS companies.
compare_frameworks — Compare product management frameworks (Build vs Buy, RICE, AI Feature Sequencing, etc.) with real outcomes data and failure patterns from 100+ product leaders.
Resources
Access curated frameworks including:
- Build vs Buy Analysis
- AI Feature Sequencing
- RICE Prioritization (Enhanced with failure patterns)
- AI Readiness Assessment
- Executive AI Briefing
- Portfolio Optimization
Example Queries
Try asking Claude:
- "Should we build or buy AI features? We have 5 engineers, 6-month timeline, $200K budget."
- "Compare RICE and AI Feature Sequencing frameworks for prioritizing our AI roadmap."
- "Assess our AI readiness: B2B SaaS, 12 engineers, no ML experience, 3-month deadline."
- "What's the right sequence for shipping AI features in a B2B SaaS product?"
Configuration
| Environment Variable | Required | Description |
|---|---|---|
| PMHUB_API_KEY | Yes | Your ProductManagerHub API key |
| PMHUB_API_URL | No | Custom API URL (default: https://productmanagementhub.io/api/mcp) |
Plans
| Plan | Queries | Price | |---|---|---| | Free Trial | 10/month | $0 | | Professional | Unlimited | $99/month | | Team (5-10 users) | Unlimited | $599/month |
Support
- Email: [email protected]
- Website: productmanagementhub.io
License
MIT
