# Agents

`Hugging Face Agents` connect AI agents to the Hub. Using MCP (Model Context Protocol), Skills, or open-source tooling, agents can search models, explore datasets, run Spaces, and use community tools.

You can connect agents via the HF MCP Server, install pre-built Skills for coding agents, or build agents programmatically with the `huggingface_hub` SDK. Agents work with any MCP-compatible client, including ChatGPT, Claude Desktop, Cursor, VS Code, and more.

## Contents

- [Agents Overview](./agents-overview)
- [Hugging Face CLI for AI Agents](./agents-cli)
- [Hugging Face MCP Server](./agents-mcp)
- [Hugging Face Agent Skills](./agents-skills)
- [Building agents with the HF SDK](./agents-sdk)
- [Local Agents with llama.cpp and Pi](./agents-local)
- [Agent Libraries](./agents-libraries)

