Smithery.ai — Largest MCP Server Marketplace (2,880+)
Smithery is a marketplace and registry for discovering, hosting, and installing Model Context Protocol servers across Claude, Cursor, and other AI clients.
Code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Smithery.ai — MCP Server Marketplace</title>
<style>
:root {
--bg: #0b0f17;
--surface: #141a26;
--surface-2: #1b2433;
--text: #e6edf6;
--muted: #8b97a8;
--accent: #6ea8fe;
--border: rgba(255, 255, 255, 0.08);
--radius: 16px;
}
* { box-sizing: border-box; }
body {
margin: 0;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
background: radial-gradient(1200px 600px at 50% -10%, #16203150, transparent), var(--bg);
color: var(--text);
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
line-height: 1.55;
}
.card {
width: 100%;
max-width: 640px;
background: var(--surface);
border: 1px solid var(--border);
border-radius: var(--radius);
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
padding: 28px;
}
.eyebrow {
display: inline-block;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--accent);
background: rgba(110, 168, 254, 0.12);
border: 1px solid rgba(110, 168, 254, 0.25);
padding: 4px 10px;
border-radius: 999px;
}
h1 {
margin: 16px 0 6px;
font-size: 26px;
line-height: 1.25;
font-weight: 700;
}
.author {
margin: 0 0 14px;
font-size: 14px;
color: var(--muted);
}
.desc {
margin: 0 0 22px;
color: var(--text);
font-size: 15.5px;
}
.section-label {
margin: 0 0 8px;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.04em;
text-transform: uppercase;
color: var(--muted);
}
.access {
background: var(--surface-2);
border: 1px solid var(--border);
border-radius: 12px;
padding: 14px 16px;
margin-bottom: 22px;
}
.access a.url {
color: var(--accent);
font-size: 14px;
text-decoration: none;
word-break: break-all;
}
.access a.url:hover { text-decoration: underline; }
pre {
margin: 12px 0 0;
padding: 12px 14px;
background: #0c111b;
border: 1px solid var(--border);
border-radius: 10px;
overflow-x: auto;
}
code {
font-family: "SF Mono", "Fira Code", Menlo, Consolas, monospace;
font-size: 13px;
color: #cdd9ea;
white-space: pre;
}
.pills {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 26px;
}
.pill {
font-size: 12.5px;
color: var(--text);
background: var(--surface-2);
border: 1px solid var(--border);
padding: 6px 12px;
border-radius: 999px;
}
.cta {
display: inline-flex;
align-items: center;
gap: 8px;
width: 100%;
justify-content: center;
background: var(--accent);
color: #0a0f1a;
font-weight: 650;
font-size: 15px;
text-decoration: none;
padding: 13px 20px;
border-radius: 12px;
transition: transform 0.12s ease, filter 0.12s ease;
}
.cta:hover { filter: brightness(1.06); }
.cta:active { transform: translateY(1px); }
.cta:focus-visible {
outline: 3px solid rgba(110, 168, 254, 0.6);
outline-offset: 3px;
}
.access a.url:focus-visible {
outline: 3px solid rgba(110, 168, 254, 0.6);
outline-offset: 2px;
border-radius: 4px;
}
</style>
</head>
<body>
<main class="card">
<span class="eyebrow">MCP directories</span>
<h1>Smithery.ai — Largest MCP Server Marketplace (2,880+)</h1>
<p class="author">by Smithery</p>
<p class="desc">
A marketplace and registry for Model Context Protocol servers — the tools, APIs, and
data connectors your AI coding assistant uses. Discover, host, and install 2,880+
servers, many runnable over a remote URL with no local setup.
</p>
<h2 class="section-label">How to access</h2>
<div class="access">
<a class="url" href="https://smithery.ai/" target="_blank" rel="noopener">https://smithery.ai/</a>
<pre><code># Inspect any server's connection + config
npx @smithery/cli@latest inspect <server-name>
# Install into a client (e.g. claude, cursor)
npx @smithery/cli@latest install <server-name> --client claude</code></pre>
</div>
<h2 class="section-label">Compatible with</h2>
<div class="pills">
<span class="pill">Claude Code</span>
<span class="pill">Claude Desktop</span>
<span class="pill">Cursor</span>
<span class="pill">VS Code</span>
<span class="pill">Any MCP client</span>
</div>
<a class="cta" href="https://smithery.ai/" target="_blank" rel="noopener">
Browse the marketplace →
</a>
</main>
</body>
</html>What it is
Smithery.ai is a marketplace and registry for Model Context Protocol (MCP) servers — the tools, integrations, and data connectors that AI coding assistants use to read your code, hit APIs, query databases, and automate workflows. With 2,880+ servers listed, it is one of the largest places to discover and install MCP servers for AI clients like Claude Code, Claude Desktop, Cursor, and more. Many servers can be hosted and run directly on Smithery, so you connect over a remote URL instead of running them locally.
How to access / install
Browse and search the catalog in the browser:
- Web: https://smithery.ai/
Install a server into your client with the Smithery CLI (replace the example with the server you picked from the catalog):
# Inspect any server's connection + config
npx @smithery/cli@latest inspect <server-name>
# Install into a client (e.g. claude, cursor)
npx @smithery/cli@latest install <server-name> --client claude
Each server page also shows a ready-to-paste config block for hosted (remote URL) or local setups, so you can wire it into your client’s MCP config without guesswork.
Good for
- Finding an MCP server for a specific job (GitHub, databases, search, browsers, docs).
- Trying hosted servers quickly without managing local processes or dependencies.
- Comparing alternatives — usage signals and descriptions help you pick a maintained one.
- Publishing your own MCP server so other developers can discover and install it.