Stats
Actions
Tags
Connects to a remote Storybook MCP proxy for querying component stories, metadata, and documentation. Useful for accessing UI component libraries and their documentation.
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/mcpFirst indexed Jan 29, 2026
First indexed Jan 29, 2026
npx claudepluginhub storybookjs/react-native --plugin react-native-storybook