V
Veed MCP Docs
by @veedstudio
VEED Mcp documentation
Created 3/3/2026
Updated about 21 hours ago
README
Repository documentation and setup instructions
VEED Fabric MCP Documentation
Public documentation for the VEED Fabric MCP Server — an AI Talking Video Generator.
View the docs
https://veedstudio.github.io/veed-fabric-mcp/
Agent Skill
This repository includes a Claude Agent Skill in skills/veed-fabric-skill/. The skill teaches Claude best-practice workflows for character selection, voice browsing, video generation, and credit management when using the VEED Fabric MCP server.
Local development
npm install
npm run docs:dev
Build
npm run docs:build
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/veedstudio/veed-mcp-docs
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"veedstudio-veed-mcp-docs": {
"command": "git",
"args": [
"clone",
"https://github.com/veedstudio/veed-mcp-docs"
]
}
}
}