M
MCP
作者 @Veedcrawl
Official VeedCrawl MCP server for transcripts, metadata, and AI-powered video extraction. Powerful Video intelligence for AI agents.
创建于 5/4/2026
更新于 about 4 hours ago
README
Repository documentation and setup instructions
Veedcrawl MCP Server
Official VEEDCRAWL MCP server for transcript, metadata, and AI extraction tools.
Tools
get_video_metadataget_video_transcriptextract_from_video
Environment Variables
VEEDCRAWL_API_KEYrequiredVEEDCRAWL_BASE_URLoptional, defaults tohttps://api.veedcrawl.comVEEDCRAWL_POLL_INTERVAL_MSoptional, defaults to1500VEEDCRAWL_MAX_POLL_ATTEMPTSoptional, defaults to120
Compatibility aliases:
X_API_KEY
Cursor
Clone the repo, build it once, then point Cursor at the built entrypoint:
{
"mcpServers": {
"veedcrawl": {
"command": "node",
"args": ["/absolute/path/to/mcp/dist/index.js"],
"env": {
"VEEDCRAWL_API_KEY": "ma_your_key_here"
}
}
}
}
Claude Code
claude mcp add veedcrawl -- env VEEDCRAWL_API_KEY=ma_your_key_here node /absolute/path/to/mcp/dist/index.js
快速设置
此服务器的安装指南
安装包 (如果需要)
npx @modelcontextprotocol/server-mcp
Cursor 配置 (mcp.json)
{
"mcpServers": {
"veedcrawl-mcp": {
"command": "npx",
"args": [
"veedcrawl-mcp"
]
}
}
}