Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. MCP Christensen
MCP Christensen logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 9:20:44 PM

MCP Christensen

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).

Clayton Christensen persona agent for strategic advisory using disruption theory

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "mcp-christensen": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-christensen"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Christensen MCP Server

A Clayton Christensen persona agent for strategic advisory, implemented as an MCP (Model Context Protocol) server.

Apply disruption theory, jobs-to-be-done, and capabilities analysis to your business decisions.

What This Does

This MCP server gives Claude the ability to analyze decisions through Clayton Christensen's frameworks:

  • Jobs-to-Be-Done: What job is the customer hiring your product to do?
  • Disruption Theory: Is this sustaining or disruptive? Who are the non-consumers?
  • Capabilities-Processes-Priorities: Do you have the capability to execute?
  • Resource Dependence: What constraints do your resource providers create?

When you connect this server to Claude Desktop or Claude Code, you get a strategic advisor that thinks like Christensenβ€”asking the right questions, connecting to historical patterns, and offering theory-grounded insights with appropriate humility.

Quick Start

Installation

bash
# Clone the repository
git clone https://github.com/m2ai-mcp-servers/mcp-christensen.git
cd mcp-christensen

# Install dependencies
npm install

# Build
npm run build

Configure Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on Mac or %APPDATA%\Claude\claude_desktop_config.json on Windows):

config.json
{
  "mcpServers": {
    "christensen": {
      "command": "node",
      "args": ["/path/to/christensen-mcp/dist/index.js"]
    }
  }
}

Configure Claude Code

Add to your project's .mcp.json:

config.json
{
  "mcpServers": {
    "christensen": {
      "command": "node",
      "args": ["./path/to/christensen-mcp/dist/index.js"]
    }
  }
}

Tools

analyze_decision

Full strategic analysis using all Christensen frameworks.

Code
Use the analyze_decision tool to evaluate: Should we pursue enterprise customers or focus on SMBs?

Parameters:

  • decision (required): The business decision to analyze
  • context: Additional context about your situation
  • organization: Your org type, size, industry, current focus
  • market: Incumbents, competitors, customer segments
  • focusAreas: Specific frameworks to apply (jtbd, disruption, cpp, resource-dependence)

case_study

Explore Christensen's canonical case studies and match them to your situation.

Code
Use the case_study tool to find patterns matching: We're a low-cost entrant being ignored by incumbents

Available cases:

  • steel_minimills: Low-end disruption with asymmetric motivation
  • disk_drives: New-market disruption with different value network
  • milkshake: Jobs-to-be-done discovery through circumstance
  • honda_motorcycles: Emergent strategy through market learning
  • intel_microprocessors: Capability migration through process investment

get_framework

Learn about any Christensen framework in detail.

Code
Use the get_framework tool with framework: jtbd and detail: full

Frameworks: jtbd, disruption, cpp, resource-dependence, all Detail levels: summary, full, questions-only

Example Conversations

Strategic Decision Analysis

You: I'm trying to decide whether to build individual AI agents or invest in a factory process for creating them. Can you analyze this using Christensen's frameworks?

Claude: Uses analyze_decision tool

Let me think through this using Christensen's frameworks...

Jobs-to-Be-Done: What job are your customers hiring an AI agent to do? If they need specialized expertise (functional), confidence in the advice (emotional), and credibility (social), individual high-quality agents might serve that job better. But if they need to create their own agents quickly, the factory serves a different job entirely.

The Intel Pattern: I'm reminded of Intel's pivot from memory to microprocessors. The insight wasn't about resourcesβ€”Japanese firms could acquire those. It was about processes. Intel's chip design and manufacturing processes transferred to the new opportunity.

The question I'd ask: What processes have you developed building this first agent that could transfer to a factory? If the process is the real capability, the factory might be more valuable than any single agent.

Case Study Matching

You: We're entering a market with a simpler, cheaper product. Incumbents seem happy to ignore us.

Claude: Uses case_study tool

This matches the Steel Mini-Mills pattern closely.

The integrated steel mills were relieved to cede the rebar market to mini-millsβ€”it was low-margin work. But mini-mills improved and moved upmarket to angle iron, then structural steel, then sheet steel. At each tier, the integrated mills rationally retreated.

The theory would predict: If incumbents are happy to ignore you, that's actually a warning sign for them. The question is whether you're on an improvement trajectory that will eventually satisfy mainstream customers.

