MCP Server
Maintained
MIT
io.github.Forge-Space/ui-mcp MCP Server
io.github.Forge-Space/ui-mcp
What is the io.github.Forge-Space/ui-mcp MCP server?
Forge Space MCP server for UI and backend generation via stdio transport.
How to install io.github.Forge-Space/ui-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ui-mcp": {
"command": "npx",
"args": [
"-y",
"@forgespace/ui-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ui-mcp": {
"command": "npx",
"args": [
"-y",
"@forgespace/ui-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ui-mcp": {
"command": "npx",
"args": [
"-y",
"@forgespace/ui-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ui-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@forgespace/ui-mcp"
]
}
}
}Claude Code
claude mcp add ui-mcp -- npx -y @forgespace/ui-mcpRelated MCP servers
io.github.Forge-Space/branding-mcp
Maintained
AI-powered brand identity generation via MCP with design tokens, typography, and logo assets.
1
View repository →TypeScript
MIT