imagine-mcp
Rank #2,201io.github.n24q02m/imagine-mcp
Production-grade MCP server for image and video understanding and generation across Gemini, OpenAI, and Grok.
imagine-mcp is a Model Context Protocol (MCP) server published by n24q02m. It ranks #2,201 of 77,308 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 14 tracked versions. It was first listed on Apr 17, 2026 and most recently updated on Jul 14, 2026.
Ranks ahead of 75,107 of 77,308 servers on MCP Toplist.
Use imagine-mcp
Add imagine-mcp to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"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 77,308" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
n24q02m
Other servers by n24q02m
- Better Notion MCP#520 · 50 vers
- Better Code Review Graph#538 · 34 vers
- Better Email MCP#593 · 45 vers
- Better Godot MCP#725 · 33 vers
- Wet MCP#767 · 39 vers
- Better Telegram MCP#838 · 53 vers
- Mnemo MCP#936 · 45 vers
Available versions (14)
| Version | Published |
|---|---|
| 1.9.0 | Jul 14, 2026 |
| 1.7.0 | Jul 1, 2026 |
| 1.6.0 | Jun 7, 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 8 MCP servers (313 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 14 versions of imagine-mcp, most recently published on Jul 14, 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.