Framingui Skill
Rank #17,719io.github.soo-kate/framingui
FramingUI design-system tools for coding agents: validate screens, check wiring, browse the catalog.
Framingui Skill is a Model Context Protocol (MCP) server published by soo-kate. It ranks #17,719 of 132,046 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Framingui Skill is listed on Official MCP, with 1 tracked version. It was first listed on Aug 18, 2026 and most recently updated on Aug 18, 2026.
Ranks ahead of 114,327 of 132,046 servers on MCP Toplist.
Use Framingui Skill
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add framingui -- npx -y @framingui/mcp[mcp_servers.framingui]
command = "npx"
args = ["-y", "@framingui/mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"framingui": {
"command": "npx",
"args": [
"-y",
"@framingui/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"framingui": {
"command": "npx",
"args": [
"-y",
"@framingui/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"framingui": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@framingui/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"framingui": {
"command": "npx",
"args": [
"-y",
"@framingui/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"framingui": {
"command": "npx",
"args": [
"-y",
"@framingui/mcp"
]
}
}
}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.soo-kate%2Fframingui)<a href="https://mcptoplist.com/server/io.github.soo-kate%2Fframingui"><img src="https://mcptoplist.com/badge/io.github.soo-kate%2Fframingui.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
soo-kate
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 18, 2026 |
Frequently asked questions
- Who maintains Framingui Skill?
- Framingui Skill is maintained by soo-kate, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Framingui Skill listed on the Official MCP Registry?
- Yes — Framingui Skill is listed on the Official MCP Registry.
- How many versions does Framingui Skill have?
- MCP Toplist tracks 1 version of Framingui Skill, most recently published on Aug 18, 2026.
- Where can I find the source code for Framingui Skill?
- The source code for Framingui Skill is hosted at github.com/soo-kate/framingui-skill.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.