claude_desktop_config.example.jsonā¢772 B
{
"mcpServers": {
"component-library": {
"command": "node",
"args": ["/absolute/path/to/component-library-mcp-ts/dist/index.js"],
"env": {
"COMPONENTS_PATH": "/path/to/your/component-library/src/components",
"DOCS_PATH": "/path/to/your/documentation-site/content",
"EXAMPLES_PATH": "/path/to/your/documentation-site/examples"
}
},
"component-library-dev": {
"command": "npx",
"args": ["tsx", "/absolute/path/to/component-library-mcp-ts/src/index.ts"],
"env": {
"COMPONENTS_PATH": "/path/to/your/component-library/src/components",
"DOCS_PATH": "/path/to/your/documentation-site/content",
"EXAMPLES_PATH": "/path/to/your/documentation-site/examples"
}
}
}
}