MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

VEED Mcp documentation

Created 3/3/2026
Updated about 4 hours ago
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-mcp-docs/

Agent Skill

This repository includes a Claude Agent Skill in skills/veed-fabric/. 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" ] } } }