0.1.5 • Published 9 months ago
@atlaskit/ads-mcp v0.1.5
Atlassian Design System MCP Server
Current state: Early Access
The official Model Context Protocol (MCP) server for the Atlassian Design System. This server provides tools to access design tokens, icons, and components/primitives programmatically.
This may expand to add accessibility, usage, and other guidance over time.
Usage
Add an entry to your mcp.json (eg. ~/.cursor/mcp.json or wherever your MCP config lives):
{
"mcpServers": {
"ads": {
"command": "npx",
"args": ["-y", "@atlaskit/ads-mcp"]
}
}
}Development
Modify the json above replacing @atlaskit/ads-mcp with a local path, eg.:
-"@atlaskit/ads-mcp"
+"~/git/atlassian/atlassian-frontend-monorepo/platform/packages/design-system/ads-mcp"