legends-mcp
Chat with legendary founders & investors via MCP. 36 AI personas including Elon Musk, Warren Buffett, Steve Jobs, CZ, and more. No API key required - Claude does the roleplay!
๐๏ธ Legends MCP
Chat with legendary founders & investors in Claude. No API key required!
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!
โจ What's New in v1.4
| Feature | Description |
|---|---|
| ๐ญ Party Mode | Multiple legends discuss your question together |
| ๐ฎ Smart Suggest | Proactively recommends relevant legends |
| ๐ฏ Auto Match | Deep analysis of which legends fit your topic |
| ๐ Security Fixes | Prompt injection protection, input sanitization |
๐ Quick Start
Claude Code (~/.claude/settings.json):
{
"mcpServers": {
"legends": {
"command": "npx",
"args": ["legends-mcp"]
}
}
}
That's it. No API key needed. Restart Claude Code and start chatting!
๐ญ Party Mode - Multi-Legend Discussions
Ask complex questions and get perspectives from multiple legends:
You: "How should I approach raising my seed round?"
Claude: *Activates Party Mode with Paul Graham, Marc Andreessen, and Bill Gurley*
Paul Graham: "The best fundraising advice is: make something people want first.
Don't optimize for raising money. Optimize for building something users love..."
Marc Andreessen: "Software is eating the world, and VCs know it. Show us
the market size. Show us why NOW is the time..."
Bill Gurley: "Valuation is a vanity metric. What matters is finding partners
who truly understand your business..."
When Party Mode Activates
- Complex questions with multiple valid perspectives
- "Pros and cons" or "different viewpoints" requests
- Debates between different schools of thought
- Questions matching 2+ legends' expertise
๐ฎ Smart Suggest - Proactive Recommendations
The suggest tool analyzes your question and returns ready-to-execute actions:
User: "How do I build a crypto exchange?"
suggest() returns:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ primary_action: { โ
โ tool: "party_mode", โ
โ params: { โ
โ question: "How do I build a crypto exchange"โ
โ legends: ["cz-binance", "brian-armstrong"] โ
โ } โ
โ } โ
โ โ
โ suggested_actions: [ โ
โ { tool: "party_mode", ... }, โ
โ { tool: "summon_legend", id: "cz-binance" }, โ
โ { tool: "summon_legend", id: "brian-armstrong"โ
โ { tool: "auto_match", ... } โ
โ ] โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Claude picks the best option and executes it!
๐ฅ The Council of Legends (36 Total)
๐ Tech Titans
| Legend | Specialty |
|---|---|
| Elon Musk | First principles, physics thinking, building the impossible |
| Steve Jobs | Product design, reality distortion, user experience |
| Jeff Bezos | Day 1 thinking, customer obsession, long-term vision |
| Jensen Huang | GPUs, AI infrastructure, CUDA everything |
| Satya Nadella | Enterprise transformation, cloud, culture change |
๐ฐ Legendary Investors
| Legend | Specialty |
|---|---|
| Warren Buffett | Value investing, compound interest, circle of competence |
| Charlie Munger | Mental models, multidisciplinary thinking, inversion |
| Ray Dalio | Principles, radical transparency, macro investing |
| Peter Thiel | Zero to one, contrarian bets, monopolies |
| Marc Andreessen | Software eating world, venture capital, tech optimism |
๐ฑ Startup Sages
| Legend | Specialty |
|---|---|
| Paul Graham | Essays, YC wisdom, making things people want |
| Sam Altman | Startups, AI/AGI, scaling companies |
| Naval Ravikant | Wealth creation, leverage, specific knowledge |
| Reid Hoffman | Network effects, blitzscaling, LinkedIn |
| Brian Chesky | Design thinking, Airbnb, company culture |
โ๏ธ Crypto Builders
| Legend | Specialty |
|---|---|
| CZ (Changpeng Zhao) | Exchange building, BUIDL, global expansion |
| Vitalik Buterin | Ethereum, smart contracts, crypto philosophy |
| Anatoly Yakovenko | Solana, proof of history, performance |
| Balaji Srinivasan | Network state, crypto predictions, tech trends |
...and 17 more legends including Tim Ferriss, Gary Vaynerchuk, Tobi Lรผtke, and others!
๐ ๏ธ All Tools
| Tool | Purpose | Example |
|---|---|---|
suggest | ๐ฎ Proactive recommendations | Analyzes your question, suggests best legend(s) |
party_mode | ๐ญ Multi-legend discussion | Get 2-5 legends to discuss together |
summon_legend | ๐ค Single legend advice | Channel one legend's perspective |
auto_match | ๐ฏ Deep legend discovery | Detailed analysis of which legends fit |
list_legends | ๐ Browse all legends | See all 36 available legends |
search_legends | ๐ Find by keyword | Search by expertise, name, or topic |
get_legend_context | ๐ Deep dive | Get frameworks, principles, examples |
get_legend_insight | ๐ก Quick wisdom | Get a concise insight on any topic |
๐ Security
v1.3+ includes security hardening:
- โ Prompt injection protection - User context isolated from system prompts
- โ Input sanitization - Detects and neutralizes injection attempts
- โ Safe output encoding - JSON encoding prevents markdown injection
- โ No CWD loading - Only loads bundled legends (opt-in for custom)
- โ No external APIs - Zero network requests, zero data leakage
๐ How It Works
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ ARCHITECTURE โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ โ
โ User Question โ
โ โ โ
โ โผ โ
โ โโโโโโโโโโโโโโโโโโโโ โ
โ โ suggest() โ โ Analyzes question โ
โ โ "Who can help?" โ โ
โ โโโโโโโโโโฌโโโโโโโโโโ โ
โ โ โ
โ โผ โ
โ โโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโ โ
โ โ party_mode() โ OR โ summon_legend() โ โ
โ โ (multi-legend) โ โ (single legend) โ โ
โ โโโโโโโโโโฌโโโโโโโโโโ โโโโโโโโโโฌโโโโโโโโโโ โ
โ โ โ โ
โ โผ โผ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โ legends/*.yaml โ โ
โ โ (36 bundled persona files - NO API calls!) โ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โ โ
โ โผ โ
โ Claude adopts persona(s) and responds in character! โ
โ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Zero external APIs. Zero API keys. Just Claude + persona data.
๐ฏ Usage Examples
Get startup advice from multiple perspectives
"What's the most important thing for a first-time founder?"
โ Party Mode: Paul Graham + Sam Altman + Brian Chesky discuss
Deep dive on investing
"Should I invest in Bitcoin?"
โ Warren Buffett (skeptic) vs Balaji (bull) debate
Technical decisions
"How do I scale my database?"
โ Summon Jeff Bezos for Day 1 / SOA thinking
Life advice
"How do I build wealth?"
โ Naval Ravikant on leverage, specific knowledge, equity
โ๏ธ Environment Variables
| Variable | Default | Description |
|---|---|---|
LEGENDS_MCP_LEGENDS_DIR | (bundled) | Custom legends directory |
LEGENDS_MCP_ALLOW_CWD | false | Allow loading from current directory |
LEGENDS_MCP_DEBUG | false | Enable debug logging |
โ ๏ธ Disclaimers
โ ๏ธ NOT affiliated with, endorsed by, or representative of any real individual
โ ๏ธ NOT financial, legal, or professional advice
โ ๏ธ AI personas for EDUCATIONAL and ENTERTAINMENT purposes only
โ ๏ธ Based on publicly available information, speeches, and writings
โ ๏ธ Always do your own research (DYOR)
The views expressed by these AI personas are generated interpretations, not actual statements from the real people.
๐ค Contributing
Want to add a legend? PRs welcome!
Each legend needs:
legends/<name>/skill.yamlwith identity, voice, principles, patterns- Authentic voice based on public knowledge
- Clear guardrails (things they'd never say)
See existing legends for examples.
๐ License
MIT - Use freely, but include the disclaimers.
๐๏ธ "The best time to get advice from a legend was 20 years ago.
The second best time is now."
Serveurs connexes
memory-mcp-1file
๐ ๐ ๐ช ๐ง - A self-contained Memory server with single-binary architecture (embedded DB & models, no dependencies). Provides persistent semantic and graph-based memory for AI agents.
notebooklm MCP
Chat with Google NotebookLM via MCP or HTTP REST API for zero-hallucination answers from your docs. Perfect for n8n workflows and automation.
Todoist MCP
Manage Todoist tasks and projects using the Todoist CLI.
ChromeDP
Generate PDFs from HTML content or URLs using a headless Chrome/Chromium browser.
Spotify MCP Server
Control Spotify with natural language. Enables search, playback control, queue management, and device control using conversational commands.
Gmail MCP
Manage and summarize notes within Gmail using the Gmail API.
CData Google Calendars
A read-only MCP server by CData that enables LLMs to query live Google Calendars data. Requires a separate CData JDBC Driver for Google Calendars.
md-pdf-mcp
Converts Markdown to styled PDFs using VS Code's markdown styling and Python's ReportLab.
GistPad MCP
Manage and share personal knowledge, daily notes, and reusable prompts using GitHub Gists.
OSP Marketing Tools for Node.js
A suite of tools for technical marketing content creation, optimization, and product positioning based on Open Strategy Partners' methodologies.