worklab-tools
Allows generating images using Google Gemini API and uses Gemini for PPT generation via OpenRouter.
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., "@worklab-toolssearch for notes about machine learning"
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.
worklab-tools — MCP Server for Personal Knowledge Management
A Model Context Protocol (MCP) server that provides AI-powered tools for knowledge management, including semantic search, audio transcription, image generation, and PPT creation.
Built for use with Claude Code and the Knowledge system.
Tools
Tool | Description |
| Semantic search over knowledge base (ChromaDB + bge-m3) |
| Full rebuild of vector index from all markdown files |
| Incremental index update (MD5 diff, only re-index changed files) |
| Generate PPT: plan outline → slide images → PDF output |
| Generate image from text description (Gemini) |
| Speech-to-text with speaker diarization (Whisper + pyannote) |
| Register speaker voiceprint for future identification |
Related MCP server: rag-mcp
Setup
# Clone
git clone https://github.com/Ryeliu/worklab-tools.git
cd worklab-tools
# Install dependencies (requires Python 3.12+, uv recommended)
uv sync
# Configure environment
cp .env.example .env
# Edit .env with your API keys
# Run
uv run mcp run server.pyEnvironment Variables
Create a .env file:
GEMINI_API_KEY=your_google_ai_studio_key
HF_TOKEN=your_huggingface_token
OPENROUTER_BASE_URL=https://openrouter.ai/api/v1
OPENROUTER_API_KEY=your_openrouter_keyVariable | Required For | Source |
|
| |
|
| |
|
|
Register with Claude Code
Add to your Claude Code MCP settings:
{
"mcpServers": {
"worklab-tools": {
"command": "uv",
"args": ["run", "--directory", "/path/to/worklab-tools", "mcp", "run", "server.py"],
"env": {
"GEMINI_API_KEY": "...",
"HF_TOKEN": "...",
"OPENROUTER_BASE_URL": "https://openrouter.ai/api/v1",
"OPENROUTER_API_KEY": "..."
}
}
}
}Dependencies
Semantic Search:
chromadb,sentence-transformers(BAAI/bge-m3, CPU)Transcription:
openai-whisper(large-v3),pyannote.audio(speaker diarization)PPT Generation:
openaiSDK (OpenRouter → Gemini),PillowImage Generation:
httpx(Gemini API direct)
License
MIT
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.
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/Ryeliu/worklab-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server