Skip to main content
Glama

Kalvium Livebooks MCP

A read-only MCP server that lets an MCP client such as Claude Desktop browse the Livebooks accessible through your own existing Kalvium browser session. It uses Playwright's persistent profile and does not implement, bypass, or reverse engineer authentication.

Setup

Requires Python 3.13 and Google Chrome.

py -3.13 -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
playwright install chrome

Log into https://app.kalvium.community in the Chrome profile stored in playwright-profile. The profile must not be open in another Chrome process when the MCP server is running.

Related MCP server: CoursePack Local MCP Server

Claude Desktop configuration

Add this server to Claude Desktop's MCP configuration, updating the paths for your installation:

{
  "mcpServers": {
    "kalvium-livebooks": {
      "command": "C:\\Users\\sande\\kalvium-mcp\\.venv\\Scripts\\python.exe",
      "args": ["C:\\Users\\sande\\kalvium-mcp\\server.py"]
    }
  }
}

Restart Claude Desktop after saving the configuration.

Tools

  • list_livebooks: lists Livebooks you can access.

  • list_lessons(livebook_id): expands each module and lists its lessons.

  • get_lesson(url): returns a lesson converted to Markdown for studying.

The scraper opens pages only on app.kalvium.community, validates lesson URLs, and closes Chrome after each request.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Read-only MCP server for ClassQuill, a tutoring-business-management platform.

  • MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.

  • MCP server for accessing curated awesome list documentation

View all MCP Connectors

Latest Blog Posts

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/L-Sandeep/kalvium-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server