Calypso multimodal RAG for grounded answers from docs, images, charts, and knowledge.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Hosted multimodal RAG for Claude Desktop, Cursor, and agent workflows — in one npx command.
Ask questions across PDFs, screenshots, charts, and diagrams, and upload new source material, without running a vector store, a Docker stack, or an OCR pipeline. Answers come back with citations you can check.
This server is a Calypso Context surface — the same knowledge layer that backs Calypso on WhatsApp, exposed to MCP clients. How the pieces fit →
npx -y @calypsohq/multimodal-rag-mcp-server --api-key sk-your-key-here/new resetGitHub | Docs | Smithery | Official MCP Registry
Tags: multimodal-rag, gemini-rag, hosted-rag-mcp, mcp-server
Instead of wiring each agent or workflow to a one-off document search stack, use this MCP as the agent-facing entry point to one reusable answer layer: upload source material once, retrieve across text and visual content, and return answers with evidence users can verify.
Or with environment variables:
Then add the same command to Claude Desktop, Cursor, or Smithery using the configuration examples below.
No local vector store, no Docker Compose, and no separate OCR or vision pipeline before an agent can ask a grounded question. Point the server at a Calypso API key and it discovers your team's agents and knowledge buckets on connect.
npx command; nothing to host or operate.Most company knowledge is not only text. The answer often lives across a setup screenshot, a PDF table, a product diagram, a help-center page, or a chart inside a report. Calypso packages that full knowledge surface into a single retrieval layer so agents can ask grounded questions without guessing from generic model memory.
In practice, this means your agent can answer questions like:
With calypso-agent you can:
model argument/v1/responses conversation model/newcalypso-agentfetch, Headers, Request, Response, FormData, Blob, and File) for API calls and SDK compatibility. The package bootstraps missing globals at startup for MCP runtimes that expose only part of the Node 18+ Web API surface.POST /v1/responsesGET /v1/rag-agent/modelsGET /v1/knowledge/bucketsPOST /v1/knowledge/files/upload-sessionPOST /v1/knowledge/files/upload-session/{session_id}/finalizePOST /v1/knowledge/files:batch/upload-sessionPOST /v1/knowledge/files:batch/upload-session/{batch_id}/finalizeGET /v1/knowledge/batches/{batch_id}sk-...)Environment variables:
CALYPSO_API_KEY (required)CALYPSO_API_BASE_URL (optional, default https://api.calypso.so/v1)CLI flags:
--api-key--api-base-urlConfiguration precedence:
https://api.calypso.so/v1)Add a new MCP server (command type) like:
In Claude Desktop:
Claude -> Settings -> Developer -> Edit Config
On macOS, the file is usually:
Claude Desktop uses claude_desktop_config.json for desktop MCP servers. Claude Code uses separate config locations such as ~/.claude.json or project-level .mcp.json.
Paste this into claude_desktop_config.json:
Replace:
sk-your-calypso-api-keywith your real Calypso API key.
Fully quit Claude Desktop, then reopen it.
Do not only close the window. On macOS:
After restart, the MCP should appear in Claude with these tools available:
calypso-agentcalypso-list-bucketscalypso-upload-filecalypso-upload-files-batchCalypso provides hosted multimodal RAG tools. It does not write generated reports, summaries, CSVs, JSON files, or web-search artifacts directly to your local computer.
To let Claude Desktop save generated files locally, add the standard filesystem MCP server alongside Calypso and restrict it to a dedicated safe folder.
Create the folder first:
Then add both servers to claude_desktop_config.json:
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/calypso-multimodal-rag-mcp)<a href="https://allmcps.com/mcp/calypso-multimodal-rag-mcp"><img src="https://allmcps.com/api/badge/calypso-multimodal-rag-mcp?style=directory" alt="Calypso Multimodal RAG MCP on AllMCPs" /></a>