Marble Logo

Marble

MCP SERVER

Turn Claude Code Into a Tutor

Install Marble MCP to transform your AI coding tool into an interactive tutor

Claude Code

Run in terminal:

claude mcp add marble npx marble-mcp-server --scope user

Cursor

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "marble": {
      "type": "stdio",
      "command": "npx",
      "args": ["marble-mcp-server"],
      "env": {}
    }
  }
}

Augment Code

Quick setup:

  1. 1. Open Augment Settings
  2. 2. Tools → MCP → Add MCP
  3. 3. Server: marble
  4. 4. Command: npx marble-mcp-server
AI generating interactive slides

Generate Learning Content

Your AI reads your code and plans the learning content to display on Marble.

Try asking:

“show me slides for learning react hooks”

We Render the Rest

Marble displays your AI's content with flow charts, code blocks, and interactive diagrams.

Marble learning experience
AI generating project links

Projects Tailored to Your Code

Your AI analyzes your codebase and generates personalized tutorials for your tech stack.

Try asking:

“give me projects for learning react hooks”

Tutorial Environment

Personalized tutorial projects with all dependencies and configurations ready to go.

Project environment setup