MCP.so
登录

codevideo-mcp

@codevideo

关于 codevideo-mcp

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

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

codevideo

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "codevideo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@fullstackcraftllc/codevideo-mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器