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. |
Why "Sibyl"
The Sibyl was the prophetess of the ancient world, an oracle with no temple of her own, a wandering voice of foresight who spoke the future in riddles. She is the twin to the Pythia: where Pythia spoke for Apollo at Delphi, Sibyl speaks for Gemini here. Fitting that the Gemini API, named for the twins, should fall to the oracle's twin.
Design philosophy
The visual mark and the tool itself were built deliberately against the visual language of capitalist software design. No gradients, no neon, no glass, no drop shadows, no isometric stock illustration. Single-shade flat seals in warm, considered colours, ancient-glyph silhouettes, generous whitespace. The mark could be pressed into wax or carved into stone.
This tool is built for personal use and shared openly. It is not productised, monetised, or instrumented. Use it for your own work or fork it for yours.
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/hello-emrah/sibyl-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server