Skip to main content
Question

Enable MCP Server feature for API Tokens

  • June 1, 2026
  • 2 replies
  • 33 views

matias_sgherza

Hi Front community,

 

We successfully tested the MCP Server feature using OAuth and it works great. However, for our production use case we need this feature available for API Tokens as well.

Our scenario: we are building a centralized MCP server hosted on our own infrastructure that acts as a proxy to Front's MCP, consumed by multiple support agents through AI assistants (Claude Code). The server needs to authenticate against Front without per-user OAuth flows.

  

The challenge with OAuth:

  - The refresh token is tied to a specific user's identity

  - If that person leaves the team or the token is invalidated, the integration breaks

  - Managing token rotation in a server environment adds significant operational complexity

  

What we need:

API Tokens with MCP Server feature enabled, so we can authenticate our server-side MCP proxy with a stable, long-lived credential that isn't tied to a specific user's session.

This would be the ideal solution for teams building centralized MCP integrations on top of Front, which we believe is a common enterprise use case.

 

Has anyone else run into this? Is there a workaround available today?

  

Thanks,

Matias (MercadoLibre)

2 replies

alexis
  • Rookie
  • June 1, 2026

I need this for a personal agent on a sandbox node.


alexis
  • Rookie
  • June 1, 2026

As a super super hacky workaround, I’ve built a stdio mcp server that sits in front of the hosted mcp server. It keeps an oauth token refreshed and injects that. then authed on my own machine to capture token and then slapped it in.

Please fix.