Connect Your AI Agent with Hugging Face for Slack

Integrate Hugging Face MCP server into your Slack workspace for instant access to your AI agent.

Back to MCP Servers
Hugging Face
Hugging Face
Build, train and deploy state of the art models powered by the reference open source in machine learning.

Categories

Artificial Intelligence (AI)

Available Tools

Tools that your AI agent can use through this MCP server to interact with Hugging Face

Text Summarization

This task is well known to summarize longer text into shorter text. Be careful, some models have a maximum length of input. That means that the summary cannot handle full books for instance. Be careful when choosing your model. See the docs.

Text Classification

Usually used for sentiment-analysis this will output the likelihood of classes of an input. This action allows you to classify text into categories. See the docs.

Object Detection

This task reads some image input and outputs the likelihood of classes and bounding boxes of detected objects. See the docs.

Language Translation

This task is well known to translate text from one language to another. See the docs.

Image Classification

This task reads some image input and outputs the likelihood of classes. This action allows you to classify images into categories. See the docs.

Document Question Answering

Want to have a nice know-it-all bot that can answer any question?. This action allows you to ask a question and get an answer from a trained model. See the docs.