iiRecord
Agentic AI Atlas · Storybook MCP Server
tool-server:mcp-storybooka5c.ai
II.
ToolServer JSON

tool-server:mcp-storybook

Structured · live

Storybook MCP Server json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/mcp-dev-tools.yamlCluster · extensions
Record JSON
{
  "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": []
}