Model Context Protocol server integrating Coursera with Claude
| Tool name | Description | Destructive? |
|---|---|---|
| search_courses | ✓ no | |
| search_programs | ✓ no | |
| get_course_details | ✓ no | |
| get_program_details | ✓ no | |
| get_enrolled_courses | ✓ no |
| get_progress | ✓ no | |
| get_recommendations | ✓ no |
{
"mcpServers": {
"coursera": {
"command": "npx",
"args": [
"-y",
"coursera-mcp"
]
}
}
}