Sibyl
Provides tools for text generation, image generation and editing, video generation, text-to-speech, embeddings, and deep research using Google's Gemini API.
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., "@SibylWrite a haiku about the moon"
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.
Sibyl
The oracle for Google's Gemini.
Where Pythia speaks for OpenAI, Sibyl speaks for Gemini. One MCP across the whole generative surface: text, image, video, speech, embeddings, and deep research. Built for personal use, shared openly, not productised.
Sibyl is a local Model Context Protocol server wrapping Google's Gemini generative API. It folds the old nano-banana (image) and gemini-deep-research servers into one coherent Gemini surface, and adds text, video, speech and embeddings, so an assistant reaches everything Gemini generates through a single tool set.
Tools
Tool | What it does |
| Text, code, chat and reasoning with Gemini |
| Generate or edit images (Nano Banana). Edit takes one or more inputs for compositing and iterative refinement |
| Generate video with Veo. Async: fire, then poll |
| Text to speech with Gemini TTS |
| Embedding vectors for one or more texts |
| Fire an autonomous multi-step research task, poll it, and save a cited Markdown report; ask follow-ups without re-running |
Related MCP server: gemini-webapi-mcp
Requirements
Node 18 or newer.
A Gemini API key from Google AI Studio.
Install
git clone https://github.com/hello-emrah/sibyl-mcp.git
cd sibyl-mcp
npm installWire into Claude
{
"mcpServers": {
"sibyl": {
"command": "node",
"args": ["/absolute/path/to/sibyl-mcp/index.js"],
"env": { "GEMINI_API_KEY": "your-key" }
}
}
}Config
Variable | Purpose |
| Required. Your Gemini API key. |
| Optional. A separate key for the research agent; falls back to |
| Optional model overrides; sensible current defaults otherwise. |
| Where research reports and embedding files land by default. |
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
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/hello-emrah/sibyl-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server