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