How to Use the AcademyOfMine MCP in Claude Code
Pipe AcademyOfMine into your shell scripts and CI/CD pipelines. Manage your entire LMS from the command line with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect AcademyOfMine MCP to Claude Code
Create your Vinkius account to connect AcademyOfMine to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate LMS Tasks in CI/CD
Set up a cron job that runs `claude mcp run list_users` and pipes the output to a script that flags inactive accounts. Or, create a GitHub Action that uses `get_course_curriculum` to check for required modules before a release. Because Claude Code outputs plain text, you can integrate it into any existing command-line workflow. It works perfectly with tools like `jq`, `awk`, and `grep`. There's no special format to deal with.
Bulk User and Course Management
Got a CSV with 500 new students? Write a simple `for` loop in bash that calls `claude mcp run create_user` and `claude mcp run enroll_student` for each line. It's the right way to do bulk operations. Forget clicking through a web admin panel for hours. This is how you handle administration at scale. Script it once, run it whenever you need it, and get on with your day.
Query AcademyOfMine from Any Terminal
You're SSH'd into a production box and need to check a user's permissions. Just run `claude mcp run get_user_details --user_id=xyz` and get the answer immediately. No need to find a browser. This MCP Server makes your LMS data available wherever you have a shell. Use it to check portal settings with `get_portal_settings` or pull a quick course list with `list_courses`. It’s fast, direct, and built for the terminal.
Set up AcademyOfMine MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeacademyofmine-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest AcademyOfMine transactions." It will automatically discover and invoke the available AcademyOfMine tools.
claude mcp add --transport http academyofmine-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about AcademyOfMine MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the AcademyOfMine MCP today
We host it, we monitor it, we maintain it. You just paste one token.