Skip to content
VS Code

Hugging Face for VS Code

com.huggingface/mcp

Hugging Face's hosted MCP server. Search models, datasets, papers and Spaces on the Hub, and run selected Spaces as tools.

client:VS Code transport:streamable-http tools:4

Install Hugging Face in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp": {
      "type": "http",
      "url": "https://huggingface.co/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

Hugging Face in other clients