MCP Server endpoint URL in Appian 26.6

Certified Associate Developer

Hello everyone,

I’m configuring the Appian MCP Server in Appian 26.6 and I noticed a difference between the endpoint URL shown in the Administration Console and the one described in the documentation.

In the Administration Console > MCP Server, the endpoint URL is displayed as:

<ENVIRONMENT_URL>/mcp

See Image 1.

However, the documentation for enabling the Appian MCP Server says that the endpoint URL follows this format:

<ENVIRONMENT_URL>/suite/mcp

docs.appian.com/.../enable-configure-mcp-server.html

See Image 2.

My question is:

Which endpoint should be used when configuring an external MCP client in Appian 26.6?

Should it be:

<ENVIRONMENT_URL>/mcp

or:

<ENVIRONMENT_URL>/suite/mcp

Has anyone configured this successfully and can confirm which URL is correct?

Thanks in advance.

Attachments

  • Image 1: Administration Console showing the MCP endpoint as /mcp.

  • Image 2: Documentation showing the MCP endpoint format as /suite/mcp

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to khushim2808

    In my case, it worked without `/suite`—specifically, like this: `indra-spain.appiancloud.com/mcp`. When I tried using the other syntax (`indra-spain.appiancloud.com/.../mcp`), I got an error. Furthermore, the admin console indicates that it should be without `/suite`; you can see this in the image.


    What is certainly clear to me is that there is a contradiction between what the admin console says and what the documentation states.

Children