Skip to main content
Glama

Storybook MCP Server

by m-yoshiro
package.json787 B
{ "name": "storybook-mcp", "version": "1.0.0", "main": "index.js", "type": "module", "bin": { "storybook-mcp": "./build/index.js" }, "scripts": { "build": "tsc && chmod 755 build/index.js", "test": "bun test", "inspector": "bunx @modelcontextprotocol/inspector", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "files": [ "build" ], "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "@modelcontextprotocol/sdk": "^1.9.0", "minimatch": "^10.0.1", "zod": "^3.24.2", "zod-to-json-schema": "^3.24.5" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/bun": "^1.2.9", "@types/node": "^22.14.1", "typescript": "^5.8.3" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/m-yoshiro/storybook-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server