HF MCP Server
Built with anycoder
New Integration Available

Bridge Local & Cloud AI

Connect your local LM Studio environment to the Hugging Face ecosystem. Authenticate securely to access your private models and spaces.

Login first to generate your session token, then install to link LM Studio.
Workflow

Seamless Integration

Secure Authentication

Use the official Hugging Face login endpoint to securely authorize your local MCP client instance.

Token Management

The configuration automatically handles Bearer token injection after you authenticate via the login portal.

Unified Workflow

Switch effortlessly between local inference and cloud-hosted models on Hugging Face without leaving LM Studio.

Technical Details

Server Configuration

The MCP server uses this configuration to connect.

config.json
{
  "url": "https://huggingface.co/mcp",
  "headers": {
    "Authorization": "Bearer "
  }
}