huggingface.co
Hugging Face operates a platform for hosting and sharing machine learning models, datasets, Spaces, and related AI development assets. It also provides account, repository, and agent-access features around that Hub.
Hugging Face exposes a Hub HTTP API on huggingface.co, an OAuth-protected remote MCP server at /mcp, and the `hf` CLI; Hub API and CLI use user access tokens, while the MCP server uses Hugging Face OAuth.
- MCP serverdetected
- Hugging Face MCP Serverdetected
- Hugging Face Hub APIdiscovered
- hf CLIdiscovered
$ hf auth loginAcquired by the CLI — running hf auth login opens the auth flow and stores the credential.
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✓https://huggingface.co/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing