How to Use the edX MCP in Claude Code
Pipe edX data directly into your terminal with the Claude Code MCP Server for headless course discovery and automation.
Works with every AI agent you already use
…and any MCP-compatible client
Connect edX MCP to Claude Code
Create your Vinkius account to connect edX 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.
Headless course searching in Claude Code
Claude Code uses `search_courses` to return JSON-formatted results directly to your command line. You can pipe these results into other scripts for processing. This removes the need for a GUI when you need to audit large catalogs. It is built for engineers who prefer working within the terminal environment.
Extract subject metadata via terminal
The agent invokes `get_subjects` to retrieve a list of categories and their associated course counts. It provides the necessary data to build automated discovery pipelines. You gain programmatic access to the entire subject taxonomy. This allows you to build custom scripts that monitor specific fields for new content.
Validate course runs programmatically
Claude Code triggers `get_course_runs` to verify the availability of specific curriculum items. It outputs the raw data, letting you confirm if a course is currently open for enrollment. It handles the API interaction behind the scenes. You get the status data you need without any unnecessary overhead.
Set up edX 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 seeedx-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest edX transactions." It will automatically discover and invoke the available edX tools.
claude mcp add --transport http edx-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 edX MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the edX MCP today
We host it, we monitor it, we maintain it. You just paste one token.