Coursera Server
FreeMaintainedEnables users to search for courses, view detailed syllabus information, and manage enrollments and progress on Coursera. It supports automated interactions inc
About
Enables users to search for courses, view detailed syllabus information, and manage enrollments and progress on Coursera. It supports automated interactions including viewing certificates through local or cloud-based browser environments using Playwright.
README
MCP (Model Context Protocol) server for Coursera — search courses, get details, enroll, track progress, and view certificates.
Tools
| Tool | Description |
|---|---|
search_courses |
Search courses by topic, skill, difficulty level |
get_course_details |
Get full course info: syllabus, duration, instructor, reviews |
enroll_course |
Enroll in a course (requires login) |
get_my_courses |
List enrolled courses and progress |
get_certificates |
View earned certificates |
Requirements
- Node.js 18+
- Playwright (installed automatically)
Installation
npm install @striderlabs/mcp-coursera
# Install browser binaries
npx playwright install chromium
Configuration
Environment Variables
| Variable | Required | Description |
|---|---|---|
BROWSERBASE_CDP_URL |
Optional | Browserbase CDP endpoint for cloud browsers |
COURSERA_EMAIL |
For auth tools | Your Coursera account email |
COURSERA_PASSWORD |
For auth tools | Your Coursera account password |
Claude Desktop / MCP Client
Add to your MCP client config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"coursera": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-coursera"],
"env": {
"COURSERA_EMAIL": "[email protected]",
"COURSERA_PASSWORD": "yourpassword",
"BROWSERBASE_CDP_URL": "wss://connect.browserbase.com?apiKey=YOUR_KEY"
}
}
}
}
With Browserbase (Cloud Browsers)
Browserbase provides cloud browser infrastructure. Set BROWSERBASE_CDP_URL to connect:
BROWSERBASE_CDP_URL="wss://connect.browserbase.com?apiKey=YOUR_API_KEY" npx @striderlabs/mcp-coursera
Without BROWSERBASE_CDP_URL, a local Chromium instance is launched.
Usage Examples
Search for Courses
search_courses(query="machine learning", difficulty="beginner", limit=5)
Get Course Details
get_course_details(course_url="https://www.coursera.org/learn/machine-learning")
Enroll in a Course
enroll_course(course_url="https://www.coursera.org/learn/python")
Check Progress
get_my_courses()
View Certificates
get_certificates()
Authentication
Tools that access personal data (enroll_course, get_my_courses, get_certificates) require Coursera credentials. Provide them via:
- Environment variables (recommended):
COURSERA_EMAILandCOURSERA_PASSWORD - Tool arguments: Pass
emailandpassworddirectly in the tool call
Credentials are never stored or transmitted beyond the browser session.
Development
git clone <repo>
cd mcp-coursera
npm install
npx playwright install chromium
npm run build
npm start
License
MIT
Install Coursera Server in Claude Desktop, Claude Code & Cursor
unyly install coursera-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add coursera-mcp-server --env BROWSERBASE_CDP_URL="" --env COURSERA_EMAIL="" --env COURSERA_PASSWORD="" -- npx -y @striderlabs/mcp-courseraStep-by-step: how to install Coursera Server
FAQ
Is Coursera Server MCP free?
Yes, Coursera Server MCP is free — one-click install via Unyly at no cost.
Does Coursera Server need an API key?
Yes, it requires environment variables: BROWSERBASE_CDP_URL, COURSERA_EMAIL, COURSERA_PASSWORD. Unyly injects them into the config during install.
Is Coursera Server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Coursera Server in Claude Desktop, Claude Code or Cursor?
Open Coursera Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Changes
Versions and requested access over time.
- New version published
- New version published
Related MCPs
Playwright
Browser automation, scraping, screenshots
by MicrosoftPuppeteer
Browser automation and web scraping.
by modelcontextprotocolopentabs-dev/opentabs
Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a
by opentabs-devrobhunter/agentdeals
1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing chan
by robhunterhlydecker/ucsc-genome-mcp
MCP server to interact with the UCSC Genome Browser API, letting you find genomes, chromosomes, and more.
by hlydecker34892002/bilibili-mcp-js
A MCP server that supports searching for Bilibili content. Provides LangChain integration examples and test scripts.
by 34892002achiya-automation/safari-mcp
Native Safari browser automation for AI agents with 80+ tools. No Chrome dependency, optimized for Apple Silicon with 60% less CPU overhead.
by achiya-automationagent-infra/mcp-server-browser
Browser automation capabilities using Puppeteer, both support local and remote browser connection.
by bytedanceaparajithn/agent-scraper-mcp
Web scraping MCP server for AI agents. 6 tools: clean content extraction, structured scraping with CSS selectors, full-page screenshots via Playwright, link ext
by aparajithnapireno/DOMShell
Browse the web using filesystem commands (ls, cd, grep, click). 38 MCP tools map Chrome's Accessibility Tree to a virtual filesystem via a Chrome Extension.
by apirenoCompare Coursera Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All browse MCPs
