Hi Make community,
We’re currently using Make MCP Server to expose our scenarios via MCP, with servers identified by UUIDs. One challenge we’re facing is authenticating end users dynamically (e.g., via OAuth 2.1) before they access the tools exposed through our MCP servers.
Our goal:
Allow users to authenticate using OAuth 2.1 (or OAuth 2.0 with custom claims) so we can leverage external identity providers (Google, Microsoft, Auth0, etc.) and avoid managing static tokens or temporary codes.
Question:
Is there any plan to natively support OAuth 2.1 authentication for MCP servers identified by UUID in upcoming releases?
If not, has anyone implemented a proxy server or alternative solution to handle this authentication layer? We’d love to hear about your experiences or recommendations.
Context:
-
We’re using MCP Toolbox to expose tools to clients and collaborators.
-
Without OAuth 2.1, we’re considering building a proxy server to validate tokens before forwarding requests to Make MCP Server, but we’d prefer a native solution.
Thanks in advance for any insights or updates!
William