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