skool-mcp-kit
MCP server to read and operate your Skool community (calendar, feed, posts, members) and publish posts/comments with confirmation, using your own authenticated session.
README
skool-mcp-kit
Servidor MCP + skill de Claude Code para operar y analizar tu comunidad de Skool con tu propia sesión: ver el calendario de reuniones/eventos, leer el feed y los posts, consultar la comunidad, el classroom y los miembros, buscar, y publicar/comentar en tu nombre (con confirmación). Espejo del patrón del kit de LinkedIn del autor. Cero dependencias npm (Node ≥ 18, fetch global).
⚠️ Skool no tiene API pública: esto usa su API interna vía tu sesión autenticada. Va contra el ToS de Skool; úsalo solo con tu cuenta, a ritmo humano, asumiendo el riesgo. No afiliado a Skool.
Arquitectura
- Lectura (primaria): rutas SSR de Next.js
www.skool.com/_next/data/{buildId}/…jsoncon las cookies de sesión (selfpoblado = autenticado). ElbuildIdse scrapea en vivo. - api2.skool.com: búsqueda de miembros, comentarios de un post, metadata pública y las escrituras (
POST /posts,POST /comments). - Auth: cookies
auth_token(JWT, ~1 año) +client_id+aws-waf-token(~3 días, lo acuña un navegador). Guardadas en~/.skool-mcp/session.json(chmod 600), nunca en el repo.
Instalación
git clone https://github.com/elchamoluso/skool-mcp-kit.git && cd skool-mcp-kit
bash install.sh # copia la skill + registra el MCP (scope user)
# Sesión (una vez por máquina):
node bin/skool-session.js seed --from <storageState.json> # desde un state de agent-browser/Playwright
# o: node bin/skool-session.js login # login interactivo en navegador
node bin/skool-session.js status # verifica token_valid
# Reinicia Claude Code para cargar el server MCP.
Registro manual (si no usas el installer): copia configs/claude-code.mcp.json a tu .mcp.json, o:
claude mcp add skool --scope user --transport stdio --env SKOOL_COMMUNITY=ailinkvip -- node "$PWD/skool-mcp-server.js"
Herramientas (mcp__skool__*)
| Tool | Qué hace |
|---|---|
skool_status |
Valida la sesión y devuelve tu identidad + comunidad. |
skool_community_info |
Nombre, descripción, dueño, totales, pestañas, enlaces. |
skool_calendar |
Calendario de eventos/reuniones (por defecto próximas). from/to/next/limit. |
skool_event |
Detalle de un evento por event_id (+ occurrence_id). |
skool_feed |
Feed de posts (page, sort, label, pinned_only). |
skool_post |
Un post por post_slug + su hilo de comentarios. |
skool_members |
Directorio paginado (email omitido salvo include_email:true). |
skool_search |
Busca miembros por nombre. |
skool_classroom |
Cursos; con course_id, resumen del curso. |
skool_create_post ⚠️ |
Publica un post (content, title?, label?, confirm:true). |
skool_create_comment ⚠️ |
Comenta un post (post_slug|post_id, content, confirm:true). |
Las escrituras exigen confirm:true (gate en el server) además de los guardrails de la skill (confirmación por acción, sin bulk, topes diarios, ritmo humano, stop-on-checkpoint).
CLI de sesión (bin/skool-session.js)
seed --from <state> · status · login (navegador headed → re-siembra y refresca el aws-waf-token) · logout.
Sesión caducada / bloqueo del WAF
status da token_valid:false, o una lectura devuelve 403 → corre node bin/skool-session.js login. El aws-waf-token (~3 días) solo lo acuña un navegador real; login lo refresca y re-siembra session.json.
Créditos
Código propio (molde de plumbing MCP: nt-mcp-server). Conocimiento de la API interna de Skool documentado a partir de louiewoof2026/skool-mcp (API-DISCOVERY.md), reimplementado sin copiar código. Licencia MIT. Ver README.en.md para la versión en inglés.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.