Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
Connects to a local Storybook instance at http://localhost:6006/mcp for accessing UI components, stories, and frontend documentation. Requires running Storybook server.
npx claudepluginhub storybookjs/react-native --plugin react-native-storybookCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"storybook": {
"type": "http",
"url": "http://localhost:7007/mcp"
}
}
}Server configuration and connection parameters
http://localhost:7007/mcpShare bugs, ideas, or general feedback.