PulseMCP — Daily-Updated Directory (12,870+ servers)
A daily-updated directory of MCP servers helping developers discover, compare, and install Model Context Protocol integrations for AI coding tools.
Code
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>PulseMCP — Daily-Updated MCP Directory</title>
<style>
:root {
--bg: #0b0f17;
--surface: #141a26;
--surface-2: #1b2332;
--text: #e6edf6;
--muted: #8b97a8;
--accent: #6ea8fe;
--border: rgba(255, 255, 255, 0.08);
--radius: 16px;
}
* { box-sizing: border-box; }
html, body { height: 100%; }
body {
margin: 0;
min-height: 100%;
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
background: radial-gradient(1200px 600px at 50% -10%, #131b2b 0%, var(--bg) 60%);
color: var(--text);
font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
line-height: 1.55;
-webkit-font-smoothing: antialiased;
}
.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: 32px;
}
.eyebrow {
display: inline-block;
font-size: 0.72rem;
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 8px;
font-size: 1.6rem;
line-height: 1.25;
letter-spacing: -0.01em;
}
.author {
margin: 0 0 16px;
font-size: 0.85rem;
color: var(--muted);
}
.desc {
margin: 0 0 24px;
color: var(--text);
}
.section-label {
margin: 0 0 8px;
font-size: 0.74rem;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--muted);
}
.access {
margin-bottom: 24px;
}
pre {
margin: 0;
background: var(--surface-2);
border: 1px solid var(--border);
border-radius: 10px;
padding: 14px 16px;
overflow-x: auto;
}
code {
font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
font-size: 0.85rem;
color: #cdd9ee;
}
.pills {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 28px;
}
.pill {
font-size: 0.78rem;
color: var(--text);
background: var(--surface-2);
border: 1px solid var(--border);
padding: 5px 11px;
border-radius: 999px;
}
.cta {
display: inline-flex;
align-items: center;
gap: 8px;
width: 100%;
justify-content: center;
text-decoration: none;
font-weight: 600;
font-size: 0.95rem;
color: #0b0f17;
background: var(--accent);
padding: 13px 20px;
border-radius: 12px;
transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}
.cta:hover {
background: #88baff;
transform: translateY(-1px);
box-shadow: 0 10px 24px rgba(110, 168, 254, 0.35);
}
.cta:focus-visible {
outline: 3px solid #bcd4ff;
outline-offset: 3px;
}
.cta .arrow { font-size: 1.05rem; line-height: 1; }
</style>
</head>
<body>
<main class="card">
<span class="eyebrow">MCP directories</span>
<h1>PulseMCP — Daily-Updated Directory (12,870+ servers)</h1>
<p class="author">by PulseMCP</p>
<p class="desc">
A daily-updated directory of Model Context Protocol servers, helping developers
discover, compare, and install integrations for their AI coding tools.
</p>
<div class="access">
<p class="section-label">How to access</p>
<pre><code>https://www.pulsemcp.com/servers
# add a listed server to your client, e.g. Claude Code:
claude mcp add <name> -- npx -y <package-name></code></pre>
</div>
<p class="section-label">Compatible with</p>
<div class="pills">
<span class="pill">Claude Code</span>
<span class="pill">Cursor</span>
<span class="pill">Windsurf</span>
<span class="pill">VS Code</span>
<span class="pill">Any MCP client</span>
</div>
<a class="cta" href="https://www.pulsemcp.com/servers" target="_blank" rel="noopener">
Browse the directory <span class="arrow" aria-hidden="true">→</span>
</a>
</main>
</body>
</html>What it is
PulseMCP is a daily-updated directory of Model Context Protocol (MCP) servers — the integrations that connect AI coding tools and assistants to databases, APIs, file systems, and SaaS products. With 12,870+ servers cataloged, it is one of the broadest listings of the MCP ecosystem, covering both official and community-maintained servers.
Each entry typically includes a description, source/repository link, and metadata so you can evaluate a server before wiring it into your client. Because the catalog refreshes daily, new and recently updated servers surface quickly.
How to access / install
Browse the directory directly in your browser:
https://www.pulsemcp.com/servers
PulseMCP is a discovery layer — you install the servers it lists with whatever client you use. A typical MCP server is added to Claude Code like this:
# Example pattern — replace with the command shown on the server's PulseMCP page
claude mcp add <name> -- npx -y <package-name>
For other clients (Cursor, Windsurf, VS Code, etc.), copy the server’s configuration block into the client’s MCP settings as documented on that server’s page.
Good for
- Discovering new MCP servers across many categories in one place
- Tracking what is newly added or recently updated thanks to the daily refresh
- Comparing alternatives before committing an integration to your AI coding workflow
- Finding source links and install details for community and official servers