MCP Imagenate
Rank #15,571io.github.mimo-3/mcp-imagenate
MCP server providing imagenate capabilities
MCP Imagenate is a Model Context Protocol (MCP) server published by mimo-3. It ranks #15,571 of 115,460 servers tracked on MCP Toplist, and its repository has 15 GitHub stars. MCP Imagenate is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Mar 21, 2026 and most recently updated on Mar 22, 2026.
Ranks ahead of 99,889 of 115,460 servers on MCP Toplist.
Use MCP Imagenate
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-imagenate -- npx -y mcp-imagenate[mcp_servers.mcp-imagenate]
command = "npx"
args = ["-y", "mcp-imagenate"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-imagenate": {
"command": "npx",
"args": [
"-y",
"mcp-imagenate"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-imagenate": {
"command": "npx",
"args": [
"-y",
"mcp-imagenate"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-imagenate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-imagenate"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-imagenate": {
"command": "npx",
"args": [
"-y",
"mcp-imagenate"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-imagenate": {
"command": "npx",
"args": [
"-y",
"mcp-imagenate"
]
}
}
}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.mimo-3%2Fmcp-imagenate)<a href="https://mcptoplist.com/server/io.github.mimo-3%2Fmcp-imagenate"><img src="https://mcptoplist.com/badge/io.github.mimo-3%2Fmcp-imagenate.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
mimo-3
Other servers by mimo-3
View all mimo-3 servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.5 | Mar 22, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Imagenate?
- MCP Imagenate is maintained by mimo-3, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is MCP Imagenate listed on the Official MCP Registry?
- Yes — MCP Imagenate is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Imagenate have?
- MCP Toplist tracks 2 versions of MCP Imagenate, most recently published on Mar 22, 2026.
- Where can I find the source code for MCP Imagenate?
- The source code for MCP Imagenate is hosted at github.com/mimo-3/mcp-imagenate.