# Hugging face MCP Node

> Access Hugging face MCP actions through Scalekit.

**URL:** https://caywork.com/learn/docs/node/huggingfacemcp-node

## Content

## Description
Access Hugging face MCP actions through the Scalekit MCP gateway.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `huggingfacemcp_dynamic_space`
* `huggingfacemcp_gr1_z_image_turbo_generate`
* `huggingfacemcp_hf_doc_fetch`
* `huggingfacemcp_hf_doc_search`
* `huggingfacemcp_hf_fs`
* `huggingfacemcp_hf_hub_query`
* `huggingfacemcp_hf_whoami`
* `huggingfacemcp_hub_repo_details`
* `huggingfacemcp_hub_repo_search`
* `huggingfacemcp_paper_search`
* `huggingfacemcp_space_search`

## Use Cases
1. **Automate Hugging face MCP workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.