codevideo-mcp
@codevideo
About codevideo-mcp
The MCP server for CodeVideo. Create software educational content using natural language.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"codevideo-mcp": {
"command": "npx",
"args": [
"-y",
"@fullstackcraftllc/codevideo-mcp"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is codevideo-mcp?
The MCP server for CodeVideo, enabling creation of software educational content using natural language.
How to use codevideo-mcp?
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.
Key features of codevideo-mcp
- 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.
Use cases of codevideo-mcp
- Generating software tutorials from plain English descriptions.
- Automating the creation of educational content for coding courses.
- Integrating CodeVideo capabilities into LLM-powered workflows.
FAQ from codevideo-mcp
What does codevideo-mcp depend on?
It requires Node.js and npx for remote execution, or a local clone with npm installed for development.
How do I run codevideo-mcp locally?
Clone the repository, run npm install and npm run build, then use npx tsx /path/to/index.ts in your Claude Desktop configuration.
How do I use codevideo-mcp with Claude Desktop?
Add the provided JSON block to your claude_desktop_config.json file, substituting the appropriate command and arguments.
Frequently asked questions
What does codevideo-mcp depend on?
It requires Node.js and npx for remote execution, or a local clone with npm installed for development.
How do I run codevideo-mcp locally?
Clone the repository, run `npm install` and `npm run build`, then use `npx tsx /path/to/index.ts` in your Claude Desktop configuration.
How do I use codevideo-mcp with Claude Desktop?
Add the provided JSON block to your `claude_desktop_config.json` file, substituting the appropriate command and arguments.
Basic information
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments