Back to MCP Servers

Skill Seekers

Transform 17 source types (docs, GitHub repos, PDFs, videos, Jupyter, Confluence, Notion, Slack/Discord) into AI-ready skills and RAG knowledge. 35 MCP tools for scraping, packaging, enhancing, and exporting to vector databases (Weaviate, Chroma, FAISS, Qdrant). Supports 16+ tar…

knowledge-memorygithubslackdiscordscrapingapiairag

Installation

npx -y Skill_Seekers

Configuration

{
  "mcpServers": {
    "Skill_Seekers": {
      "command": "npx",
      "args": ["-y", "Skill_Seekers"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub