diff --git a/source/_integrations/mcp.markdown b/source/_integrations/mcp.markdown
index a3cfbe54bf2..c24b0ef1f7e 100644
--- a/source/_integrations/mcp.markdown
+++ b/source/_integrations/mcp.markdown
@@ -32,7 +32,7 @@ Assistant. You can control what devices and entities it can access from the {% m
2. If your MCP server only supports the *stdio* protocol, you will also need an additional
MCP proxy (such as [mcp-proxy](https://github.com/sparfenyuk/mcp-proxy)) to expose
the server over *SSE*.
-3. If your MCP server requires authentication then you will need an OAuth Client ID and Secret.
+3. If your MCP server requires authentication, then you will need an OAuth Client ID and Secret.
{% include integrations/config_flow.md %}
@@ -81,7 +81,7 @@ are exposed.
### Authorization
-The Model Context Protocol supports OAuth, and allows you to give Home Assistant
+The Model Context Protocol supports OAuth, and allows you to give Home Assistant
access to restricted MCP servers. You can enter the MCP Servers [Application Credentials](https://www.home-assistant.io/integrations/application_credentials/) when configuring
the MCP integration.