Ui Annotator MCP
Rank #12,386io.github.mcpware/ui-annotator-mcp
MCP server providing ui-annotator-mcp capabilities
Ui Annotator MCP is a Model Context Protocol (MCP) server published by mcpware. It ranks #12,386 of 115,460 servers tracked on MCP Toplist, and its repository has 16 GitHub stars. Ui Annotator MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 4 tracked versions. It was first listed on Mar 19, 2026 and most recently updated on Mar 21, 2026.
Ranks ahead of 103,074 of 115,460 servers on MCP Toplist.
Use Ui Annotator MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ui-annotator-mcp -- npx -y @mcpware/ui-annotator[mcp_servers.ui-annotator-mcp]
command = "npx"
args = ["-y", "@mcpware/ui-annotator"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ui-annotator-mcp": {
"command": "npx",
"args": [
"-y",
"@mcpware/ui-annotator"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ui-annotator-mcp": {
"command": "npx",
"args": [
"-y",
"@mcpware/ui-annotator"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ui-annotator-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mcpware/ui-annotator"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ui-annotator-mcp": {
"command": "npx",
"args": [
"-y",
"@mcpware/ui-annotator"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ui-annotator-mcp": {
"command": "npx",
"args": [
"-y",
"@mcpware/ui-annotator"
]
}
}
}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.mcpware%2Fui-annotator-mcp)<a href="https://mcptoplist.com/server/io.github.mcpware%2Fui-annotator-mcp"><img src="https://mcptoplist.com/badge/io.github.mcpware%2Fui-annotator-mcp.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 (2 delisted)
mcpware
Other servers by mcpware
- Claude Code Organizer#2,657 · 15 vers
- Pagecast#9,391 · 3 vers
- Instagram MCP#11,626 · 2 vers
- Logoloom#11,627 · 2 vers
- notebooklm-api#59,475
Available versions (4)
| Version | Published |
|---|---|
| 0.1.6 | Mar 21, 2026 |
| 0.1.5 | Mar 21, 2026 |
| 0.1.1 | Mar 20, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Ui Annotator MCP?
- Ui Annotator MCP is maintained by mcpware, which publishes 6 MCP servers (26 total versions) tracked on MCP Toplist.
- Is Ui Annotator MCP listed on the Official MCP Registry?
- Yes — Ui Annotator MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Ui Annotator MCP have?
- MCP Toplist tracks 4 versions of Ui Annotator MCP, most recently published on Mar 21, 2026.
- Where can I find the source code for Ui Annotator MCP?
- The source code for Ui Annotator MCP is hosted at github.com/mcpware/ui-annotator-mcp.