kalvium-livebooks
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., "@kalvium-livebooksList my livebooks"
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.
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 chromeLog 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.
This 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.
Related MCP Servers
- Flicense-qualityDmaintenanceMCP server that enables searching, fetching, and navigating LibreTexts open textbooks in physics, math, chemistry, engineering, biology, statistics, and geosciences.Last updated
- Flicense-qualityAmaintenanceRead-only MCP server that provides Claude Desktop with access to converted Canvas course exports, including Markdown files, reports, and search tools for local course content.Last updated
- Alicense-qualityDmaintenanceMCP server enabling LLMs to query a local Calibre Content Server for ebook metadata, chapters, and content in HTML or Markdown.Last updated10MIT
- Alicense-qualityCmaintenanceRead-only MCP server for accessing GitBook content, including spaces, pages, and search, through AI assistants.Last updated640MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/L-Sandeep/kalvium-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server