Help understanding how to properly use skills and MCP
Hello, Are there websites where people showcase their creations using skills, MCP, and other tools on GitHub or other marketplaces? This would give me some inspiration and, above all, help me better understand how to use them. Since there are many different search tools, I figured there was probably a reason for it. I asked some LLMs and they confirmed that Tavily can only perform searches on Google, but to enter a site and perform searches, you need to use the Brave MCP. However, there is also RPA and the Playwright MCP; here again, I'm trying to understand when to prioritize one over the other. Should I only install these two on my computer/CLI, and then the AI will choose the right one based on my prompt? But then there is another style of tool like OpenClaw or Claude Co-work; I believe OpenAI also has its own. Are these also RPA tools or are they something different? I was thinking of creating an MCP server in n8n or on my computer containing all the search tools in the world, and then, based on my prompt, it would look for the most appropriate tool. But LLMs tell me that’s not the right solution. That’s why I thought about connecting it to GitHub so it could read what the best search tools are—like a database—but that’s still not it. So, I thought about making my own database/RAG using AnythingLLM: first step, I gather all the search MCPs with Apify, and in the second step, I update this RAG with an RSS feed? This way, my CLI would have a solid knowledge base to advise me on the best tools based on what I want to do. I have different tools to resell in very different categories, and to avoid having to search for specialized sites in these categories myself, I would like to create a CLI or n8n workflow that could first find the appropriate sites and maybe even write the ads and post them on its own, and register on these sites. So, would I need to use different MCPs and perhaps even skills and other tools? Thanks.