1. Conduid
  2. Other
  3. Storybook Addon MCP App
MCP server · Other

Storybook Addon MCP App

Storybook addon for mocking MCP App React integrations in local stories.

37Low

Scored 4 months ago · breakdown

About Storybook Addon MCP App

Storybook Addon MCP App is an MCP server in the Other category: storybook addon for mocking MCP App React integrations in local stories. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add storybook-addon-mcp-app -- npx -y @mkl-oss/storybook-addon-mcp-app
npx
npx -y @mkl-oss/storybook-addon-mcp-app

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Storybook Addon MCP App

Powered by Claude · Grounded in docs

I know everything about Storybook Addon MCP App. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

mkl-oss

Open source monorepo for software components built by the MKL Avocat company.

This repository exists to publish and maintain reusable technical packages that can live outside MKL Avocat's internal products.

GitHub repository: https://github.com/mkl-tech/mkl-oss

Scope

mkl-oss is the public workspace for packages that are worth extracting from internal engineering work and maintaining as standalone open source modules.

Workspace Layout

This repository uses a pnpm workspace.

.
├── package.json
├── pnpm-workspace.yaml
├── tsconfig.base.json
└── packages/
    └── storybook-addon-mcp-app/

Each publishable package lives under packages/ and is versioned independently.

Current Packages

@mkl-oss/storybook-addon-mcp-app

A Storybook addon for mocking MCP App React integrations in local stories.

It is useful when you need to:

  • simulate @modelcontextprotocol/ext-apps behavior in Storybook
  • render React UIs that depend on an MCP host without running a real host
  • replay common states such as loading, result, empty, error, and cancelled

Package documentation: packages/storybook-addon-mcp-app/README.md

npm Publishing Model

Packages are published with npm from this repository under the @mkl-oss scope.

Expected baseline for each package before publishing:

  • a stable package name under the target npm scope
  • a package-level README.md focused on installation and usage
  • an explicit license
  • a reproducible build
  • complete npm metadata such as repository, homepage, bugs, files, and publishConfig
  • automated validation and tests

Local Development

Install dependencies:

pnpm install

Validate a package:

pnpm --filter <package-name> validate

Build a package:

pnpm --filter <package-name> build

Test a package:

pnpm --filter <package-name> test

Open Source Guidelines

Packages published from this repository should be:

  • reusable outside MKL Avocat
  • documented for external developers
  • free of secrets, internal data, and cabinet-specific business workflows
  • maintainable as standalone packages

If a component cannot be cleanly documented, versioned, and supported as an external dependency, it probably does not belong in this repository.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Storybook Addon MCP App

How do I install Storybook Addon MCP App?

Run claude mcp add storybook-addon-mcp-app -- npx -y @mkl-oss/storybook-addon-mcp-app, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Storybook Addon MCP App safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Storybook Addon MCP App still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.