@molley/mcp-server
v0.3.0
Published
Molley MCP server for Claude Code and AI tool integrations
Readme
@molley/mcp-server
Model Context Protocol (MCP) server for integrating Molley product data with Claude Code and other AI coding tools.
Connect any MCP-capable AI to your Molley workspace: pull product overviews, feature progress, research reports, product wiki pages, outreach ideas, social media campaigns, and CRM status — by product name.
Setup
1. Generate an API Key
Go to Profile → Developer in the Molley app and create a new API key.
2. Login (one-time)
Run the interactive setup — paste your API key and you're done (your company is detected automatically):
npx @molley/mcp-server loginOr pass the key directly:
npx @molley/mcp-server login --api-key YOUR_KEY3. Add to Claude Code
claude mcp add molley -- npx @molley/mcp-serverThat's it — no env vars or flags needed after login.
CLI Commands
| Command | Description |
|---------|-------------|
| (no command) | Interactive menu (in terminal) or start server (when piped) |
| login | Save credentials (interactive prompt or --api-key flag; validated live) |
| logout | Remove saved credentials |
| config | Show current configuration |
| config --api-key <key> | Update API key |
| serve | Start MCP server explicitly |
| --help | Show help |
Environment overrides: MOLLEY_API_KEY, MOLLEY_COMPANY_ID, MOLLEY_BASE_URL.
Available Tools
Every product-scoped tool accepts either a productName (matched case-insensitively) or a projectId.
| Tool | Description |
|------|-------------|
| list_products | List all products (projects) in your workspace |
| get_product_overview | Start here — one-call report: feature counts & recent releases, research headlines, wiki pages, outreach, running social campaigns, CRM pipeline & active sequences |
| get_project | Product detail (market understanding, business model, validation, GTM) |
| list_features | Feature ideas with status/search filters (released = done/shipped) |
| get_idea | Full detail of a specific feature idea |
| list_research_reports | Research synthesis reports + interview studies (headlines) |
| get_research_report | Full report content by id + type (synthesis / study) |
| list_notes | Published product wiki pages (titles, IDs, hierarchy) |
| get_note | Full wiki page content as markdown |
| list_outreach_ideas | Sales & marketing outreach ideas, filterable by status |
| get_outreach_idea | Full detail of an outreach idea |
| list_social_campaigns | Social media campaigns (active = running now) |
| get_social_campaign | Campaign detail with all posts/content items |
| get_crm_pipeline | CRM pipeline stages with opportunities, counts, and values |
| list_crm_sequences | CRM outreach sequences (defaults to active — running right now) |
| get_crm_opportunity | Full deal detail including its sequence steps |
| get_analyzer_context | Complete product context for code analysis |
Usage with Claude Code
Once configured, you can ask Claude:
- "Give me an overview of in Molley"
- "Which features moved to done recently?"
- "What research reports do we have on ? Pull up the pricing one."
- "Is there a social campaign running right now for ?"
- "What's the CRM status for — what sequences are running?"
- "Show me the full blob for idea PROJ-42"
