MCP.so
登录

MCP Collections

@h4ck4life

关于 MCP Collections

MCP servers collection

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

h4ck4life

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Collections?

MCP Collections is a bundle of Model Context Protocol servers that provides tools for interacting with YouTube, Reddit, generating Mermaid diagrams, and fetching web pages with a headless browser. It is designed for use with Claude and other MCP-compatible clients.

How to use MCP Collections?

Install Node dependencies with npm install and, for the fetch server, also run npx playwright install --with-deps. Then add the provided JSON configuration to your Claude settings, replacing the path to each TypeScript file and supplying a YouTube API key for the YouTube server.

Key features of MCP Collections

  • YouTube integration requiring an API key
  • Mermaid diagram generation from text
  • Reddit content access
  • Headless browser web fetching (Playwright)

Use cases of MCP Collections

  • Search for and retrieve YouTube video information
  • Generate flowcharts and diagrams on demand
  • Read and analyze Reddit posts or comments
  • Fetch web pages that require JavaScript rendering

FAQ from MCP Collections

What dependencies are needed for MCP Collections?

Run npm install to install Node dependencies, and for the fetch (headless browser) server, also run npx playwright install --with-deps.

What configuration is required for the YouTube server in MCP Collections?

You must provide a valid YOUTUBE_API_KEY environment variable in the server's configuration.

How do I set up MCP Collections with Claude?

Add the mcpServers JSON block from the README to your Claude configuration, adjusting the paths to each .ts file and setting any required environment variables (e.g., YOUTUBE_API_KEY).

Are the tools in MCP Collections configured as separate servers?

Yes, each tool (YouTube, Mermaid diagram, Reddit, fetch) is configured as its own MCP server entry in the mcpServers configuration.

评论

其他 分类下的更多 MCP 服务器