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.
Step 01
Login to Hugging Face
Step 02
Install MCP Server
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.
{
"url": "https://huggingface.co/mcp",
"headers": {
"Authorization": "Bearer "
}
}