DESY MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DESY MCP Serverget the HTML code for the button component"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DESY MCP Server
Servidor MCP para el Sistema de Diseño del Gobierno de Aragón
Este servidor MCP proporciona acceso programático a la documentación de DESY, permitiendo a los asistentes de IA obtener código de componentes, guías de estilo y patrones.
URL de producción: https://desy-mcp.replit.app
Servidor MCP de DESY
El servidor MCP de DESY proporciona acceso programático a la documentación del Sistema de Diseño del Gobierno de Aragón, incluyendo:
Componentes: Botones, formularios, modales, tablas, etc.
Patrones: Patrones de UI para casos de uso comunes
Estilos: Colores, tipografía, espaciado, retícula
Código: Implementaciones en HTML, Nunjucks y Angular
Herramientas disponibles
Herramienta | Descripción |
| Obtiene el código HTML de un componente |
| Obtiene el código Nunjucks de un componente |
| Obtiene el código Angular de un componente |
| Obtiene los parámetros configurables de un componente |
| Busca componentes por nombre o descripción |
| Obtiene guías de estilo y documentación |
| Lista todas las categorías y componentes |
Related MCP server: web-ui-component-spec-mcp
Instalación en clientes MCP
Cursor
Añadir a ~/.cursor/mcp.json o .cursor/mcp.json (proyecto-específico):
{
"mcpServers": {
"DESY MCP Server": {
"url": "https://desy-mcp.replit.app"
}
}
}VS Code
Añadir al settings.json de VS Code:
{
"mcp": {
"servers": {
"DESY MCP Server": {
"type": "http",
"url": "https://desy-mcp.replit.app"
}
}
}
}Claude Desktop / Claude.ai
Ir a Settings → Connectors → Add Custom Connector
Rellenar:
Name:
DESY MCP ServerURL:
https://desy-mcp.replit.app
Claude Code
Ejecutar en terminal:
claude mcp add --transport http "DESY-MCP-Server" https://desy-mcp.replit.appWindsurf
{
"mcpServers": {
"DESY MCP Server": {
"serverUrl": "https://desy-mcp.replit.app"
}
}
}Desarrollo
Requisitos
Node.js 20+
npm
Instalación y ejecución
# Instalar dependencias
npm install
# Ejecutar servidor MCP
npm startEl servidor HTTP se ejecuta en el puerto 5000 y proporciona:
Página de instrucciones en
/Endpoint MCP en
/mcp
Licencia
MIT
Atribución
Este proyecto está basado en install-this-mcp de Jan Wilmake.
El Sistema de Diseño DESY es desarrollado por el Gobierno de Aragón.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gorilas/desy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server