Workramp
БесплатноНе проверенMCP server for the WorkRamp LMS API — 30 tools that let Claude manage users, courses, learning paths, certifications & academies in plain English.
Описание
MCP server for the WorkRamp LMS API — 30 tools that let Claude manage users, courses, learning paths, certifications & academies in plain English.
README
An MCP (Model Context Protocol) server for the WorkRamp LMS API. It lets Claude (and any other MCP-compatible client) operate your WorkRamp instance in plain English — enroll users, assign learning paths, audit certifications, and query your content catalog without clicking through the admin UI or writing API calls by hand.
MCP WorkRamp LMS Python License: MIT
Turn "which sales reps haven't finished the Q3 compliance path?" into an answer Claude pulls straight from WorkRamp. If it saves you a trip through the admin console, ⭐ star the repo.
Features
30 tools across 9 categories:
- Connection — test API connectivity
- Users & Groups — list, create, update users; manage groups
- Guides — list courses, manage assignments
- Paths — list learning paths, manage assignments
- Content — browse content catalog, item folders
- Certifications — list certs, view awards
- Resources & SCORM — list resources and SCORM courses
- Events — list instructor-led events
- Academy — external learner portal (contacts, trainings, collections, registrations)
Setup
1. Clone and install
git clone https://github.com/msdanyg/workramp-mcp.git
cd workramp-mcp
python3 -m venv venv
source venv/bin/activate
pip install -e .
2. Get your API token
Generate a token from your WorkRamp admin console (Settings > API). This is a Bearer token, not OAuth.
3. Configure for Claude Code
Add to ~/.mcp.json:
{
"mcpServers": {
"workramp": {
"command": "/path/to/workramp-mcp/venv/bin/python",
"args": ["-m", "workramp_mcp.server"],
"env": {
"WORKRAMP_API_TOKEN": "your-token-here",
"WORKRAMP_BASE_URL": "https://app.workramp.com",
"WORKRAMP_ACADEMY_ID": ""
}
}
}
}
4. Configure for Claude Desktop
Add the same entry to ~/Library/Application Support/Claude/claude_desktop_config.json under mcpServers.
Environment Variables
| Variable | Required | Description |
|---|---|---|
WORKRAMP_API_TOKEN |
Yes | Bearer token from WorkRamp admin console |
WORKRAMP_BASE_URL |
No | Defaults to https://app.workramp.com. Use https://app.eu.workramp.com for EU accounts |
WORKRAMP_ACADEMY_ID |
No | Required only for Academy (external learner) endpoints |
API Notes
- Auth: Bearer token in header (no OAuth)
- Rate limits: 3,000/hour sustained, 13,000/hour burst (auto-retry on 429)
- Pagination: Supported on list endpoints via
page/per_pageparams - Timestamps: Mix of UNIX milliseconds and ISO8601
License
MIT — use it, fork it, adapt it.
Disclaimer
This is an independent, community-built integration and is not affiliated with, endorsed by, or supported by WorkRamp. "WorkRamp" is a trademark of its respective owner. Use your own API credentials and comply with WorkRamp's API terms.
Установка Workramp
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/msdanyg/workramp-mcpFAQ
Workramp MCP бесплатный?
Да, Workramp MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Workramp?
Нет, Workramp работает без API-ключей и переменных окружения.
Workramp — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Workramp в Claude Desktop, Claude Code или Cursor?
Открой Workramp на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Workramp with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
