# Model Context Protocol AI Agent Skills

Model Context Protocol publishes official AI agent skills for its tools, services, and developer workflows.

Browse 13 official AI agent skills across 3 Model Context Protocol repositories, with install commands and source links.

Official page: https://skillscout.sh/official/modelcontextprotocol/
Markdown page: https://skillscout.sh/official/modelcontextprotocol/modelcontextprotocol_skills_skillscout.md
Vendor website: https://modelcontextprotocol.io/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/modelcontextprotocol/modelcontextprotocol_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Model Context Protocol skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### modelcontextprotocol/ext-apps

Includes 4 official skills: create-mcp-app, add-app-to-server, migrate-oai-app, convert-web-app.

Install:

```bash
npx skills add modelcontextprotocol/ext-apps -y
```

Source: https://github.com/modelcontextprotocol/ext-apps

### modelcontextprotocol/csharp-sdk

Includes 7 official skills: bump-version, publish-release, breaking-changes, issue-triage, prepare-release, run-conformance-from-branch.

Install:

```bash
npx skills add modelcontextprotocol/csharp-sdk -y
```

Source: https://github.com/modelcontextprotocol/csharp-sdk

### modelcontextprotocol/modelcontextprotocol

Includes 2 official skills: draft-sep, search-mcp-github.

Install:

```bash
npx skills add modelcontextprotocol/modelcontextprotocol -y
```

Source: https://github.com/modelcontextprotocol/modelcontextprotocol

## Individual skills

### create-mcp-app

Official Model Context Protocol skill from modelcontextprotocol/ext-apps.

Install:

```bash
npx skills add modelcontextprotocol/ext-apps@create-mcp-app -y
```

Package: modelcontextprotocol/ext-apps
Source: https://github.com/modelcontextprotocol/ext-apps/tree/main/plugins/mcp-apps/skills/create-mcp-app

### add-app-to-server

Official Model Context Protocol skill from modelcontextprotocol/ext-apps.

Install:

```bash
npx skills add modelcontextprotocol/ext-apps@add-app-to-server -y
```

Package: modelcontextprotocol/ext-apps
Source: https://github.com/modelcontextprotocol/ext-apps/tree/main/plugins/mcp-apps/skills/add-app-to-server

### migrate-oai-app

Official Model Context Protocol skill from modelcontextprotocol/ext-apps.

Install:

```bash
npx skills add modelcontextprotocol/ext-apps@migrate-oai-app -y
```

Package: modelcontextprotocol/ext-apps
Source: https://github.com/modelcontextprotocol/ext-apps/tree/main/plugins/mcp-apps/skills/migrate-oai-app

### convert-web-app

Official Model Context Protocol skill from modelcontextprotocol/ext-apps.

Install:

```bash
npx skills add modelcontextprotocol/ext-apps@convert-web-app -y
```

Package: modelcontextprotocol/ext-apps
Source: https://github.com/modelcontextprotocol/ext-apps/tree/main/plugins/mcp-apps/skills/convert-web-app

### bump-version

Official Model Context Protocol skill from modelcontextprotocol/csharp-sdk.

Install:

```bash
npx skills add modelcontextprotocol/csharp-sdk@bump-version -y
```

Package: modelcontextprotocol/csharp-sdk
Source: https://github.com/modelcontextprotocol/csharp-sdk/tree/main/.github/skills/bump-version

### publish-release

Official Model Context Protocol skill from modelcontextprotocol/csharp-sdk.

Install:

```bash
npx skills add modelcontextprotocol/csharp-sdk@publish-release -y
```

Package: modelcontextprotocol/csharp-sdk
Source: https://github.com/modelcontextprotocol/csharp-sdk/tree/main/.github/skills/publish-release

### breaking-changes

Official Model Context Protocol skill from modelcontextprotocol/csharp-sdk.

Install:

```bash
npx skills add modelcontextprotocol/csharp-sdk@breaking-changes -y
```

Package: modelcontextprotocol/csharp-sdk
Source: https://github.com/modelcontextprotocol/csharp-sdk/tree/main/.github/skills/breaking-changes

### issue-triage

Official Model Context Protocol skill from modelcontextprotocol/csharp-sdk.

Install:

```bash
npx skills add modelcontextprotocol/csharp-sdk@issue-triage -y
```

Package: modelcontextprotocol/csharp-sdk
Source: https://github.com/modelcontextprotocol/csharp-sdk/tree/main/.github/skills/issue-triage

### prepare-release

Official Model Context Protocol skill from modelcontextprotocol/csharp-sdk.

Install:

```bash
npx skills add modelcontextprotocol/csharp-sdk@prepare-release -y
```

Package: modelcontextprotocol/csharp-sdk
Source: https://github.com/modelcontextprotocol/csharp-sdk/tree/main/.github/skills/prepare-release

### run-conformance-from-branch

Official Model Context Protocol skill from modelcontextprotocol/csharp-sdk.

Install:

```bash
npx skills add modelcontextprotocol/csharp-sdk@run-conformance-from-branch -y
```

Package: modelcontextprotocol/csharp-sdk
Source: https://github.com/modelcontextprotocol/csharp-sdk/tree/main/.github/skills/run-conformance-from-branch

### verify-release

Official Model Context Protocol skill from modelcontextprotocol/csharp-sdk.

Install:

```bash
npx skills add modelcontextprotocol/csharp-sdk@verify-release -y
```

Package: modelcontextprotocol/csharp-sdk
Source: https://github.com/modelcontextprotocol/csharp-sdk/tree/HEAD/.github/skills/verify-release

### draft-sep

Official Model Context Protocol skill from modelcontextprotocol/modelcontextprotocol.

Install:

```bash
npx skills add modelcontextprotocol/modelcontextprotocol@draft-sep -y
```

Package: modelcontextprotocol/modelcontextprotocol
Source: https://github.com/modelcontextprotocol/modelcontextprotocol/tree/main/plugins/mcp-spec/skills/draft-sep

### search-mcp-github

Official Model Context Protocol skill from modelcontextprotocol/modelcontextprotocol.

Install:

```bash
npx skills add modelcontextprotocol/modelcontextprotocol@search-mcp-github -y
```

Package: modelcontextprotocol/modelcontextprotocol
Source: https://github.com/modelcontextprotocol/modelcontextprotocol/tree/main/plugins/mcp-spec/skills/search-mcp-github

## modelcontextprotocol/ext-apps package overview

Includes 4 official skills: create-mcp-app, add-app-to-server, migrate-oai-app, convert-web-app.

### Top skills in this package

- create-mcp-app: Official Model Context Protocol skill from modelcontextprotocol/ext-apps.
- add-app-to-server: Official Model Context Protocol skill from modelcontextprotocol/ext-apps.
- migrate-oai-app: Official Model Context Protocol skill from modelcontextprotocol/ext-apps.
- convert-web-app: Official Model Context Protocol skill from modelcontextprotocol/ext-apps.

### Install

Install the full package:

```bash
npx skills add modelcontextprotocol/ext-apps -y
```

Install a specific skill:

```bash
npx skills add modelcontextprotocol/ext-apps@create-mcp-app -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/modelcontextprotocol/ext-apps#readme
