mcp-stepik
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-stepikcreate a new session and project for my Python course"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-stepik
MCP-сервер для авторства курсов на Stepik: FastMCP (HTTP) + Rust StateStore/TaskStore, workflow как в mcp-presentation.
Пакеты
Пакет | Import | Роль |
|
| FastMCP + TaskStore + CLI |
|
| sessions / workspaces (rusqlite) |
Стек: Python 3.12+ · FastMCP · Rust 1.95 / PyO3 · rusqlite · httpx · Pydantic.
Related MCP server: kwork-mcp
Happy path (workflow)
create_session
→ create_project(project_id)
→ checkout_workspace(session_id, project_id)
→ save_course_ir(session_id, ir_json) # Pydantic validate → course.ir.json
→ sync_course(session_id) # task: IR → Stepik API
→ upload_video(session_id, "assets/a.mp4") # task: upload + poll ready
→ get_course_page_url(session_id) # https://stepik.org/course/{id}/
→ publish_course(session_id) # task: is_enabled=trueПример IR: examples/demo/course.ir.json
Schema: schemas/course.ir.schema.json
Run (HTTP only)
uv sync --extra dev
(cd packages/mcp-stepik-state && maturin develop)
maturin develop
export STEPIK_CLIENT_ID=...
export STEPIK_CLIENT_SECRET=...
export MCP_STEPIK_HOST=127.0.0.1
export MCP_STEPIK_PORT=8000
uv run mcp-stepikOAuth app: https://stepik.org/oauth2/applications/
(Confidential + Client credentials)
Cursor / HTTP MCP
{
"mcpServers": {
"mcp-stepik": {
"url": "http://127.0.0.1:8000/mcp"
}
}
}Env for data dirs (optional):
export MCP_STEPIK_STATE=/abs/path/state
export MCP_STEPIK_PROJECTS=/abs/path/projects
export MCP_STEPIK_WORKSPACES=/abs/path/workspacesTools
Workflow / state
create_session, get_session, list_sessions,create_project, checkout_workspace, create_workspace, get_workspace,list_workspaces, set_active_workspace, remove_workspace,save_course_ir, sync_course, upload_video, publish_course,get_task_status, get_course_page_url
Stepik CRUD
Courses / sections / lessons / units / steps:
text, choice, code, video, string, number, matching, sorting, free-answer, review
stepik_health_check,stepik_list_courses, …
Docs
Architecture:
docs/architecture/OVERVIEW.mdADR:
docs/adr/
Dev
make develop
make test
make lint
make cov-rustДиск
state/tasks.db state/sessions.db
projects/<id>/
workspaces/<ws_id>/course.ir.jsonThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hewimetall/mcp-stepik'
If you have feedback or need assistance with the MCP directory API, please join our Discord server