imagine-mcp
Rank #2,546io.github.n24q02m/imagine-mcp
MCP server for image/video understanding & generation (Gemini/OpenAI/Grok)
imagine-mcp is a Model Context Protocol (MCP) server published by n24q02m. It ranks #2,546 of 121,933 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. imagine-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 26 tracked versions. It was first listed on Apr 17, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 119,387 of 121,933 servers on MCP Toplist.
Use imagine-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add imagine-mcp -e "UNDERSTAND_MODELS=<your UNDERSTAND_MODELS>" -e "GEMINI_API_KEY=<your GEMINI_API_KEY>" -e "OPENAI_API_KEY=<your OPENAI_API_KEY>" -e "XAI_API_KEY=<your XAI_API_KEY>" -- uvx imagine-mcpReplace each placeholder with your own value before saving.
claude mcp add imagine-mcp -e "UNDERSTAND_MODELS=<your UNDERSTAND_MODELS>" -e "GEMINI_API_KEY=<your GEMINI_API_KEY>" -e "OPENAI_API_KEY=<your OPENAI_API_KEY>" -e "XAI_API_KEY=<your XAI_API_KEY>" -- docker run -i --rm docker.io/n24q02m/imagine-mcp:latestReplace each placeholder with your own value before saving.
[mcp_servers.imagine-mcp]
command = "uvx"
args = ["imagine-mcp"]
[mcp_servers.imagine-mcp.env]
UNDERSTAND_MODELS = "<your UNDERSTAND_MODELS>"
GEMINI_API_KEY = "<your GEMINI_API_KEY>"
OPENAI_API_KEY = "<your OPENAI_API_KEY>"
XAI_API_KEY = "<your XAI_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.imagine-mcp]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/n24q02m/imagine-mcp:latest"]
[mcp_servers.imagine-mcp.env]
UNDERSTAND_MODELS = "<your UNDERSTAND_MODELS>"
GEMINI_API_KEY = "<your GEMINI_API_KEY>"
OPENAI_API_KEY = "<your OPENAI_API_KEY>"
XAI_API_KEY = "<your XAI_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"imagine-mcp": {
"command": "uvx",
"args": [
"imagine-mcp"
],
"env": {
"UNDERSTAND_MODELS": "<your UNDERSTAND_MODELS>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"XAI_API_KEY": "<your XAI_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"imagine-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/n24q02m/imagine-mcp:latest"
],
"env": {
"UNDERSTAND_MODELS": "<your UNDERSTAND_MODELS>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"XAI_API_KEY": "<your XAI_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"imagine-mcp": {
"command": "uvx",
"args": [
"imagine-mcp"
],
"env": {
"UNDERSTAND_MODELS": "<your UNDERSTAND_MODELS>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"XAI_API_KEY": "<your XAI_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"imagine-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/n24q02m/imagine-mcp:latest"
],
"env": {
"UNDERSTAND_MODELS": "<your UNDERSTAND_MODELS>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"XAI_API_KEY": "<your XAI_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"imagine-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"imagine-mcp"
],
"env": {
"UNDERSTAND_MODELS": "<your UNDERSTAND_MODELS>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"XAI_API_KEY": "<your XAI_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"imagine-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/n24q02m/imagine-mcp:latest"
],
"env": {
"UNDERSTAND_MODELS": "<your UNDERSTAND_MODELS>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"XAI_API_KEY": "<your XAI_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"imagine-mcp": {
"command": "uvx",
"args": [
"imagine-mcp"
],
"env": {
"UNDERSTAND_MODELS": "<your UNDERSTAND_MODELS>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"XAI_API_KEY": "<your XAI_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"imagine-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/n24q02m/imagine-mcp:latest"
],
"env": {
"UNDERSTAND_MODELS": "<your UNDERSTAND_MODELS>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"XAI_API_KEY": "<your XAI_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"imagine-mcp": {
"command": "uvx",
"args": [
"imagine-mcp"
],
"env": {
"UNDERSTAND_MODELS": "<your UNDERSTAND_MODELS>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"XAI_API_KEY": "<your XAI_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"imagine-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/n24q02m/imagine-mcp:latest"
],
"env": {
"UNDERSTAND_MODELS": "<your UNDERSTAND_MODELS>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"XAI_API_KEY": "<your XAI_API_KEY>"
}
}
}
}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.n24q02m%2Fimagine-mcp)<a href="https://mcptoplist.com/server/io.github.n24q02m%2Fimagine-mcp"><img src="https://mcptoplist.com/badge/io.github.n24q02m%2Fimagine-mcp.svg" alt="MCP Toplist: Top 5% of 121,933" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
n24q02m
Other servers by n24q02m
- Better Email MCP#560 · 63 vers
- Better Code Review Graph#562 · 46 vers
- Better Notion MCP#563 · 64 vers
- Better Godot MCP#655 · 47 vers
- Wet MCP#705 · 57 vers
- Better Telegram MCP#901 · 63 vers
- Mnemo MCP#936 · 58 vers
- better-workspace-mcp#6,992 · 5 vers
Available versions (26)
| Version | Published |
|---|---|
| 1.11.1 | Aug 31, 2026 |
| 1.11.0 | Aug 29, 2026 |
| 1.10.1 | Jul 18, 2026 |
| 1.10.0 | Jul 18, 2026 |
| 1.9.0 | Jul 14, 2026 |
| 1.8.1 | Jul 5, 2026 |
| 1.8.0 | Jul 2, 2026 |
| 1.7.0 | Jul 1, 2026 |
| 1.6.1 | Jun 9, 2026 |
| 1.6.0 | Jun 7, 2026 |
| 1.5.4 | Jun 1, 2026 |
| 1.5.3 | May 29, 2026 |
| 1.5.2 | May 29, 2026 |
| 1.5.1 | May 28, 2026 |
| 1.5.0 | May 26, 2026 |
| 1.4.0 | May 9, 2026 |
| 1.3.0 | May 6, 2026 |
| 1.2.0 | May 4, 2026 |
| 1.1.4 | Apr 29, 2026 |
| 1.1.3 | Apr 29, 2026 |
| 1.1.2 | Apr 28, 2026 |
| 1.1.1 | Apr 28, 2026 |
| 1.1.0 | Apr 27, 2026 |
| 1.0.2 | Apr 24, 2026 |
| 1.0.1 | Apr 24, 2026 |
| 1.0.0 | Apr 24, 2026 |
Frequently asked questions
- Who maintains imagine-mcp?
- imagine-mcp is maintained by n24q02m, which publishes 9 MCP servers (429 total versions) tracked on MCP Toplist.
- Is imagine-mcp listed on the Official MCP Registry?
- Yes — imagine-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does imagine-mcp have?
- MCP Toplist tracks 26 versions of imagine-mcp, most recently published on Aug 31, 2026.
- Where can I find the source code for imagine-mcp?
- The source code for imagine-mcp is hosted at github.com/n24q02m/imagine-mcp.git.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.