S
Freeby MCP Community
A library of MCP servers for AI coding agents. Includes Figma, with more servers coming soon.
v0.2.0Added Apr 12, 2026
mcpfigmaaitypescriptmodel-context-protocol
S MCP Server
A library of MCP servers for AI coding agents. Includes Figma, with more servers coming soon.
Installation
npx -y @gustavobrunodev/mcp-servers
Reviews
Installation
Quick install
npx -y @gustavobrunodev/mcp-servers
Add to claude_desktop_config.json
{
"mcpServers": {
"s": {
"command": "npx",
"args": ["-y", "@gustavobrunodev/mcp-servers"]
}
}
}