diff --git a/templates/users/_api_tokens.html.twig b/templates/users/_api_tokens.html.twig
index b274c9b6..e98c9670 100644
--- a/templates/users/_api_tokens.html.twig
+++ b/templates/users/_api_tokens.html.twig
@@ -94,6 +94,21 @@
+ {% if is_granted("@api.use_mcp") %}
+
+
+ {% trans %}api.api_endpoints.mcp_url{% endtrans %}:
+
+
+
+ {{ absolute_url('/mcp') }}
+
+
+
+ {% endif %}
+
-
\ No newline at end of file
+
diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf
index 0f0bae0e..ccf977e3 100644
--- a/translations/messages.en.xlf
+++ b/translations/messages.en.xlf
@@ -13799,5 +13799,11 @@ Buerklin-API Authentication server:
Use MCP tools (for AI agents)
+
+
+ api.api_endpoints.mcp_url
+ MCP endpoint
+
+