A self-hosted MCP server and local dashboard for building a reusable AI-video reference library.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"self-host-mcp-server": {
"command": "npx",
"args": [
"-y",
"dannyhoang249-hub/Self-host-MCP-server-for-AI-video-reference-library"
]
}
}
}
Run in terminal:
claude mcp add self-host-mcp-server npx -y dannyhoang249-hub/Self-host-MCP-server-for-AI-video-reference-library
Add to .cursor/mcp.json:
{
"mcpServers": {
"self-host-mcp-server": {
"command": "npx",
"args": [
"-y",
"dannyhoang249-hub/Self-host-MCP-server-for-AI-video-reference-library"
]
}
}
}