﻿---
title: "Hugging Face 远程 MCP"
filename: "~/.codex/config.toml"
canonical: /templates/mcp-huggingface-remote/
---

# Hugging Face 远程 MCP

官方远程是 huggingface.co/mcp。add 之后 mcp login。token 用 bearer_token_env_var。不要抄 Claude 的 -t http，也不要把 hf_ 写进 http_headers。

```
[mcp_servers.huggingface]
url = "https://huggingface.co/mcp"
enabled = true

```
