Librus
БесплатноНе проверенEnables read-only access to a Librus Portal account, letting users list linked Synergia accounts and retrieve grades, attendance, timetable, homework, notices,
Описание
Enables read-only access to a Librus Portal account, letting users list linked Synergia accounts and retrieve grades, attendance, timetable, homework, notices, and school information.
README
Local, read-only MCP server for a Librus Portal account. It uses the Portal login flow to obtain a short-lived Librus API token for a chosen Synergia account.
Security model
- Credentials are read from
LIBRUS_EMAILandLIBRUS_PASSWORDonly. - Cookies and tokens are kept in memory and are discarded when the process exits or
librus_logoutis called. - The server permits HTTPS requests only to
portal.librus.plandapi.librus.pl. - It exposes an allowlist of read-only API resources; it cannot send messages, mark notices read, or submit arbitrary requests.
- It deliberately writes no request, response, credential, token, or API payload to stdout/stderr. Stdout is reserved for MCP protocol traffic.
Do not put credentials in package.json, MCP configuration checked into git, or a tracked .env file.
Install and build
cd /home/xadix0wy/librus-mcp
npm install
npm run build
Configure an MCP host
Use environment variables in the host's private configuration or secret store:
{
"mcpServers": {
"librus": {
"command": "node",
"args": ["/home/xadix0wy/librus-mcp/dist/index.js"],
"env": {
"LIBRUS_EMAIL": "[email protected]",
"LIBRUS_PASSWORD": "your-password"
}
}
}
}
LIBRUS_CLIENT_ID is optional. The default is the public client ID from the legacy Librus mobile flow. It is not treated as a secret.
Tools
librus_profiles: lists the Synergia accounts linked to the Portal account.librus_get: reads grades, attendance, timetable, homework, notices, school information and other supported API resources. Passaccount_loginfromlibrus_profiles.librus_logout: clears all in-memory authentication material.
The Portal can require reCAPTCHA or an account action. The server stops with a clear error in that case; complete the required action directly at https://portal.librus.pl or in the official app, then retry.
Compatibility
This relies on an undocumented Portal/API flow observed in the legacy Szkolny Android source. Librus can change or restrict it without notice. It is intended only for the account owner and should be used in accordance with Librus terms and school policy.
Установка Librus
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/TechAdrianPro/librus-mcpFAQ
Librus MCP бесплатный?
Да, Librus MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Librus?
Нет, Librus работает без API-ключей и переменных окружения.
Librus — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Librus в Claude Desktop, Claude Code или Cursor?
Открой Librus на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Librus with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
