# Use MCP

> Master skill for the Model Context Protocol (MCP). This acts as the primary registry and base guidelines for interacting with sub-skills (mcp-math, mcp-filesystem, etc).

- Skill: `arielfikru/use-mcp` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add arielfikru/use-mcp`
- Raw SKILL.md: https://api.skillmd.com/api/skills/arielfikru/use-mcp/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: arielfikru (https://skillmd.com/u/arielfikru)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/arielfikru/use-mcp

---


# Master Skill: use-mcp

This skill provides foundational instructions on how to interact with external tools via the MCP architecture.

**IMPORTANT:** This skill *does not provide direct tools*. To access tools, you must activate the specific sub-skills individually.

## Workflow
1. If you need calculations, call `activate_skill("mcp-math")`.
2. If you need to read local files, call `activate_skill("mcp-filesystem")`.
3. Once the sub-skill is activated, the new tools will be dynamically injected into your context.

Always use the most relevant sub-skill to conserve context tokens and maintain memory efficiency. Avoid activating skills unless their explicitly stated capabilities are needed.

