Skip to content

Commit 75c7180

Browse files
authored
Merge branch 'main' into tadasant/sep-1302
2 parents 6c78ff3 + 06573b6 commit 75c7180

File tree

15 files changed

+325
-480
lines changed

15 files changed

+325
-480
lines changed

docs/about/index.mdx

Lines changed: 69 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -5,101 +5,80 @@ mode: "custom"
55
---
66

77
<div className="landing-page">
8-
<div className="hero-section">
9-
<div className="intro-video-section">
10-
<div className="intro-content-wrapper">
11-
<div className="intro-content left-aligned">
12-
<h2 className="intro-title">
13-
Connect your AI applications to the world
14-
</h2>
15-
<p className="intro-description">
16-
AI-enabled tools are powerful, but they're often limited to the
17-
information you manually provide or require bespoke integrations.
18-
</p>
19-
<p className="intro-description">
20-
Whether it's reading files from your computer, searching through an
21-
internal or external knowledge base, or updating tasks in an project
22-
management tool, MCP provides a secure, standardized, *simple* way
23-
to give AI systems the context they need.
24-
</p>
25-
</div>
26-
<div className="intro-logo">
27-
<img src="/mcp.png" alt="MCP Logo" />
28-
</div>
29-
</div>
8+
<section className="intro-video-section">
9+
<div className="intro-logo">
10+
<img src="/mcp.png" alt="MCP Logo" />
3011
</div>
31-
<div className="how-section">
32-
<h2 className="section-title">How it works</h2>
33-
<div className="steps-container">
34-
<div className="step-item">
35-
<div className="step-content">
36-
<h3>
37-
<span className="step-number">1</span> Choose MCP servers
38-
</h3>
39-
<p>
40-
Pick from pre-built servers for popular tools like GitHub, Google
41-
Drive, Slack and hundreds of others. Combine multiple servers for
42-
complete workflows, or easily build your own for custom
43-
integrations.
44-
</p>
45-
</div>
46-
</div>
47-
<div className="step-connector"></div>
48-
<div className="step-item">
49-
<div className="step-content">
50-
<h3>
51-
<span className="step-number">2</span> Connect your AI application
52-
</h3>
53-
<p>
54-
Configure your AI application (like Claude, VS Code, or ChatGPT)
55-
to connect to your MCP servers. The application can now see
56-
available tools, resources and prompts from all connected servers.
57-
</p>
58-
</div>
59-
</div>
60-
<div className="step-connector"></div>
61-
<div className="step-item">
62-
<div className="step-content">
63-
<h3>
64-
<span className="step-number">3</span> Work with context
65-
</h3>
66-
<p>
67-
Your AI-powered application can now access real data, execute
68-
actions, and provide more helpful responses based on your actual
69-
context.
70-
</p>
71-
</div>
72-
</div>
73-
</div>
12+
<div className="intro-content">
13+
<h2 className="intro-title">Connect your AI applications to the world</h2>
14+
<p className="intro-description">
15+
AI-enabled tools are powerful, but they're often limited to the
16+
information you manually provide or require bespoke integrations.
17+
</p>
18+
<p className="intro-description">
19+
Whether it's reading files from your computer, searching through an
20+
internal or external knowledge base, or updating tasks in an project
21+
management tool, MCP provides a secure, standardized, *simple* way to
22+
give AI systems the context they need.
23+
</p>
7424
</div>
75-
<div className="ecosystem-section">
76-
<h2 className="section-title">Join a growing ecosystem</h2>
77-
<div className="stats-container">
78-
<div className="stats-grid">
79-
<a href="/docs/sdk" target="_blank" className="stat-card">
80-
<div className="stat-number">10</div>
81-
<div className="stat-label">Official SDKs</div>
82-
</a>
83-
<a
84-
href="https://github.com/modelcontextprotocol/servers?tab=readme-ov-file#%EF%B8%8F-official-integrations"
85-
target="_blank"
86-
rel="noopener noreferrer"
87-
className="stat-card"
88-
>
89-
<div className="stat-number">1000+</div>
90-
<div className="stat-label">Available Servers</div>
91-
</a>
92-
<a href="/clients" target="_blank" className="stat-card">
93-
<div className="stat-number">80+</div>
94-
<div className="stat-label">Compatible Clients</div>
95-
</a>
96-
</div>
25+
</section>
26+
<section className="how-section">
27+
<h2 className="section-title">How it works</h2>
28+
<div className="steps-container">
29+
<div className="step-number">1</div>
30+
<div className="step-content">
31+
<h3>Choose MCP servers</h3>
32+
<p>
33+
Pick from pre-built servers for popular tools like GitHub, Google
34+
Drive, Slack and hundreds of others. Combine multiple servers for
35+
complete workflows, or easily build your own for custom integrations.
36+
</p>
37+
</div>
38+
<div className="step-number">2</div>
39+
<div className="step-content">
40+
<h3>Connect your AI application</h3>
41+
<p>
42+
Configure your AI application (like Claude, VS Code, or ChatGPT) to
43+
connect to your MCP servers. The application can now see available
44+
tools, resources and prompts from all connected servers.
45+
</p>
9746
</div>
47+
<div className="step-number">3</div>
48+
<div className="step-content">
49+
<h3>Work with context</h3>
50+
<p>
51+
Your AI-powered application can now access real data, execute actions,
52+
and provide more helpful responses based on your actual context.
53+
</p>
54+
</div>
55+
</div>
56+
</section>
57+
<section className="ecosystem-section">
58+
<h2 className="section-title">Join a growing ecosystem</h2>
59+
<div className="stats-grid">
60+
<a href="/docs/sdk" target="_blank" className="stat-card">
61+
<div className="stat-number">10</div>
62+
<div className="stat-label">Official SDKs</div>
63+
</a>
64+
<a href="/clients" target="_blank" className="stat-card">
65+
<div className="stat-number">80+</div>
66+
<div className="stat-label">Compatible Clients</div>
67+
</a>
68+
<a
69+
href="https://github.com/modelcontextprotocol/servers?tab=readme-ov-file#%EF%B8%8F-official-integrations"
70+
target="_blank"
71+
rel="noopener noreferrer"
72+
className="stat-card"
73+
>
74+
<div className="stat-number">1000+</div>
75+
<div className="stat-label">Available Servers</div>
76+
</a>
9877
</div>
99-
</div>
100-
<div className="cta-buttons">
78+
</section>
79+
<section className="cta-buttons">
10180
<a href="/docs/getting-started/intro" className="cta-primary">
10281
Get Started
10382
</a>
104-
</div>
83+
</section>
10584
</div>

docs/clients.mdx

Lines changed: 47 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ This page provides an overview of applications that support the Model Context Pr
2424
| [Augment Code][AugmentCode] ||||||||
2525
| [BeeAI Framework][BeeAI Framework] ||||||||
2626
| [BoltAI][BoltAI] ||||||||
27-
| [Call Chirp][Call Chirp] ||||||||
27+
| [Call Chirp][Call Chirp] ||||||||
28+
| [Chatbox][Chatbox] ||||||||
2829
| [ChatGPT][ChatGPT] ||||||||
2930
| [ChatWise][ChatWise] ||||||||
3031
| [Claude.ai][Claude.ai] ||||||||
@@ -49,6 +50,7 @@ This page provides an overview of applications that support the Model Context Pr
4950
| [Goose][Goose] ||||||||
5051
| [gptme][gptme] ||||||||
5152
| [HyperAgent][HyperAgent] ||||||||
53+
| [Jenova][Jenova] ||||||||
5254
| [JetBrains AI Assistant][JetBrains AI Assistant] ||||||||
5355
| [Kilo Code][Kilo Code] ||||||||
5456
| [Klavis AI Slack/Discord/Web][Klavis AI] ||||||||
@@ -58,13 +60,14 @@ This page provides an overview of applications that support the Model Context Pr
5860
| [Lutra][Lutra] ||||||||
5961
| [mcp-agent][mcp-agent] ||||| ⚠️ |||
6062
| [mcp-client-chatbot][mcp-client-chatbot] ||||||||
61-
| [mcp-use][mcp-use] |||| | || |
63+
| [mcp-use][mcp-use] |||| | || |
6264
| [modelcontextchat.com][modelcontextchat.com] ||||||||
6365
| [MCPHub][MCPHub] ||||||||
6466
| [MCPOmni-Connect][MCPOmni-Connect] ||||||||
6567
| [Memex][Memex] ||||||||
6668
| [Microsoft Copilot Studio] ||||||||
6769
| [MindPal][MindPal] ||||||||
70+
| [Mistral AI: Le Chat][Mistral AI: Le Chat] ||||||||
6871
| [MooPoint][MooPoint] ||||||||
6972
| [Msty Studio][Msty Studio] ||||||||
7073
| [NVIDIA Agent Intelligence toolkit][AIQ toolkit] ||||||||
@@ -116,10 +119,11 @@ This page provides an overview of applications that support the Model Context Pr
116119
[BeeAI Framework]: https://i-am-bee.github.io/beeai-framework
117120
[BoltAI]: https://boltai.com
118121
[Call Chirp]: https://www.call-chirp.com
122+
[Chatbox]: https://chatboxai.app
119123
[ChatGPT]: https://chatgpt.com
120124
[ChatWise]: https://chatwise.app
121125
[Claude.ai]: https://claude.ai
122-
[Claude Code]: https://claude.ai/code
126+
[Claude Code]: https://claude.com/product/claude-code
123127
[Claude Desktop]: https://claude.ai/download
124128
[Chorus]: https://chorus.sh
125129
[Cline]: https://github.com/cline/cline
@@ -139,6 +143,7 @@ This page provides an overview of applications that support the Model Context Pr
139143
[GenAIScript]: https://microsoft.github.io/genaiscript/reference/scripts/mcp-tools/
140144
[GitHubCopilotCodingAgent]: https://docs.github.com/en/enterprise-cloud@latest/copilot/concepts/about-copilot-coding-agent
141145
[Goose]: https://block.github.io/goose/docs/goose-architecture/#interoperability-with-extensions
146+
[Jenova]: https://www.jenova.ai
142147
[JetBrains AI Assistant]: https://plugins.jetbrains.com/plugin/22282-jetbrains-ai-assistant
143148
[Kilo Code]: https://github.com/Kilo-Org/kilocode
144149
[LibreChat]: https://github.com/danny-avila/LibreChat
@@ -153,6 +158,7 @@ This page provides an overview of applications that support the Model Context Pr
153158
[Memex]: https://memex.tech/
154159
[Microsoft Copilot Studio]: https://learn.microsoft.com/en-us/microsoft-copilot-studio/agent-extend-action-mcp
155160
[MindPal]: https://mindpal.io
161+
[Mistral AI: Le Chat]: https://chat.mistral.ai
156162
[MooPoint]: https://moopoint.io
157163
[Msty Studio]: https://msty.ai
158164
[OpenSumi]: https://github.com/opensumi/core
@@ -342,6 +348,16 @@ It uses plain JavaScript (old-school style) and is hosted on Apify, allowing you
342348
- MCP Tools for voice AI agents
343349
- Remote MCP servers support
344350

351+
### Chatbox
352+
353+
Chatbox is a better UI and desktop app for ChatGPT, Claude, and other LLMs, available on Windows, Mac, Linux, and the web. It's open-source and has garnered 37K stars⭐ on GitHub.
354+
355+
**Key features:**
356+
357+
- Tools support for MCP servers
358+
- Support both local and remote MCP servers
359+
- Built-in MCP servers marketplace
360+
345361
### ChatGPT
346362

347363
ChatGPT is OpenAI's AI assistant that provides MCP support for remote servers to conduct deep research.
@@ -593,6 +609,20 @@ Delegate tasks to [GitHub Copilot coding agent](https://docs.github.com/en/copil
593609
- Cloud Ready – Instantly scale to hundreds of sessions via [Hyperbrowser](https://www.hyperbrowser.ai/)
594610
- MCP Client – Connect to tools like Composio for full workflows (e.g. writing web data to Google Sheets)
595611

612+
### Jenova
613+
614+
[Jenova](https://jenova.ai) is the best MCP client for non-technical users, especially on mobile.
615+
616+
**Key features:**
617+
618+
- 30+ pre-integrated MCP servers with one-click integration of custom servers
619+
- MCP recommendation capability that suggests the best servers for specific tasks
620+
- Multi-agent architecture with leading tool use reliability and scalability, supporting unlimited concurrent MCP server connections through RAG-powered server metadata
621+
- Model agnostic platform supporting any leading LLMs (OpenAI, Anthropic, Google, etc.)
622+
- Unlimited chat history and global persistent memory powered by RAG
623+
- Easy creation of custom agents with custom models, instructions, knowledge bases, and MCP servers
624+
- Local MCP server (STDIO) support coming soon with desktop apps
625+
596626
### JetBrains AI Assistant
597627

598628
[JetBrains AI Assistant](https://plugins.jetbrains.com/plugin/22282-jetbrains-ai-assistant) plugin provides AI-powered features for software development available in all JetBrains IDEs.
@@ -815,6 +845,20 @@ MooPoint is a web-based AI chat platform built for developers and advanced users
815845
- OAuth and sampling support
816846
- New features added daily
817847

848+
### Mistral AI: Le Chat
849+
850+
[Mistral AI: Le Chat](https://mistral.ai) is Mistral AI assistant with MCP support for remote servers and enterprise workflows.
851+
852+
**Key features:**
853+
854+
- Remote MCP server integration
855+
- Enterprise-grade security
856+
- Low-latency, high-throughput interactions with structured data
857+
858+
**Learn more:**
859+
860+
- [Mistral MCP Documentation](https://help.mistral.ai/en/collections/911943-connectors)
861+
818862
### Msty Studio
819863

820864
[Msty Studio](https://msty.ai) is a privacy-first AI productivity platform that seamlessly integrates local and online language models (LLMs) into customizable workflows. Designed for both technical and non-technical users, Msty Studio offers a suite of tools to enhance AI interactions, automate tasks, and maintain full control over data and model behavior.

docs/docs.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
"pages": [
2828
{
2929
"group": "Get started",
30-
"pages": [
31-
"docs/getting-started/intro"
32-
]
30+
"pages": ["docs/getting-started/intro"]
3331
},
3432
{
3533
"group": "About MCP",
@@ -52,9 +50,7 @@
5250
},
5351
{
5452
"group": "Developer tools",
55-
"pages": [
56-
"legacy/tools/inspector"
57-
]
53+
"pages": ["docs/tools/inspector"]
5854
}
5955
]
6056
},
@@ -348,8 +344,8 @@
348344
"destination": "/legacy/tools/debugging"
349345
},
350346
{
351-
"source": "/docs/tools/inspector",
352-
"destination": "/legacy/tools/inspector"
347+
"source": "/legacy/tools/inspector",
348+
"destination": "/docs/tools/inspector"
353349
},
354350
{
355351
"source": "/introduction",
@@ -368,7 +364,7 @@
368364
"destination": "/docs/develop/connect-remote-servers"
369365
},
370366
{
371-
"source": "/docs/quickstart/user",
367+
"source": "/quickstart/user",
372368
"destination": "/docs/develop/connect-local-servers"
373369
},
374370
{

0 commit comments

Comments
 (0)