Skool MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Skool MCPwhat did people post this week?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Skool MCP
Give Claude access to your Skool community. Posts, comments, members, classroom, and your DM inbox.
Ask Claude things like "what did people post this week?", "draft a reply to the last 5 DMs", or "pull my member list into a spreadsheet". It runs on your computer, using your own Skool login.
Unofficial. Not built by Skool, not affiliated with Skool.
What you can do with it
13 tools. The read ones are safe to fire off. The write ones post publicly under your name, so Claude should confirm the wording with you first.
Tool | What it does | Read or write |
| Confirms your Skool login works and lists the communities you belong to. Run this first when something breaks. | read |
| Lists recent posts in your community feed: title, snippet, comment and upvote counts, author. | read |
| Reads one full post and its comments. | read |
| Publishes a new post to your community feed. | write |
| Adds a comment to a post. | write |
| Lists members of your community: id, name, email, short bio. | read |
| Lists the classroom courses in your community. | read |
| Reads a course's modules and lessons, and the content of one lesson. | read |
| Your DM inbox: unread counts and last-message previews. | read |
| Reads the messages in one DM conversation. | read |
| Sends a DM into an existing conversation. | write |
| Marks a DM conversation as read. | write |
| Opens a new DM with a member. | write |
Related MCP server: kaushik-linkedin-mcp
Before you start
macOS or Windows. (Linux is untested.)
Claude Code or Claude Desktop.
A Skool account that is actually a member of the community you want to connect.
That's it. You do not need Python installed. The setup installs everything it needs.
Install
Step 1. Get the folder onto your computer. Either way works.
Option A, if you have git:
cd ~
git clone https://github.com/Solnest-AI/skool-mcp-community.git skool-mcpThat drops it at ~/skool-mcp, which is exactly where you want it.
Option B, the ZIP:
Download the ZIP (on the repo page: green Code button, then Download ZIP).
Unzip it.
Rename the folder to
skool-mcpand move it so it sits directly in your home folder.
Step 2. Put it in the right place. This matters more than it sounds like it should.
Mac:
~/skool-mcp(that is/Users/yourname/skool-mcp)Windows:
C:\Users\yourname\skool-mcp
Not Documents. Not Desktop. Not Downloads. macOS locks down those folders, and background tasks that try to read them fail in a way that is genuinely annoying to debug. Home folder, done.
Step 3. Point Claude at the folder and say "set this up".
In Claude Code:
cd ~/skool-mcp
claudeThen type: Set this up.
Claude reads SETUP.md and runs the whole thing: installs the tools, opens a browser so you can
log into Skool yourself, verifies the connection, registers the server, and tests it. It stops and
asks you when it needs you.
Setting up for Claude Desktop instead? Same thing. Run the setup from Claude Code (or by hand), and at the registration step tell Claude you want to use it in Claude Desktop.
How this works and what to know
Read this part. It is short and it is the honest version.
Skool has no official API. There is no developer program, no API key, no supported way in. So this does what your browser does: it uses your own logged-in session to talk to the same internal endpoints the Skool website uses.
Your login stays on your machine. During setup, a real browser window opens and you log into
Skool yourself, exactly like normal (Google sign-in and 2FA both work). The script reads the
session cookie out of that browser and writes it to a local file called .env. Nothing is sent to
Solnest, to Anthropic, or anywhere else.
Never paste your cookie into a chat. Not to Claude, not to me, not to anyone in the community being helpful. That cookie is your entire Skool account: your posts, your DMs, your billing, your members. Anyone holding it is logged in as you. Setup is built so the cookie never has to appear in a conversation, and Claude is instructed to refuse if you offer it.
.env is your password file. Treat it exactly like one. Don't open it in a screenshare, don't
screenshot it, don't paste it anywhere, don't drop it in Drive or Slack. The bundle is already set
up to keep it out of any code you upload, so you mostly just have to not go out of your way to
share it. If you ever think it leaked, log out of Skool everywhere and re-run setup.
The tools act as you. A post created by skool_create_post is your post. A DM is from you. It
looks identical to typing it yourself, because functionally it is. Have Claude read the draft back
to you before anything goes out.
Only use it on communities you actually belong to. These are your own credentials against your own memberships. Don't get cute.
Skool can break it. No official API means no stability promise. If Skool changes their site, tools can stop working overnight. When something breaks, run the doctor first:
cd ~/skool-mcp
uv run doctor.pyIt tells you exactly which piece is broken and how to fix it. It never prints your cookie.
Your session expires eventually. The Skool login token lasts about a year. The AWS firewall
token bundled with it lasts about 4 days, and that is the one that quietly kills your tools. Setup
offers an optional background job that refreshes it for you. If you skip it, just re-run
uv run connect_skool.py whenever the tools start failing.
Getting help
Run uv run doctor.py, then paste the output into Claude and ask it to fix what failed. The output
is safe to share: it prints check results, cookie lengths, and expiry dates, never the cookie itself.
Still stuck? Post in the community with the doctor output. Do not post your .env.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables Claude AI to interact with Viva Engage (Yammer) for browsing communities, searching posts, reading conversations, and posting replies.9MIT
- Alicense-qualityDmaintenanceEnables Claude AI to interact with LinkedIn through browser automation, including profile reading, people and job search, company research, post publishing, and profile editing.MIT
- Alicense-qualityDmaintenanceEnables Claude to read and send Instagram DMs, manage threads and message requests, send media, and run autonomous conversations via the /dm skill.3MIT
- AlicenseAqualityDmaintenanceEnables posting content, sharing articles, and managing your LinkedIn profile through Claude using the official LinkedIn API with OAuth 2.0.613MIT
Related MCP Connectors
Connect Claude to Fathom meeting recordings, transcripts, and summaries
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Solnest-AI/skool-mcp-community'
If you have feedback or need assistance with the MCP directory API, please join our Discord server