Stats
Actions
Tags
Connects to a remote Storybook instance to query component metadata, stories, and documentation. Useful for exploring UI component libraries.
Copy 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/mcpnpx claudepluginhub storybookjs/react-native --plugin react-native-storybook