MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

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
Repository documentation and setup instructions

Veedcrawl MCP Server

Official VEEDCRAWL MCP server for transcript, metadata, and AI extraction tools.

Tools

  • get_video_metadata
  • get_video_transcript
  • extract_from_video

Environment Variables

  • VEEDCRAWL_API_KEY required
  • VEEDCRAWL_BASE_URL optional, defaults to https://api.veedcrawl.com
  • VEEDCRAWL_POLL_INTERVAL_MS optional, defaults to 1500
  • VEEDCRAWL_MAX_POLL_ATTEMPTS optional, defaults to 120

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" ] } } }