MCP Integration

Connect Product Case Studies to your AI assistant for instant access to case study insights while you work.

Claude Desktop

Option 1: Via Settings

Pro/Max/Team
  1. Open Claude Desktop → Settings → Connectors
  2. Click “Add custom connector”
  3. Paste the URL: https://productcasestudies.com/api/mcp
  4. Click “Add”

Option 2: Config File (All Plans)

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "productcasestudies": {
      "command": "npx",
      "args": ["productcasestudies-mcp"]
    }
  }
}

Restart Claude Desktop after saving.

Cursor

Add to .cursor/mcp.json in your project:

{
  "mcpServers": {
    "productcasestudies": {
      "command": "npx",
      "args": ["productcasestudies-mcp"]
    }
  }
}

Other MCP Clients

For clients that support remote HTTP servers, use:

https://productcasestudies.com/api/mcp

Or run locally with: npx productcasestudies-mcp

Available Tools

search_case_studies

Search case studies by keyword, with optional category and format filters.

{ query: string, category?: string, format?: string, limit?: number }

get_case_study

Get a specific case study by its slug or ID, including full details.

{ slug: string }

get_case_study_summary

Get the AI-generated summary and key insights from a case study.

{ slug: string }

list_categories

List all categories with their case study counts.

{ }

get_random_case_studies

Get random case studies for inspiration, optionally filtered by category.

{ count?: number, category?: string }

Example Prompts

“Find case studies about freemium pricing strategies”

“Show me examples of successful product pivots”

“What can I learn from Airbnb's early growth strategy?”

“Summarize the Superhuman product-market fit case study”

“Give me 3 random case studies about product launches for inspiration”

Resources