LogoSTMCP
Download
fluent-mcp

MCP Server for Fluent (ServiceNow SDK)

MCP Server for Fluent (ServiceNow SDK) provides AI-assisted development tools for ServiceNow platform with complete SDK CLI coverage, API specifications, code snippets, and metadata management capabilities.

Tools

1. sdk_info

Get Fluent (ServiceNow SDK) information using native SDK flags.

2. manage_fluent_auth

Manage Fluent (ServiceNow SDK) authentication to instance.

3. init_fluent_app

Initialize a new ServiceNow custom application or convert a legacy application.

4. build_fluent_app

Build the Fluent (ServiceNow SDK) application.

5. deploy_fluent_app

Deploy the Fluent (ServiceNow SDK) application to a ServiceNow instance.

6. fluent_transform

Download and convert XML records from instance or local path into Fluent source code.

7. download_fluent_dependencies

Download configured dependencies in now.config.json and TypeScript type definitions.

8. download_fluent_app

Download application metadata from instance.

9. clean_fluent_app

Clean output directory.

10. pack_fluent_app

Zip built app into installable artifact.

Open Graph image for MCP Server for Fluent (ServiceNow SDK)

JSON Config

{
  "mcpServers": {
    "fluent-mcp": {
      "command": "npx",
      "args": ["-y", "@modesty/fluent-mcp"],
      "env": {
        "SN_INSTANCE_URL": "http://localhost:8080",
        "SN_AUTH_TYPE": "oauth"
      }
    }
  }
}

Useful Links

Information