Skip to content

Commit 8811fae

Browse files
authored
(docs): Add ecosystem support section to MCP intro page (modelcontextprotocol#2359)
* Add broad ecosystem support section to intro page Highlight the wide range of clients supporting MCP, including Claude, ChatGPT, VS Code, Cursor, and MCPJam. :house: Remote-Dev: homespace * Add Build MCP apps card to intro page :house: Remote-Dev: homespace * Capitalize Apps in Build MCP Apps card :house: Remote-Dev: homespace * Fix Prettier formatting in intro.mdx :house: Remote-Dev: homespace
1 parent 0a2e1a9 commit 8811fae

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

docs/docs/getting-started/intro.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,23 @@ Depending on where you sit in the ecosystem, MCP can have a range of benefits.
2828
- **AI applications or agents**: MCP provides access to an ecosystem of data sources, tools and apps which will enhance capabilities and improve the end-user experience.
2929
- **End-users**: MCP results in more capable AI applications or agents which can access your data and take actions on your behalf when necessary.
3030

31+
## Broad ecosystem support
32+
33+
MCP is an open protocol supported across a wide range of clients and servers. AI assistants like [Claude](https://claude.com/docs/connectors/building) and [ChatGPT](https://developers.openai.com/api/docs/mcp/), development tools like [Visual Studio Code](https://code.visualstudio.com/docs/copilot/chat/mcp-servers), [Cursor](https://cursor.com/docs/context/mcp), [MCPJam](https://docs.mcpjam.com/getting-started), and [many others](/clients) all support MCP — making it easy to build once and integrate everywhere.
34+
3135
## Start Building
3236

3337
<CardGroup cols={2}>
3438
<Card title="Build servers" icon="server" href="/docs/develop/build-server">
3539
Create MCP servers to expose your data and tools
3640
</Card>
3741

38-
<Card title="Build clients" icon="computer" href="/docs/develop/build-client">
39-
Develop applications that connect to MCP servers
42+
<Card title="Build clients" icon="computer" href="/docs/develop/build-client">
43+
Develop applications that connect to MCP servers
44+
</Card>
45+
46+
<Card title="Build MCP Apps" icon="puzzle-piece" href="/extensions/apps/overview">
47+
Build interactive apps that run inside AI clients
4048
</Card>
4149
</CardGroup>
4250

0 commit comments

Comments
 (0)