<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>MCP Servers on Vibe Coding</title><link>https://vibecoding.rest/mcp-servers/</link><description>Recent content in MCP Servers on Vibe Coding</description><generator>Hugo</generator><language>en</language><atom:link href="https://vibecoding.rest/mcp-servers/index.xml" rel="self" type="application/rss+xml"/><item><title>Filesystem</title><link>https://vibecoding.rest/mcp-servers/filesystem/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/mcp-servers/filesystem/</guid><description>&lt;p&gt;The Filesystem server exposes a sandboxed slice of your local disk to an agent — reading, writing, listing, and searching files within directories you explicitly allow.&lt;/p&gt;&#10;&lt;h2 id="why-it-matters"&gt;Why it matters&lt;/h2&gt;&#10;&lt;p&gt;It&amp;rsquo;s one of the original reference MCP servers, and the clearest example of the protocol&amp;rsquo;s core promise: instead of every agent vendor writing its own file-access layer, any MCP-compatible client can use this one server.&lt;/p&gt;</description></item><item><title>GitHub</title><link>https://vibecoding.rest/mcp-servers/github/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/mcp-servers/github/</guid><description>&lt;p&gt;The GitHub MCP server lets an agent create and comment on issues, open pull requests, search code and repositories, and manage branches — all through GitHub&amp;rsquo;s API instead of shelling out to &lt;code&gt;git&lt;/code&gt; and &lt;code&gt;gh&lt;/code&gt; directly.&lt;/p&gt;</description></item><item><title>Postgres</title><link>https://vibecoding.rest/mcp-servers/postgres/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/mcp-servers/postgres/</guid><description>&lt;p&gt;The Postgres server gives an agent introspection into a database&amp;rsquo;s schema — tables, columns, relationships — and the ability to run read-only queries against it.&lt;/p&gt;&#10;&lt;h2 id="why-it-matters"&gt;Why it matters&lt;/h2&gt;&#10;&lt;p&gt;Without this, an agent writing SQL is guessing at your schema from memory or from whatever you paste in. With direct, read-only access, it can verify a query actually runs and returns the shape of data you expect before you ever run it yourself.&lt;/p&gt;</description></item><item><title>Slack</title><link>https://vibecoding.rest/mcp-servers/slack/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/mcp-servers/slack/</guid><description>&lt;p&gt;The Slack server connects an agent to a workspace — listing channels, reading recent messages, searching history, and posting replies — using a bot token scoped to whatever permissions you grant it.&lt;/p&gt;</description></item><item><title>Puppeteer</title><link>https://vibecoding.rest/mcp-servers/puppeteer/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/mcp-servers/puppeteer/</guid><description>&lt;p&gt;The Puppeteer server gives an agent control of a real (or headless) Chrome browser — navigating to URLs, clicking elements, filling in forms, and capturing screenshots as it goes.&lt;/p&gt;&#10;&lt;h2 id="why-it-matters"&gt;Why it matters&lt;/h2&gt;&#10;&lt;p&gt;Some tasks can only be verified by actually looking at rendered output — a UI change, a broken layout, a JavaScript-heavy page that a plain HTTP fetch can&amp;rsquo;t render. Browser automation closes that verification gap.&lt;/p&gt;</description></item><item><title>Brave Search</title><link>https://vibecoding.rest/mcp-servers/brave-search/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/mcp-servers/brave-search/</guid><description>&lt;p&gt;The Brave Search server gives an agent access to web and local search results through Brave&amp;rsquo;s Search API, without routing through another AI vendor&amp;rsquo;s index.&lt;/p&gt;&#10;&lt;h2 id="why-it-matters"&gt;Why it matters&lt;/h2&gt;&#10;&lt;p&gt;Models have a training cutoff and no innate awareness of anything after it. A search connector lets an agent verify current information — a library&amp;rsquo;s latest version, a recent API change, a live status — instead of confidently guessing from stale training data.&lt;/p&gt;</description></item><item><title>Memory</title><link>https://vibecoding.rest/mcp-servers/memory/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/mcp-servers/memory/</guid><description>&lt;p&gt;The Memory server stores facts as a local knowledge graph — entities, relationships, observations — that persists between sessions, giving an agent a lightweight, inspectable form of long-term memory.&lt;/p&gt;&#10;&lt;h2 id="why-it-matters"&gt;Why it matters&lt;/h2&gt;&#10;&lt;p&gt;Without persistence, every new conversation starts with zero context about you, your preferences, or past decisions. A local, file-backed memory store closes that gap without relying on a specific vendor&amp;rsquo;s built-in memory feature.&lt;/p&gt;</description></item><item><title>Google Drive</title><link>https://vibecoding.rest/mcp-servers/google-drive/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/mcp-servers/google-drive/</guid><description>&lt;p&gt;The Google Drive server lets an agent search your Drive and read the contents of documents and spreadsheets, using OAuth scoped to your account.&lt;/p&gt;&#10;&lt;h2 id="why-it-matters"&gt;Why it matters&lt;/h2&gt;&#10;&lt;p&gt;A lot of real work context — specs, meeting notes, planning docs — lives in Docs and Sheets, not in a codebase. This connector lets an agent reference that material directly instead of you manually copying content into a prompt.&lt;/p&gt;</description></item><item><title>Sentry</title><link>https://vibecoding.rest/mcp-servers/sentry/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/mcp-servers/sentry/</guid><description>&lt;p&gt;The Sentry server gives an agent access to issues, stack traces, and event details from a Sentry project, so it can investigate a production error with the same data a human engineer would open the dashboard to see.&lt;/p&gt;</description></item><item><title>Playwright</title><link>https://vibecoding.rest/mcp-servers/playwright/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/mcp-servers/playwright/</guid><description>&lt;p&gt;Playwright MCP gives an agent structured control over a real browser — Chromium, Firefox, or WebKit — using Playwright&amp;rsquo;s accessibility tree instead of pixel-based screenshots. It exposes tools for navigation, clicking, form filling, and page inspection so an agent can complete multi-step web tasks deterministically.&lt;/p&gt;</description></item><item><title>Chrome DevTools</title><link>https://vibecoding.rest/mcp-servers/chrome-devtools/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/mcp-servers/chrome-devtools/</guid><description>&lt;p&gt;Chrome DevTools MCP connects a coding agent to a live Chrome instance, exposing the same network, console, and performance-tracing tools available in DevTools. It lets an agent navigate pages, inspect requests, read console errors, and record performance traces from inside its own workflow.&lt;/p&gt;</description></item><item><title>Notion</title><link>https://vibecoding.rest/mcp-servers/notion/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/mcp-servers/notion/</guid><description>&lt;p&gt;Notion MCP exposes a workspace&amp;rsquo;s pages, databases, and blocks to an agent through Notion&amp;rsquo;s API, so it can search, read, and edit content without a human copying text back and forth. It&amp;rsquo;s available both as a locally run npm package and a hosted remote endpoint.&lt;/p&gt;</description></item><item><title>Linear</title><link>https://vibecoding.rest/mcp-servers/linear/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/mcp-servers/linear/</guid><description>&lt;p&gt;Linear MCP is Linear&amp;rsquo;s own hosted server, reachable at mcp.linear.app, that lets an agent create, update, and search issues, projects, and cycles in natural language instead of through the UI. It authenticates via OAuth on first connection rather than a static API token.&lt;/p&gt;</description></item><item><title>Figma</title><link>https://vibecoding.rest/mcp-servers/figma/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/mcp-servers/figma/</guid><description>&lt;p&gt;Figma&amp;rsquo;s Dev Mode MCP server exposes a selected frame or component&amp;rsquo;s structure, styles, and metadata directly to a coding agent, from either the Figma desktop app or a hosted endpoint. It lets an agent generate frontend code grounded in the real design file instead of a screenshot or description of it.&lt;/p&gt;</description></item><item><title>Stripe</title><link>https://vibecoding.rest/mcp-servers/stripe/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/mcp-servers/stripe/</guid><description>&lt;p&gt;Stripe&amp;rsquo;s official MCP server exposes its payments API — customers, charges, subscriptions, refunds, invoices — as tools an agent can call directly, available as a local npx package or Stripe&amp;rsquo;s hosted remote endpoint. It&amp;rsquo;s part of Stripe&amp;rsquo;s broader agent toolkit for LLM framework integration.&lt;/p&gt;</description></item><item><title>Cloudflare</title><link>https://vibecoding.rest/mcp-servers/cloudflare/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/mcp-servers/cloudflare/</guid><description>&lt;p&gt;Cloudflare&amp;rsquo;s official MCP server gives an agent access to a Cloudflare account — deploying Workers, querying D1 databases, managing KV namespaces and R2 buckets, and more — through a single hosted endpoint using code-execution-style tools.&lt;/p&gt;</description></item><item><title>Context7</title><link>https://vibecoding.rest/mcp-servers/context7/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/mcp-servers/context7/</guid><description>&lt;p&gt;Context7 resolves a library name (like &amp;ldquo;Next.js&amp;rdquo; or &amp;ldquo;shadcn/ui&amp;rdquo;) to a version-specific ID, then pulls current documentation and code snippets straight from the source into an agent&amp;rsquo;s prompt. It works with no signup for basic usage, with a free API key available for higher rate limits.&lt;/p&gt;</description></item><item><title>Sequential Thinking</title><link>https://vibecoding.rest/mcp-servers/sequential-thinking/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/mcp-servers/sequential-thinking/</guid><description>&lt;p&gt;The Sequential Thinking server provides a single tool that lets an agent externalize a chain of reasoning as discrete, revisable steps rather than reasoning silently in one pass. The host model decides when to call it, and can branch, revise, or extend earlier steps as its understanding develops.&lt;/p&gt;</description></item><item><title>Fetch</title><link>https://vibecoding.rest/mcp-servers/fetch/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/mcp-servers/fetch/</guid><description>&lt;p&gt;The Fetch server retrieves a given URL and converts its HTML into clean markdown sized for an LLM context window, with a start-index parameter so an agent can page through long documents in chunks. It&amp;rsquo;s one of the official reference servers in the modelcontextprotocol/servers repo.&lt;/p&gt;</description></item><item><title>Redis</title><link>https://vibecoding.rest/mcp-servers/redis/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/mcp-servers/redis/</guid><description>&lt;p&gt;Redis&amp;rsquo;s official MCP server lets an agent read and write Redis data structures — strings, hashes, lists, sets, streams — and run vector similarity search, using natural language instead of raw Redis commands. It connects to any reachable Redis instance via a connection URL.&lt;/p&gt;</description></item><item><title>Supabase</title><link>https://vibecoding.rest/mcp-servers/supabase/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/mcp-servers/supabase/</guid><description>&lt;p&gt;Supabase&amp;rsquo;s official MCP server gives an agent access to a Supabase project&amp;rsquo;s Postgres schema and data, Edge Functions, and project configuration, with a read-only mode for safer exploratory use. It&amp;rsquo;s built and maintained directly by the Supabase team.&lt;/p&gt;</description></item></channel></rss>