What I'd want to understand: Are you improving along dimensions that will matter to their current customers eventually?

How It Works

The MCP server provides prompt-shaping context, not deterministic logic. When you call a tool:

  1. The server structures your decision using Christensen's frameworks
  2. It matches relevant case studies and diagnostic questions
  3. It provides Christensen's voice characteristics and phrases
  4. Claude applies the reasoning with the persona's analytical approach

This design lets Claude do what it does bestβ€”nuanced reasoning and judgmentβ€”while the MCP tools ensure the analysis stays grounded in Christensen's theory.

Persona Fidelity

The agent is designed to maintain high fidelity to Christensen's actual thinking:

Must include:

  • Reference to specific frameworks (JTBD, disruption, CPP)
  • Questions about the customer's job to be done
  • Humility about predictions ("the theory suggests...")
  • Connection to historical case studies
  • Consideration of organizational constraints

Must avoid:

  • Overconfident predictions
  • Dismissing incumbents as stupid (they're rational!)
  • Generic business advice without theory grounding

Run npm test to validate outputs against these fidelity markers.

Development

bash
# Build TypeScript
npm run build

# Watch mode
npm run dev

# Run validation tests
npm test

# Test with MCP Inspector
npm run inspector

Project Structure

Code
christensen-mcp/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ index.ts                 # MCP server entry point
β”‚   β”œβ”€β”€ persona-loader.ts        # YAML persona parser
β”‚   β”œβ”€β”€ personas/
β”‚   β”‚   └── christensen.yaml     # Core persona definition
β”‚   β”œβ”€β”€ frameworks/
β”‚   β”‚   β”œβ”€β”€ types.ts             # Shared types
β”‚   β”‚   β”œβ”€β”€ jobs-to-be-done.ts   # JTBD framework
β”‚   β”‚   β”œβ”€β”€ disruption.ts        # Disruption theory
β”‚   β”‚   └── capabilities.ts      # CPP + Resource Dependence
β”‚   β”œβ”€β”€ tools/
β”‚   β”‚   β”œβ”€β”€ analyze-decision.ts  # Main analysis tool
β”‚   β”‚   β”œβ”€β”€ case-study.ts        # Case study explorer
β”‚   β”‚   └── get-framework.ts     # Framework reference
β”‚   └── validation/
β”‚       β”œβ”€β”€ fidelity-check.ts    # Output validation
β”‚       └── test-decisions.ts    # Test cases
β”œβ”€β”€ docs/
β”‚   β”œβ”€β”€ BUILD_LOG.md             # Development process journal
β”‚   └── CHRISTENSEN_SPEC.md      # Persona specification
└── dist/                        # Compiled JavaScript

Factory Pattern

This agent was built as a proof-of-concept for a persona agent factory. The BUILD_LOG.md documents the entire process so future agents can be built faster.

Key patterns extracted:

  1. Persona YAML structure: identity, voice, frameworks, validation
  2. Framework module pattern: questions, prompts, voice phrases
  3. Fidelity validation: automated testing against persona markers

Credits

Built on Clayton Christensen's work, including:

  • The Innovator's Dilemma (1997)
  • The Innovator's Solution (2003)
  • Competing Against Luck (2016)

This is an educational tool meant to help apply Christensen's publicly available frameworks. It is not affiliated with or endorsed by the Christensen Institute.

License

MIT


Built with Claude Code as a demonstration of MCP server development and persona agent architecture.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Hypertool MCP logoHypertool MCP

    Dynamically expose tools from proxied servers based on an Agent Persona

    πŸ’» Developer Tools1 views
    Compare vs Hypertool MCP β†’
  • T
    Tldraw

    Draw and visually collaborate with your agents on tldraw's canvas.

    πŸ’» Developer Tools0 views
    Compare vs Tldraw β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Christensen

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "mcp-christensen": { "command": "npx", "args": ["-y", "mcp-christensen"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Christensen AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mcp-christensen?style=directory)](https://allmcps.com/mcp/mcp-christensen)
HTML Embed
<a href="https://allmcps.com/mcp/mcp-christensen"><img src="https://allmcps.com/api/badge/mcp-christensen?style=directory" alt="MCP Christensen on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
31Quality signal: Emerging Β· 31/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools11/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to MCP Christensen β†’Install in Claude DesktopInstall in CursorInstall in VS Code