II.
ToolServer JSON
Structured · livetool-server:mcp-storybook
Storybook MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-storybook",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-dev-tools.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Storybook MCP Server",
"description": "MCP server providing access to Storybook component documentation.\nEnables AI agents to browse component stories, inspect props,\nand retrieve rendered component previews for UI development.\n",
"protocol": "mcp",
"category": "devtools",
"repoUrl": "https://github.com/nicepkg/storybook-mcp",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-storybook",
"to": "tool:storybook",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-storybook",
"to": "domain:frontend",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-storybook",
"to": "domain:web-development",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}