MarkItUp - AI Image Marketing and Annotation
Rank #42,150io.github.smythmyke/markitup-mcp-server
MarkItUp AI image annotation and marketing-visual generator (variations, outpaint, bg-removal).
MarkItUp - AI Image Marketing and Annotation is a Model Context Protocol (MCP) server published by smythmyke. It ranks #42,150 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. MarkItUp - AI Image Marketing and Annotation is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on May 19, 2026 and most recently updated on May 19, 2026.
Ranks ahead of 73,310 of 115,460 servers on MCP Toplist.
Use MarkItUp - AI Image Marketing and Annotation
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add markitup-mcp-server -e "MARKITUP_API_KEY=<your MARKITUP_API_KEY>" -e "MARKITUP_API_BASE=<your MARKITUP_API_BASE>" -- npx -y markitup-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.markitup-mcp-server]
command = "npx"
args = ["-y", "markitup-mcp-server"]
[mcp_servers.markitup-mcp-server.env]
MARKITUP_API_KEY = "<your MARKITUP_API_KEY>"
MARKITUP_API_BASE = "<your MARKITUP_API_BASE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"markitup-mcp-server": {
"command": "npx",
"args": [
"-y",
"markitup-mcp-server"
],
"env": {
"MARKITUP_API_KEY": "<your MARKITUP_API_KEY>",
"MARKITUP_API_BASE": "<your MARKITUP_API_BASE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"markitup-mcp-server": {
"command": "npx",
"args": [
"-y",
"markitup-mcp-server"
],
"env": {
"MARKITUP_API_KEY": "<your MARKITUP_API_KEY>",
"MARKITUP_API_BASE": "<your MARKITUP_API_BASE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"markitup-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"markitup-mcp-server"
],
"env": {
"MARKITUP_API_KEY": "<your MARKITUP_API_KEY>",
"MARKITUP_API_BASE": "<your MARKITUP_API_BASE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"markitup-mcp-server": {
"command": "npx",
"args": [
"-y",
"markitup-mcp-server"
],
"env": {
"MARKITUP_API_KEY": "<your MARKITUP_API_KEY>",
"MARKITUP_API_BASE": "<your MARKITUP_API_BASE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"markitup-mcp-server": {
"command": "npx",
"args": [
"-y",
"markitup-mcp-server"
],
"env": {
"MARKITUP_API_KEY": "<your MARKITUP_API_KEY>",
"MARKITUP_API_BASE": "<your MARKITUP_API_BASE>"
}
}
}
}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.smythmyke%2Fmarkitup-mcp-server)<a href="https://mcptoplist.com/server/io.github.smythmyke%2Fmarkitup-mcp-server"><img src="https://mcptoplist.com/badge/io.github.smythmyke%2Fmarkitup-mcp-server.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
smythmyke
Other servers by smythmyke
- GovToolsPro#13,627 · 1 ver
- AI Patent Search#42,124 · 1 ver
- Jackpot Keywords#45,979 · 2 vers
- JackpotKeywords#55,171 · 1 ver
- Bull Generator#55,172 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | May 19, 2026 |
Frequently asked questions
- Who maintains MarkItUp - AI Image Marketing and Annotation?
- MarkItUp - AI Image Marketing and Annotation is maintained by smythmyke, which publishes 6 MCP servers (7 total versions) tracked on MCP Toplist.
- Is MarkItUp - AI Image Marketing and Annotation listed on the Official MCP Registry?
- Yes — MarkItUp - AI Image Marketing and Annotation is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does MarkItUp - AI Image Marketing and Annotation have?
- MCP Toplist tracks 1 version of MarkItUp - AI Image Marketing and Annotation, most recently published on May 19, 2026.
- Where can I find the source code for MarkItUp - AI Image Marketing and Annotation?
- The source code for MarkItUp - AI Image Marketing and Annotation is hosted at github.com/smythmyke/markitup-mcp-server.