MCP收藏夹支持多种实用服务,如视频平台、图表绘制、社区内容获取以及网页抓取等。通过简单配置,即可轻松集成这些服务,为你的项目增添丰富功能。
MCP收藏夹支持一系列实用服务,能满足多样化的需求。以下是支持的服务列表:
npx playwright install --with-deps)运行以下命令以安装依赖项:
npm install
以下是用于Claude的配置示例内容:
{
"mcpServers": {
"youtube": {
"command": "npx",
"args": ["tsx", "/Volumes/TRANSCEND/dev/mcp-collections/youtube.ts"],
"env": {
"YOUTUBE_API_KEY": "your-youtube-api-key"
}
},
"mermaidjsdiagram": {
"command": "npx",
"args": ["tsx", "/Volumes/TRANSCEND/dev/mcp-collections/mermaid.ts"]
},
"reddit": {
"command": "npx",
"args": ["tsx", "/Volumes/TRANSCEND/dev/mcp-collections/reddit.ts"]
},
"fetch": {
"command": "npx",
"args": ["tsx", "/Volumes/TRANSCEND/dev/mcp-collections/fetch.ts"]
}
}
}