SyncfusionSyncfusion 

Syncfusion for AI coding agents

Set Up An AI Coding Agent For Syncfusion

Start with Syncfusion’s machine-readable instructions. Your agent will detect the project’s platform, install the correct official skill pack, read the licensing rules, and report its configuration before generating Syncfusion code.

Primary instruction for AI agents

Read https://ai.syncfusion.com/llms.txt first. Treat it as the canonical entry point for Syncfusion setup and routing.

Send this instruction to your coding agent

Set up this project for Syncfusion before generating code. Fetch and follow the official instructions at https://ai.syncfusion.com/agent-setup/prompt.md, then report the detected platform, installed skill pack, MCP status, and any required licensing action.

Installing Syncfusion agent skills requires no product license, license key, MCP key, or Syncfusion account. Product licensing requirements still apply when Syncfusion packages are used in an application.

775official agent skills
18platform & SDK packs
9,400+reference documents
14MCP servers

Generated from the platform and MCP catalogs at build time for Essential Studio 2026 Volume 2 (v34.1.29).

How an agent configures Syncfusion

The setup instruction establishes the platform, skill, documentation, and licensing context before the agent writes code.

  1. Read the canonical instructions Fetch https://ai.syncfusion.com/llms.txt and follow its routing rules.
  2. Install the onboarding skill Run npx skills add syncfusion/agent-onboarding-skill.
  3. Detect the project platform Inspect repository manifests such as package.json, *.csproj, or pubspec.yaml. Do not infer the platform only from the user’s wording.
  4. Read the platform index Fetch https://ai.syncfusion.com/<platform-slug>/llms.txt. All 18 platform indexes are listed below.
  5. Install the platform skill pack Install the pack named by the platform index before generating Syncfusion code.
  6. Read the licensing boundary Read https://ai.syncfusion.com/licensing.md before requesting, handling, or registering any credential.
  7. Report the result Tell the user which platform was detected, which skill pack was installed, whether an MCP server is available, and whether any human action is required.

Success criteria. The agent must identify the platform from the repository, use the installed Syncfusion skill, avoid invented packages or APIs, and never generate or expose a license key.

Platforms

Platform and SDK skill packs

After detecting the repository platform, read its llms.txt index. Each index names the official skill pack, required product packages, licensing requirements, a working example, known failure modes, and setup checks.

18 packs, 775 skills, 9,400+ reference documents. Platforms marked None published have no dedicated MCP server — use the skill pack and the documentation. MIT marks a package that requires no product license key.

Required agent instruction

Install and read the relevant Syncfusion skill before generating component code. Do not load every skill or reference into context. Read the platform index, select the relevant skill, read its SKILL.md completely, and load only the references required for the task.

Browse the skill catalog

MCP servers

Current documentation through MCP

Syncfusion MCP servers give compatible coding agents access to current documentation and API details. MCP is optional and complements the official skills; it does not replace them.

Agent instruction

If both are available, use skills for implementation procedures and known failure modes, and use MCP for current documentation. If only one can be configured, install the skill pack first.

An MCP API key is not a Syncfusion product license key and does not grant product rights.

PlatformPackageRegistryServer name
React@syncfusion/react-mcpnpmsf-react-mcp
Angular@syncfusion/angular-mcpnpmsf-angular-mcp
Vue@syncfusion/vue-mcpnpmsf-vue-mcp
JavaScript@syncfusion/javascript-mcpnpmsf-javascript-mcp
TypeScript@syncfusion/typescript-mcpnpmsf-typescript-mcp
BlazorSyncfusion.Blazor.MCPNuGetsf-blazor-mcp
ASP.NET CoreSyncfusion.AspNetCore.MCPNuGetsf-aspnetcore-mcp
ASP.NET MVCSyncfusion.AspNetMvc.MCPNuGetsf-aspnetmvc-mcp
.NET MAUISyncfusion.Maui.MCPNuGetsf-maui-mcp
WPFSyncfusion.WPF.MCPNuGetsf-wpf-mcp
WinFormsSyncfusion.WinForms.MCPNuGetsf-winforms-mcp
WinUISyncfusion.WinUI.MCPNuGetsf-winui-mcp
UWPSyncfusion.UWP.MCPNuGetsf-uwp-mcp
Document SDKSyncfusion.DocumentSdk.MCPNuGetsf-documentsdk-mcp

Do not use deprecated @syncfusion/*-assistant packages. A higher version number on an -assistant package does not mean it supersedes the -mcp or .MCP package for that platform.

  • Flutter and Syncfusion Toolkit for .NET MAUI do not have dedicated MCP servers. Use the skill pack and the documentation.
  • PDF Viewer, DOCX Editor, and Spreadsheet Editor SDKs use the MCP server for the framework that hosts them.
  • All servers use stdio transport and read the same two environment variables. Casing is exact: Syncfusion_API_Key_Path or Syncfusion_API_Key.

Read the MCP server index and editor configuration