Calypso Multimodal RAG MCP
Rank #23,329io.github.calypso-so/multimodal-rag-mcp-server
Calypso multimodal RAG for grounded answers from docs, images, charts, and knowledge.
Calypso Multimodal RAG MCP is a Model Context Protocol (MCP) server published by calypso-so. It ranks #23,329 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Calypso Multimodal RAG MCP is listed on Official MCP, with 3 tracked versions. It was first listed on Jun 3, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 92,131 of 115,460 servers on MCP Toplist.
Use Calypso Multimodal RAG MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add multimodal-rag-mcp-server -e "CALYPSO_API_KEY=<your CALYPSO_API_KEY>" -e "CALYPSO_API_BASE_URL=<your CALYPSO_API_BASE_URL>" -- npx -y @calypsohq/multimodal-rag-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.multimodal-rag-mcp-server]
command = "npx"
args = ["-y", "@calypsohq/multimodal-rag-mcp-server"]
[mcp_servers.multimodal-rag-mcp-server.env]
CALYPSO_API_KEY = "<your CALYPSO_API_KEY>"
CALYPSO_API_BASE_URL = "<your CALYPSO_API_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"multimodal-rag-mcp-server": {
"command": "npx",
"args": [
"-y",
"@calypsohq/multimodal-rag-mcp-server"
],
"env": {
"CALYPSO_API_KEY": "<your CALYPSO_API_KEY>",
"CALYPSO_API_BASE_URL": "<your CALYPSO_API_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"multimodal-rag-mcp-server": {
"command": "npx",
"args": [
"-y",
"@calypsohq/multimodal-rag-mcp-server"
],
"env": {
"CALYPSO_API_KEY": "<your CALYPSO_API_KEY>",
"CALYPSO_API_BASE_URL": "<your CALYPSO_API_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"multimodal-rag-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@calypsohq/multimodal-rag-mcp-server"
],
"env": {
"CALYPSO_API_KEY": "<your CALYPSO_API_KEY>",
"CALYPSO_API_BASE_URL": "<your CALYPSO_API_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"multimodal-rag-mcp-server": {
"command": "npx",
"args": [
"-y",
"@calypsohq/multimodal-rag-mcp-server"
],
"env": {
"CALYPSO_API_KEY": "<your CALYPSO_API_KEY>",
"CALYPSO_API_BASE_URL": "<your CALYPSO_API_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"multimodal-rag-mcp-server": {
"command": "npx",
"args": [
"-y",
"@calypsohq/multimodal-rag-mcp-server"
],
"env": {
"CALYPSO_API_KEY": "<your CALYPSO_API_KEY>",
"CALYPSO_API_BASE_URL": "<your CALYPSO_API_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.calypso-so%2Fmultimodal-rag-mcp-server)<a href="https://mcptoplist.com/server/io.github.calypso-so%2Fmultimodal-rag-mcp-server"><img src="https://mcptoplist.com/badge/io.github.calypso-so%2Fmultimodal-rag-mcp-server.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
calypso-so
Available versions (3)
| Version | Published |
|---|---|
| 2.3.1 | Aug 28, 2026 |
| 2.0.0 | Aug 19, 2026 |
| 1.0.30 | Jun 3, 2026 |
Frequently asked questions
- Who maintains Calypso Multimodal RAG MCP?
- Calypso Multimodal RAG MCP is maintained by calypso-so, which publishes 6 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Calypso Multimodal RAG MCP listed on the Official MCP Registry?
- Yes — Calypso Multimodal RAG MCP is listed on the Official MCP Registry.
- How many versions does Calypso Multimodal RAG MCP have?
- MCP Toplist tracks 3 versions of Calypso Multimodal RAG MCP, most recently published on Aug 28, 2026.
- Where can I find the source code for Calypso Multimodal RAG MCP?
- The source code for Calypso Multimodal RAG MCP is hosted at github.com/calypso-so/calypso-mcp-server.