- Explore MCP Servers
- codevideo-mcp
Codevideo Mcp
What is Codevideo Mcp
codevideo-mcp is an MCP server designed for CodeVideo, enabling the creation of software educational content using natural language.
Use cases
Use cases include generating individual software lessons, creating educational materials for coding bootcamps, and developing interactive learning experiences for students.
How to use
To use codevideo-mcp, add the provided configuration to your ‘claude_desktop_config.json’ file and restart Claude Desktop. For local development, clone the repository, install dependencies, build the project, and run it using the specified JSON configuration.
Key features
Key features include the ability to generate educational content in natural language, support for local development, and integration with Claude Desktop.
Where to use
codevideo-mcp can be used in educational technology, software training, and content creation for online learning platforms.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Codevideo Mcp
codevideo-mcp is an MCP server designed for CodeVideo, enabling the creation of software educational content using natural language.
Use cases
Use cases include generating individual software lessons, creating educational materials for coding bootcamps, and developing interactive learning experiences for students.
How to use
To use codevideo-mcp, add the provided configuration to your ‘claude_desktop_config.json’ file and restart Claude Desktop. For local development, clone the repository, install dependencies, build the project, and run it using the specified JSON configuration.
Key features
Key features include the ability to generate educational content in natural language, support for local development, and integration with Claude Desktop.
Where to use
codevideo-mcp can be used in educational technology, software training, and content creation for online learning platforms.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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
useStatehook 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
useStatehook 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 lesson to one in Spanish?”
Validation:
- “Are these CodeVideo JSON actions valid?”
Usage with Claude Desktop
Simply drop the following into your claude_desktop_config.json file:
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:

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:
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.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










