Skip to content

Commit d99638a

Browse files
authored
Merge pull request modelcontextprotocol#2142 from modelcontextprotocol/copilot/add-mcp-apps-support-doc
Add Apps capability to client documentation
2 parents d4d673f + 4c16ebf commit d99638a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/clients.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "A list of applications that support MCP integrations"
55

66
{/* prettier-ignore-start */}
77

8-
export const FEATURES = ["Resources", "Prompts", "Tools", "Discovery", "Sampling", "Roots", "Elicitation", "Instructions", "Tasks"];
8+
export const FEATURES = ["Resources", "Prompts", "Tools", "Discovery", "Sampling", "Roots", "Elicitation", "Instructions", "Tasks", "Apps"];
99

1010
export const filterStore = {
1111
state: {
@@ -615,7 +615,7 @@ Claude Code is an interactive agentic coding tool from Anthropic that helps you
615615
<McpClient
616616
name="Claude Desktop App"
617617
homepage="https://claude.ai/download"
618-
supports="Resources, Prompts, Tools"
618+
supports="Resources, Prompts, Tools, Apps"
619619
instructions={[
620620
["Local servers", "https://support.claude.com/en/articles/10949351-getting-started-with-local-mcp-servers-on-claude-desktop"],
621621
["Remote servers", "https://support.claude.com/en/articles/11175166-getting-started-with-custom-connectors-using-remote-mcp"]
@@ -968,7 +968,7 @@ Glama is a comprehensive AI workspace and integration platform that offers a uni
968968
<McpClient
969969
name="goose"
970970
homepage="https://github.com/block/goose"
971-
supports="Resources, Prompts, Tools, Sampling, Elicitation, Instructions"
971+
supports="Resources, Prompts, Tools, Sampling, Elicitation, Instructions, Apps"
972972
instructions="https://block.github.io/goose/docs/getting-started/using-extensions/"
973973
>
974974

@@ -1274,7 +1274,7 @@ MCPBundles provides MCPBundle Studio, a browser-based MCP client for testing and
12741274
- Discover and inspect available tools with parameter schemas and descriptions
12751275
- Supports OAuth and API key authentication for secure provider connections
12761276
- Execute MCP tools with form-based and chat based input
1277-
- Implements MCP Apps for rendering interactive UI responses from tools
1277+
- Implements Apps for rendering interactive UI responses from tools
12781278
- Streamable HTTP transport for remote MCP server connections
12791279

12801280
</McpClient>
@@ -1369,7 +1369,7 @@ MCPHub is a powerful Neovim plugin that integrates MCP (Model Context Protocol)
13691369
<McpClient
13701370
name="MCPJam"
13711371
homepage="https://github.com/MCPJam/inspector"
1372-
supports="Resources, Prompts, Tools, Elicitation, Instructions, Tasks"
1372+
supports="Resources, Prompts, Tools, Elicitation, Instructions, Tasks, Apps"
13731373
instructions="https://docs.mcpjam.com/getting-started"
13741374
>
13751375

@@ -1660,7 +1660,7 @@ oterm is a terminal client for Ollama allowing users to create chats/agents.
16601660
<McpClient
16611661
name="Postman"
16621662
homepage="https://postman.com/downloads"
1663-
supports="Resources, Prompts, Tools, Discovery, Sampling, Elicitation"
1663+
supports="Resources, Prompts, Tools, Discovery, Sampling, Elicitation, Apps"
16641664
>
16651665

16661666
Postman is the most popular API client and now supports MCP server testing and debugging.
@@ -2053,7 +2053,7 @@ v0 turns your ideas into fullstack apps, no code required. Describe what you wan
20532053
<McpClient
20542054
name="VS Code GitHub Copilot"
20552055
homepage="https://code.visualstudio.com/"
2056-
supports="Resources, Prompts, Tools, Discovery, Sampling, Roots, Elicitation, Instructions"
2056+
supports="Resources, Prompts, Tools, Discovery, Sampling, Roots, Elicitation, Instructions, Apps"
20572057
instructions="https://code.visualstudio.com/docs/copilot/customization/mcp-servers"
20582058
>
20592059

0 commit comments

Comments
 (0)