Legends MCP Server

Chat with legendary founders & investors via MCP. Elon, Buffett, Jobs, CZ, and more. No API key required!

Local serverstdio

What is the Legends MCP MCP server?

Most developer tooling work still happens through a UI a human drives. Legends MCP MCP server moves it into the conversation instead. Chat with legendary founders & investors via MCP. Elon, Buffett, Jobs, CZ, and more. No API key required!.

The short version

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?

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

The tools it exposes

The server publishes 8 tools. What each one is for:

  • suggest — 🔮 Proactive recommendations
  • party_mode — 🎭 Multi-legend discussion
  • summon_legend — 👤 Single legend advice
  • auto_match — 🎯 Deep legend discovery
  • list_legends — 📋 Browse all legends
  • search_legends — 🔍 Find by keyword
  • get_legend_context — 📖 Deep dive
  • get_legend_insight — 💡 Quick wisdom

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Legends MCP's toolset — suggest, party_mode, summon_legend and 5 more — is a fair guide to whether it matches your workflow. It is maintained by cryptosquanch; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Legends MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
suggest🔮 Proactive recommendations
party_mode🎭 Multi-legend discussion
summon_legend👤 Single legend advice
auto_match🎯 Deep legend discovery
list_legends📋 Browse all legends
search_legends🔍 Find by keyword
get_legend_context📖 Deep dive
get_legend_insight💡 Quick wisdom

How to install the Legends MCP MCP server

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

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Legends MCP to suggest.
  • Use Legends MCP to party mode.
  • Use Legends MCP to summon legend.

Frequently asked questions

It connects Legends MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (suggest, party_mode, summon_legend, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Legends MCP directly.