Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
takarajordanΒ 
posted an update Sep 18
Post
2628
Are we really back to storing access tokens in plain text again?
{
  "mcpServers": {
    "hf-mcp-server": {
      "url": "https://huggingface.co/mcp",
      "headers": {
        "Authorization": "Bearer <YOUR_HF_TOKEN>"
      }
    }
  }
}

we support oauth, use: https://huggingface.co/mcp?login it should open a login window.

Yes! As @victor mentioned https://huggingface.co/mcp?login should help you setup without the need of passing your token explicitly.

So as long as the client support OAuth, it should work auto-magically!

Let us know if you face any issues