Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Codevideo Mcp

    The MCP server for CodeVideo. Create software educational content using natural language.

    2 stars
    TypeScript
    Updated Jun 29, 2025

    Table of Contents

    • Examples:
    • Usage with Claude Desktop
    • Local Development
    • Known Issues

    Table of Contents

    • Examples:
    • Usage with Claude Desktop
    • Local Development
    • Known Issues

    Documentation

    codevideo-mcp

    The MCP server for CodeVideo.

    Create software educational content using natural language.

    Examples:

    Creation:

    • "Build a video lesson on how to use the useState hook in React"
    • "Can you create a video lesson compare and contrasting how to program concurrently in C#, Go, and Rust?"
    • Can you give me a markdown blog post on how to use the useState hook in React?"

    Conversion:

    • "Please convert these CodeVideo JSON actions to a video"
    • "Convert these CodeVideo JSON actions to a blog post"
    • "Convert these CodeVideo JSON actions to HTML"
    • "Can you convert this English-based lesson to Spanish?"

    Validation:

    • "Are these CodeVideo JSON actions valid?"

    Usage with Claude Desktop

    Simply drop the following into your claude_desktop_config.json file:

    json
    {
        // ... other MCP servers
        "codevideo-mcp": {
            "command": "npx",
            "args": [
                "-y",
                "@fullstackcraftllc/codevideo-mcp@latest"
            ],
            "env": {
                "ELEVENLABS_API_KEY": "your-elevenlabs-api-key",
                "ELEVENLABS_VOICE_ID": "your-elevenlabs-voice-id",
                "PATH_TO_CODEVIDEO_CLI": "/path/to/your/codevideo-cli/binary",
            }
        },
        // ... other MCP servers
    }

    Be sure to restart Claude after modifying this config!

    After restarting Claude Desktop, if installation was successful, you should see codevideo-mcp in the list of installed MCPs:

    codevideo-mnp successfully installed in Claude Desktop

    Local Development

    Clone this repository:

    shell
    git clone https://github.com/codevideo/codevideo-mcp.git

    Then, install the dependencies and build the project:

    shell
    cd codevideo-mcp
    npm install
    npm run build

    Then, use the following JSON to run the local version on your Claude Desktop:

    json
    // ... other MCP servers
        "codevideo-mcp": {
            "command": "npx",
            "args": [
                "tsx",
                "/path/to/your/clone/of/codevideo-mcp/src/index.ts"
            ],
            "env": {
                "ELEVENLABS_API_KEY": "your-elevenlabs-api-key",
                "ELEVENLABS_VOICE_ID": "your-elevenlabs-voice-id",
                "PATH_TO_CODEVIDEO_CLI": "/path/to/your/codevideo-cli/binary",
            }
        }
        // ... other MCP servers

    Known Issues

    • Currently, creating entire courses seems to be a bit flakey and perhaps too large for the context window for Claude. We're working on refining the full course flow. Single lesson, or action array generation both seem to work well.

    Similar MCP

    Based on tags & features

    • GL

      Glm Mcp Server

      TypeScript·
      3
    • NS

      Ns Private Access Mcp

      TypeScript·
      3
    • MC

      Mcp Wave

      TypeScript00
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • GL

      Glm Mcp Server

      TypeScript·
      3
    • NS

      Ns Private Access Mcp

      TypeScript·
      3
    • MC

      Mcp Wave

      TypeScript00
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k