Sibyl

Sibyl

MCP server for Google's Gemini API, enabling text, image, video, speech, embeddings, and deep research capabilities through a single tool set.

Category
Visit Server

README

<div align="center">

<img src="assets/logo.png" alt="Sibyl" width="160" />

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.

<a href="https://www.buymeacoffee.com/hello_emrah"><img src="https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20coffee&emoji=%E2%98%95&slug=hello_emrah&button_colour=2E7D74&font_colour=ffffff&coffee_colour=ffffff&outline_colour=ffffff&font_family=Inter" alt="Buy me a coffee" height="44" /></a>

</div>


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
generate Text, code, chat and reasoning with Gemini
generate_image / edit_image Generate or edit images (Nano Banana). Edit takes one or more inputs for compositing and iterative refinement
generate_video / video_status Generate video with Veo. Async: fire, then poll
speak Text to speech with Gemini TTS
embed Embedding vectors for one or more texts
deep_research / research_get / research_followup Fire an autonomous multi-step research task, poll it, and save a cited Markdown report; ask follow-ups without re-running

Requirements

Install

git clone https://github.com/hello-emrah/sibyl-mcp.git
cd sibyl-mcp
npm install

Wire into Claude

{
  "mcpServers": {
    "sibyl": {
      "command": "node",
      "args": ["/absolute/path/to/sibyl-mcp/index.js"],
      "env": { "GEMINI_API_KEY": "your-key" }
    }
  }
}

Config

Variable Purpose
GEMINI_API_KEY Required. Your Gemini API key.
GEMINI_DEEP_RESEARCH_API_KEY Optional. A separate key for the research agent; falls back to GEMINI_API_KEY.
GEMINI_TEXT_MODEL / GEMINI_IMAGE_MODEL / GEMINI_VIDEO_MODEL / GEMINI_TTS_MODEL / GEMINI_EMBED_MODEL Optional model overrides; sensible current defaults otherwise.
SIBYL_OUTPUT_DIR Where research reports and embedding files land by default.

License

MIT.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured