Walkthrough
Freeby MCP Community
MCP server for interactive code walkthroughs - Claude-driven code tours
v0.3.1Added Apr 12, 2026
mcpmodel-context-protocolwalkthroughcode-tourclaude-code
Walkthrough MCP Server
MCP server for interactive code walkthroughs - Claude-driven code tours
Installation
npx -y mcp-walkthrough
Reviews
Installation
Quick install
npx -y mcp-walkthrough
Add to claude_desktop_config.json
{
"mcpServers": {
"walkthrough": {
"command": "npx",
"args": ["-y", "mcp-walkthrough"]
}
}
}