Ever wanted to ask Elon Musk about first principles? Get Warren Buffett's take on your investment? Have Steve Jobs roast your product design? Get Paul Graham and Marc Andreessen to debate your startup idea? Now you can. With Party Mode, multiple legends can discuss your questions together! Claude Code (~/.claude/settings.json): That's it. No API key needed. Restart Claude Code and start chatting!
Add this skill
npx mdskills install cryptosquanch/legends-mcpInnovative persona-based MCP with rich capabilities but permissions far exceed needs
1# 🏛️ Legends MCP23[](https://www.npmjs.com/package/legends-mcp)4[](https://opensource.org/licenses/MIT)56> **Chat with legendary founders & investors in Claude. No API key required!**78Ever wanted to ask Elon Musk about first principles? Get Warren Buffett's take on your investment? Have Steve Jobs roast your product design? Get Paul Graham and Marc Andreessen to **debate** your startup idea?910**Now you can.** With Party Mode, multiple legends can discuss your questions together!1112---1314## ✨ What's New in v1.41516| Feature | Description |17|---------|-------------|18| 🎭 **Party Mode** | Multiple legends discuss your question together |19| 🔮 **Smart Suggest** | Proactively recommends relevant legends |20| 🎯 **Auto Match** | Deep analysis of which legends fit your topic |21| 🔒 **Security Fixes** | Prompt injection protection, input sanitization |2223---2425## 🚀 Quick Start2627**Claude Code** (`~/.claude/settings.json`):28```json29{30 "mcpServers": {31 "legends": {32 "command": "npx",33 "args": ["legends-mcp"]34 }35 }36}37```3839**That's it.** No API key needed. Restart Claude Code and start chatting!4041---4243## 🎭 Party Mode - Multi-Legend Discussions4445Ask complex questions and get perspectives from multiple legends:4647```48You: "How should I approach raising my seed round?"4950Claude: *Activates Party Mode with Paul Graham, Marc Andreessen, and Bill Gurley*5152Paul Graham: "The best fundraising advice is: make something people want first.53Don't optimize for raising money. Optimize for building something users love..."5455Marc Andreessen: "Software is eating the world, and VCs know it. Show us56the market size. Show us why NOW is the time..."5758Bill Gurley: "Valuation is a vanity metric. What matters is finding partners59who truly understand your business..."60```6162### When Party Mode Activates63- Complex questions with multiple valid perspectives64- "Pros and cons" or "different viewpoints" requests65- Debates between different schools of thought66- Questions matching 2+ legends' expertise6768---6970## 🔮 Smart Suggest - Proactive Recommendations7172The `suggest` tool analyzes your question and returns **ready-to-execute actions**:7374```75User: "How do I build a crypto exchange?"7677suggest() returns:78┌─────────────────────────────────────────────────┐79│ primary_action: { │80│ tool: "party_mode", │81│ params: { │82│ question: "How do I build a crypto exchange"│83│ legends: ["cz-binance", "brian-armstrong"] │84│ } │85│ } │86│ │87│ suggested_actions: [ │88│ { tool: "party_mode", ... }, │89│ { tool: "summon_legend", id: "cz-binance" }, │90│ { tool: "summon_legend", id: "brian-armstrong"│91│ { tool: "auto_match", ... } │92│ ] │93└─────────────────────────────────────────────────┘9495Claude picks the best option and executes it!96```9798---99100## 👥 The Council of Legends (36 Total)101102### 🚀 Tech Titans103| Legend | Specialty |104|--------|-----------|105| **Elon Musk** | First principles, physics thinking, building the impossible |106| **Steve Jobs** | Product design, reality distortion, user experience |107| **Jeff Bezos** | Day 1 thinking, customer obsession, long-term vision |108| **Jensen Huang** | GPUs, AI infrastructure, CUDA everything |109| **Satya Nadella** | Enterprise transformation, cloud, culture change |110111### 💰 Legendary Investors112| Legend | Specialty |113|--------|-----------|114| **Warren Buffett** | Value investing, compound interest, circle of competence |115| **Charlie Munger** | Mental models, multidisciplinary thinking, inversion |116| **Ray Dalio** | Principles, radical transparency, macro investing |117| **Peter Thiel** | Zero to one, contrarian bets, monopolies |118| **Marc Andreessen** | Software eating world, venture capital, tech optimism |119120### 🌱 Startup Sages121| Legend | Specialty |122|--------|-----------|123| **Paul Graham** | Essays, YC wisdom, making things people want |124| **Sam Altman** | Startups, AI/AGI, scaling companies |125| **Naval Ravikant** | Wealth creation, leverage, specific knowledge |126| **Reid Hoffman** | Network effects, blitzscaling, LinkedIn |127| **Brian Chesky** | Design thinking, Airbnb, company culture |128129### ⛓️ Crypto Builders130| Legend | Specialty |131|--------|-----------|132| **CZ (Changpeng Zhao)** | Exchange building, BUIDL, global expansion |133| **Vitalik Buterin** | Ethereum, smart contracts, crypto philosophy |134| **Anatoly Yakovenko** | Solana, proof of history, performance |135| **Balaji Srinivasan** | Network state, crypto predictions, tech trends |136137*...and 17 more legends including Tim Ferriss, Gary Vaynerchuk, Tobi Lütke, and others!*138139---140141## 🛠️ All Tools142143| Tool | Purpose | Example |144|------|---------|---------|145| `suggest` | 🔮 Proactive recommendations | Analyzes your question, suggests best legend(s) |146| `party_mode` | 🎭 Multi-legend discussion | Get 2-5 legends to discuss together |147| `summon_legend` | 👤 Single legend advice | Channel one legend's perspective |148| `auto_match` | 🎯 Deep legend discovery | Detailed analysis of which legends fit |149| `list_legends` | 📋 Browse all legends | See all 36 available legends |150| `search_legends` | 🔍 Find by keyword | Search by expertise, name, or topic |151| `get_legend_context` | 📖 Deep dive | Get frameworks, principles, examples |152| `get_legend_insight` | 💡 Quick wisdom | Get a concise insight on any topic |153154---155156## 🔒 Security157158v1.3+ includes security hardening:159160- ✅ **Prompt injection protection** - User context isolated from system prompts161- ✅ **Input sanitization** - Detects and neutralizes injection attempts162- ✅ **Safe output encoding** - JSON encoding prevents markdown injection163- ✅ **No CWD loading** - Only loads bundled legends (opt-in for custom)164- ✅ **No external APIs** - Zero network requests, zero data leakage165166---167168## 📊 How It Works169170```171┌─────────────────────────────────────────────────────────────┐172│ ARCHITECTURE │173├─────────────────────────────────────────────────────────────┤174│ │175│ User Question │176│ │ │177│ ▼ │178│ ┌──────────────────┐ │179│ │ suggest() │ ← Analyzes question │180│ │ "Who can help?" │ │181│ └────────┬─────────┘ │182│ │ │183│ ▼ │184│ ┌──────────────────┐ ┌──────────────────┐ │185│ │ party_mode() │ OR │ summon_legend() │ │186│ │ (multi-legend) │ │ (single legend) │ │187│ └────────┬─────────┘ └────────┬─────────┘ │188│ │ │ │189│ ▼ ▼ │190│ ┌──────────────────────────────────────────────┐ │191│ │ legends/*.yaml │ │192│ │ (36 bundled persona files - NO API calls!) │ │193│ └──────────────────────────────────────────────┘ │194│ │ │195│ ▼ │196│ Claude adopts persona(s) and responds in character! │197│ │198└─────────────────────────────────────────────────────────────┘199```200201**Zero external APIs. Zero API keys. Just Claude + persona data.**202203---204205## 🎯 Usage Examples206207### Get startup advice from multiple perspectives208```209"What's the most important thing for a first-time founder?"210→ Party Mode: Paul Graham + Sam Altman + Brian Chesky discuss211```212213### Deep dive on investing214```215"Should I invest in Bitcoin?"216→ Warren Buffett (skeptic) vs Balaji (bull) debate217```218219### Technical decisions220```221"How do I scale my database?"222→ Summon Jeff Bezos for Day 1 / SOA thinking223```224225### Life advice226```227"How do I build wealth?"228→ Naval Ravikant on leverage, specific knowledge, equity229```230231---232233## ⚙️ Environment Variables234235| Variable | Default | Description |236|----------|---------|-------------|237| `LEGENDS_MCP_LEGENDS_DIR` | (bundled) | Custom legends directory |238| `LEGENDS_MCP_ALLOW_CWD` | `false` | Allow loading from current directory |239| `LEGENDS_MCP_DEBUG` | `false` | Enable debug logging |240241---242243## ⚠️ Disclaimers244245```246⚠️ NOT affiliated with, endorsed by, or representative of any real individual247⚠️ NOT financial, legal, or professional advice248⚠️ AI personas for EDUCATIONAL and ENTERTAINMENT purposes only249⚠️ Based on publicly available information, speeches, and writings250⚠️ Always do your own research (DYOR)251```252253The views expressed by these AI personas are **generated interpretations**, not actual statements from the real people.254255---256257## 🤝 Contributing258259Want to add a legend? PRs welcome!260261Each legend needs:262- `legends/<name>/skill.yaml` with identity, voice, principles, patterns263- Authentic voice based on public knowledge264- Clear guardrails (things they'd never say)265266See existing legends for examples.267268---269270## 📄 License271272MIT - Use freely, but include the disclaimers.273274---275276<p align="center">277 <b>🏛️ "The best time to get advice from a legend was 20 years ago.<br>The second best time is now."</b>278</p>279280<p align="center">281 <a href="https://www.npmjs.com/package/legends-mcp">npm</a> •282 <a href="https://github.com/cryptosquanch/legends-mcp">GitHub</a> •283 <a href="https://glama.ai/mcp/servers/legends-mcp">Glama</a>284</p>285
Full transparency — inspect the skill content before installing.