-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.33 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@aituber/mcp-server",
"version": "1.3.1",
"description": "MCP server for AITuber - AI video creation tool. Generate videos with AI narration, visuals, and captions for YouTube Shorts, TikTok, Instagram Reels, and long-form content. Supports AI images, video clips, stock footage, and viral templates.",
"license": "MIT",
"type": "module",
"bin": {
"aituber-mcp": "./build/index.js"
},
"scripts": {
"build": "tsc && chmod +x build/index.js",
"dev": "tsc --watch"
},
"files": [
"build"
],
"keywords": [
"mcp",
"mcp-server",
"model-context-protocol",
"ai-video",
"ai-video-generator",
"aituber",
"video-generation",
"youtube-shorts",
"tiktok",
"instagram-reels",
"faceless-video",
"text-to-video",
"ai-narration",
"video-automation",
"content-creation",
"long-form-video",
"ai-voices",
"video-publishing",
"claude",
"claude-desktop",
"cursor",
"windsurf"
],
"repository": {
"type": "git",
"url": "https://github.com/aituberapp/aituber-mcp.git"
},
"homepage": "https://aituber.app",
"bugs": {
"url": "https://github.com/aituberapp/aituber-mcp/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.27.1",
"zod": "^4.2.1"
},
"devDependencies": {
"typescript": "^5.8.0"
}
}