0.1.5 • Published 9 months ago

@atlaskit/ads-mcp v0.1.5

Weekly downloads
-
License
Apache-2.0
Repository
bitbucket
Last release
9 months ago

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"
0.1.5

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago

0.0.1

9 months ago