codevideo
MCP Servercodevideopublic

codevideo mcp

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

Repository Info

2
Stars
0
Forks
2
Watchers
0
Issues
TypeScript
Language
MIT License
License

About This Server

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

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

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:

{
    // ... 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:

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

Then, install the dependencies and build the project:

cd codevideo-mcp
npm install
npm run build

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

    // ... 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.

Quick Start

1

Clone the repository

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

Install dependencies

cd codevideo-mcp
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownercodevideo
Repocodevideo-mcp
LanguageTypeScript
LicenseMIT License
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation