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/mcpdocs.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:
or:
<ENVIRONMENT_URL>/suite/mcp
Has anyone configured this successfully and can confirm which URL is correct?
Thanks in advance.
Image 1: Administration Console showing the MCP endpoint as /mcp.
/mcp
Image 2: Documentation showing the MCP endpoint format as /suite/mcp.
/suite/mcp
Discussion posts and replies are publicly visible
use this , I have implemented this and its working fine
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.
I followed appian documentationhttps://docs.appian.com/suite/help/26.6/enable-configure-mcp-server.htmland for me it worked this way <ENVIRONMENT_URL>/suite/mcpHope it helps!
<ENVIRONMENT_URL>/suite/mcpHope it helps!