mcpbeat Sign in

Taste Bank MCP Server

local only

Taste Bank runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 1 Sep 2026.

Reusable visual design systems for AI coding agents — browse, fetch, and submit styles via MCP.

Installs / week
not published
8
Stars
1 open issues
1 Sep 2026
Last commit
from GitHub
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call get_style.slug → src/pages/api/styles/[slug]/screenshot.png.ts:26, get_style.slug → src/pages/api/admin/pending/[slug]/legacy.json.ts:18, get_style.slug → src/pages/api/styles/[slug]/screenshot.png.ts:23 и ещё 1
    return new Response(fs.readFileSync(png), {
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable cli/src/commands/use.mjs:97, cli/src/lib/cache.mjs:10
  return { file: path.join('.agents', 'skills', slug, 'SKILL.md'), standalone: true };
Runs an external command cli/src/lib/platform.mjs:19
    execFile(realCmd, realArgs, { stdio: ['ignore', 'pipe', 'pipe'], timeout, env }, (err, stdout) => {
Page executes code built at runtime src/pages/admin.astro:207
      applicantsEl.innerHTML = list

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Alternatives to Taste Bank

same job, measured the same way
Seedflip
by bockenstette1

100+ curated design systems for AI coding agents. Design taste, not guesswork.

28 installs/wk local only
Mozaika
by mozaika

Measured design systems decoded from 588 real products, for coding agents.

23 tools answering
Anima MCP Server
by animaapp

Connect AI coding agents to Anima Playground, Figma, and your design system.

answering
MCP Design System Extractor
by freema

MCP server for Storybook design systems — extract component HTML, styles and metadata.

180 installs/wk local only
I
TypeUI
by bergside

Design systems, UI prompts, and layout variations for AI coding tools.

answering
Figma Context MCP Air
by compassalessandrolorenz

Figma MCP server for AI agents. 9 tools: design context, variables, screenshots, and FigJam.

34 installs/wk local only
NVIDIA Elements
by nvidia

NVIDIA Elements UI design system and agent tools for AI/ML, robotics, and autonomous vehicles.

318 installs/wk local only
Tseha
by tseha

Serves your design system and coding standards to coding agents, so they stop guessing.

9 tools answering

Taste Bank — questions

Answers built from our own checks of this server.

Why is there no uptime for Taste Bank?
Taste Bank runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Taste Bank open source?
Yes — it is published under the MIT licence, written in TypeScript, 8 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.