★ 0 stars
Python
🔌 API Integration
Updated today
MCP server: drop a syllabus PDF → get a day-by-day study plan with spaced repetition → export to ICS, Google Calendar, or Notion. Works in Cursor, VS Code, Claude Desktop, and Windsurf. No paid API required.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"syllabus-to-study-pl": {
"command": "uvx",
"args": [
"syllabus-to-study-plan-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add syllabus-to-study-pl uvx syllabus-to-study-plan-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"syllabus-to-study-pl": {
"command": "uvx",
"args": [
"syllabus-to-study-plan-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install syllabus-to-study-plan-mcp-server
Topics
ai-tools calendar education fastmcp google-calendar mcp mcp-server notion pdf-parsing productivity python spaced-repetition student-tools study-plan syllabus