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 userCursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"marble": {
"type": "stdio",
"command": "npx",
"args": ["marble-mcp-server"],
"env": {}
}
}
}Augment Code
Quick setup:
- 1. Open Augment Settings
- 2. Tools → MCP → Add MCP
- 3. Server:
marble - 4. Command:
npx marble-mcp-server

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.


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.

