diff --git a/MAUI/AI-Coding-Assistant/mcp-server.md b/MAUI/AI-Coding-Assistant/mcp-server.md
index c0a310899..7966d33c5 100644
--- a/MAUI/AI-Coding-Assistant/mcp-server.md
+++ b/MAUI/AI-Coding-Assistant/mcp-server.md
@@ -11,7 +11,7 @@ documentation: ug
## Overview
-The `SyncfusionMAUIAssistant` is a specialized [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/getting-started/intro) server that provides intelligent assistance for developers using Syncfusion's .NET MAUI component libraries. This tool seamlessly integrates with compatible [MCP clients](https://modelcontextprotocol.io/clients) to enhance your development workflow when building .NET MAUI applications with Syncfusion® components.
+The [SyncfusionMAUIAssistant](https://www.npmjs.com/package/@syncfusion/maui-assistant) is a specialized [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/getting-started/intro) server that provides intelligent assistance for developers using Syncfusion's .NET MAUI component libraries. This tool seamlessly integrates with compatible [MCP clients](https://modelcontextprotocol.io/clients) to enhance your development workflow when building .NET MAUI applications with Syncfusion® components.
### Key Benefits
@@ -21,7 +21,7 @@ The `SyncfusionMAUIAssistant` is a specialized [Model Context Protocol (MCP)](ht
## Prerequisites
-Before using `SyncfusionMAUIAssistant`, ensure you have:
+Before using [SyncfusionMAUIAssistant](https://www.npmjs.com/package/@syncfusion/maui-assistant), ensure you have:
* Required [node](https://nodejs.org/en/) version >= 18
* A [compatible MCP client](https://modelcontextprotocol.io/clients) (VS Code with GitHub Copilot, [Syncfusion® CodeStudio](https://www.syncfusion.com/code-studio/), etc.)
@@ -94,7 +94,7 @@ Below are setup instructions for popular MCP clients:
}
```
-* After updating the configuration in settings.json, you'll notice a "Start" option at the top of the config. This allows you to easily start the `SyncfusionMauiAssistant` server directly from the settings interface without additional commands.
+* After updating the configuration in mcp.json, you'll notice a "Start" option at the top of the config. This allows you to easily start the [SyncfusionMauiAssistant](https://www.npmjs.com/package/@syncfusion/maui-assistant) server directly from the settings interface without additional commands.
* Confirm the server is active by checking for a message like: `SyncfusionMAUIAssistant is running...` in the output.
@@ -123,7 +123,7 @@ Below are setup instructions for popular MCP clients:
```
* After updating the mcp.json configuration, open the GitHub Copilot Chat window. Click the Ask arrow, then select Agent.
-* Select the `SyncfusionMAUIAssistant`from the tools section.
+* Select the [SyncfusionMAUIAssistant](https://www.npmjs.com/package/@syncfusion/maui-assistant) from the tools section.
* For more details, refer to the official [Visual Studio documentation](https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers?view=vs-2022).
### Cursor
@@ -208,7 +208,7 @@ Syncfusion® MCP Servers provide full access
### Example Queries
-Here are some effective ways to use `SyncfusionMAUIAssistant`:
+Here are some effective ways to use [SyncfusionMAUIAssistant](https://www.npmjs.com/package/@syncfusion/maui-assistant):
* "Create a Syncfusion .NET MAUI DataGrid component with paging, sorting and filtering"
* "How do I implement data binding with Syncfusion .NET MAUI Scheduler?"
diff --git a/MAUI/AI-Coding-Assistant/overview.md b/MAUI/AI-Coding-Assistant/overview.md
index 11107ac10..f7941c755 100644
--- a/MAUI/AI-Coding-Assistant/overview.md
+++ b/MAUI/AI-Coding-Assistant/overview.md
@@ -66,5 +66,5 @@ The Syncfusion® AI Coding Assistant is desi
## See also
-* Add the `SyncfusionMAUIAssistant MCP Server` to an MCP-enabled client
+* Add the [SyncfusionMAUIAssistant MCP Server](https://help.syncfusion.com/maui/ai-coding-assistant/mcp-server) to an MCP-enabled client
* [Syncfusion® MAUI Documentation](https://help.syncfusion.com/maui/introduction)