codevideo-mcp
About
The MCP server for CodeVideo. Create software educational content using natural language.
Details
- Author
- codevideo
- Downloads
- 138
- Categories
- Other
Jump to
- MCP server for the CodeVideo platform.
- Creates software educational content via natural language.
- Runnable via npx with no manual install.
- Supports local development with TypeScript.
- Designed for use with Claude Desktop.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
codevideo-mcpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add the server configuration to your claude_desktop_config.json file using npx to run the package directly. For local development, clone the repository, install dependencies, build the project, and point the config to the local TypeScript source.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"codevideo-mcp": {
"codevideo-mcp": {
"command": "npx",
"args": [
"-y",
"@fullstackcraftllc/codevideo-mcp"
]
}
}
}
}
McpServers
{
"codevideo-mcp": {
"command": "npx",
"args": [
"-y",
"@fullstackcraftllc/codevideo-mcp"
]
}
}
codevideo-mcp
The MCP server for CodeVideo. Create software educational content using natural language.
Simply drop the following into your claude_desktop_config.json file:
{
// ... other config options
"codevideo-mcp": {
"command": "npx",
"args": [
"-y",
"@fullstackcraftllc/codevideo-mcp"
]
},
// ... other config options
}
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 config options
"codevideo-mcp": {
"command": "npx",
"args": [
"tsx",
"/path/to/your/clone/of/codevideo-mcp/src/index.ts"
]
}
// ... other config options
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



