{% extends "base.html" %} {% block title %}{{ _('MCP Server Catalog') }} — mcprack{% endblock %} {% block content %}

{{ _('MCP Server Catalog') }}

{{ _('Select the AI tools and services you want to use, save your selection, then download or copy the config for your client. You can change your selection anytime.') }}

{{ _('Download Your Config') }}

{{ _("Once you've selected the servers you need, download or copy the config for your AI client:") }}

{{ _('Available Servers') }}

{% if servers %}
{% for server in servers %}
{% endfor %}
{% else %}

{{ _('No servers available yet. Ask an admin to register some.') }}

{% endif %}
{% endblock %}