# Mcp

> Configure and manage MCP providers for Agent Toolkit — setup, list, doctor, and per-tool

- **Type:** Skill
- **Install:** `agentstack add skill-ulises-jeremias-agent-toolkit-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ulises-jeremias](https://agentstack.voostack.com/s/ulises-jeremias)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [ulises-jeremias](https://github.com/ulises-jeremias)
- **Source:** https://github.com/ulises-jeremias/agent-toolkit/tree/main/plugins/agent-toolkit-complete/.github/skills/mcp
- **Website:** https://ulises-jeremias.github.io/agent-toolkit-archive/

## Install

```sh
agentstack add skill-ulises-jeremias-agent-toolkit-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# MCP

Wire **Model Context Protocol** servers so agents can call external tools (GitHub, ClickUp, Slack, etc.) natively. This skill wraps `agent-toolkit mcp` and the MCP definitions in `mcp/` and `~/.local/share/agent-toolkit/mcp/`.

## When to use

- User asks "setup MCP", "connect GitHub/ClickUp/Slack", or an agent fails with MCP not configured.
- After `agent-toolkit install` — MCP needs auth beyond file copy.
- `agent-toolkit doctor` reports MCP integration missing.

## Prerequisites

- `agent-toolkit` installed; `mcp/` definitions exist in the repo or `~/.local/share/agent-toolkit/mcp/`.
- Auth for each provider: `gh auth login` (GitHub), `clickup auth login` (ClickUp), etc. Keys in `~/.config/agent-toolkit/` or env.
- Target tool supports MCP (Claude Code, Cursor, OpenCode — see `mcp/README.md` and `docs/MCP.md`).

## Workflow

### 1. Discover available providers

```bash
agent-toolkit mcp list
agent-toolkit mcp doctor
cat mcp/README.md
cat docs/MCP.md
ls mcp/
ls ~/.local/share/agent-toolkit/mcp/ 2>&1 | head
```

### 2. Setup a provider

```bash
agent-toolkit mcp setup --provider github
agent-toolkit mcp setup --provider clickup
# Or target a specific tool:
agent-toolkit plugin sync --tools claude-code  # also syncs MCP for that tool
```

For manual config, copy from `distributions/` or `mcp/` templates to `~/.config//mcp.json` per `docs/MCP.md` — prefer the CLI.

### 3. Verify and use

```bash
agent-toolkit mcp doctor
agent-toolkit doctor  # check Integrations section
# In agent: try a tool call that needs MCP, e.g., gh pr view or clickup task list
```

If `doctor` flags missing auth, run `gh auth status` / `clickup auth status` and re-setup.

### 4. Deploy with profiles

`agent-toolkit install` copies MCP templates; `mcp setup` authenticates them. For per-project MCP (e.g., Copilot):

```bash
agent-toolkit install --tools copilot --dry-run  # shows would-copy for Copilot MCP
```

## Boundaries

- Never commit secrets — MCP auth lives in `~/.config/agent-toolkit/` or `~/.config//`, not the repo. Use `.env.example` for templates.
- Do not hand-edit tool MCP JSON when `mcp setup` can do it — it handles path and env correctly.
- For swarms: MCP is per-runner, not per-run. Ensure the host's MCP is configured before `swarm start`.

## Delegates to

| Need | Skill |
|------|-------|
| Repo discovery before MCP wiring | `assistant` |
| Swarm that needs MCP tools | `swarm` |
| GitHub PR after swarm | `github-cli-workflow` |
| ClickUp/Slack tasks | `clickup-cli`, `slack-cli`, `linear` |

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ulises-jeremias](https://github.com/ulises-jeremias)
- **Source:** [ulises-jeremias/agent-toolkit](https://github.com/ulises-jeremias/agent-toolkit)
- **License:** MIT
- **Homepage:** https://ulises-jeremias.github.io/agent-toolkit-archive/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-ulises-jeremias-agent-toolkit-mcp
- Seller: https://agentstack.voostack.com/s/ulises-jeremias
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
