MCP Directory

skill-seekers/Skill_Seekers

GitHub
Productivity

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+ target platforms.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y skill_seekers

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from skill-seekers/Skill_Seekers your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route skill-seekers/Skill_Seekers intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add skill_seekers

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use skill-seekers/Skill_Seekers directly without routing

npx -y skill_seekers

New to Agent-CoreX? View setup guide →

skill-seekers/Skill_Seekers MCP Server — Agent-CoreX