Skip to content

Commit 2281bcf

Browse files
committed
Add supported clients section to README
1 parent 7eec751 commit 2281bcf

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
## Table of Contents
3636

3737
- [Build with Agent Skills](#build-with-agent-skills)
38+
- [Supported Clients](#supported-clients)
3839
- [Why MCP Apps?](#why-mcp-apps)
3940
- [How It Works](#how-it-works)
4041
- [Getting Started](#getting-started)
@@ -68,6 +69,19 @@ The fastest way to build an MCP App is to let your AI coding agent do it. This r
6869

6970
Once installed, verify by asking your agent _"What skills do you have?"_ — you should see `create-mcp-app`, `migrate-oai-app`, `add-app-to-server`, and `convert-web-app` in the list. Then just ask it to create or migrate an app and it will guide you through the rest.
7071

72+
## Supported Clients
73+
74+
<p align="center">
75+
<a href="https://claude.ai"><img src="https://img.shields.io/badge/Claude-web-d97706?logo=anthropic&logoColor=white" alt="Claude"></a>
76+
<a href="https://claude.ai/download"><img src="https://img.shields.io/badge/Claude_Desktop-app-d97706?logo=anthropic&logoColor=white" alt="Claude Desktop"></a>
77+
<a href="https://code.visualstudio.com/insiders"><img src="https://img.shields.io/badge/VS_Code-Insiders-007ACC?logo=visualstudiocode&logoColor=white" alt="VS Code Insiders"></a>
78+
<a href="https://block.github.io/goose/"><img src="https://img.shields.io/badge/Goose-Block-000000?logo=goose&logoColor=white" alt="Goose"></a>
79+
<a href="https://postman.com"><img src="https://img.shields.io/badge/Postman-client-FF6C37?logo=postman&logoColor=white" alt="Postman"></a>
80+
<a href="https://www.mcpjam.com/"><img src="https://img.shields.io/badge/MCPJam-client-8B5CF6" alt="MCPJam"></a>
81+
</p>
82+
83+
> MCP Apps is an extension to the [core MCP specification](https://modelcontextprotocol.io/specification). Host support varies — see the [clients page](https://modelcontextprotocol.io/clients) for the full list.
84+
7185
## Why MCP Apps?
7286

7387
MCP tools return text and structured data. That works for many cases, but not when you need an interactive UI, like a chart, form, or video player.

0 commit comments

Comments
 (0)