Command Palette

Search for a command to run...

UnylyUnyly
Browse all

@D Zero/ Server

FreeNot checked

Enables AI assistants to retrieve Figma data and access D-ZERO frontend coding guidelines through CLINE integration.

GitHubEmbed

About

Enables AI assistants to retrieve Figma data and access D-ZERO frontend coding guidelines through CLINE integration.

README

D-ZEROフロントエンド開発環境用のModel Context Protocol(MCP)サーバーです。 以下の機能を提供します:

  • Figmaデータの取得: FigmaファイルやノードのデータをAPIを通じて取得
  • コーディングガイドラインの提供: D-ZEROのフロントエンド開発規約の提供
  • CLINEとの統合: CLINEのMCPサーバーとして動作し、AIアシスタントとの対話をサポート

このサーバーを使用することで、開発者はFigmaデザインの参照やコーディング規約の確認をAIアシスタントとの会話を通じて行うことができます。

cline_mcp_settings.json

CLINEの「MCP Servers」設定から、「Installed」タブを選択し、Configure MCP Serversでcline_mcp_settings.jsonファイルを編集します。

{
	"mcpServers": {
		"coding_guidelines": {
			"command": "npx",
			"args": ["-y", "@d-zero/mcp-server"],
			"env": {
				"FIGMA_ACCESS_TOKEN": "abcd_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
			},
			"disabled": false,
			"autoApprove": []
		}
	}
}

@d-zero/mcp-serverパッケージの実行に失敗する場合は、グローバルにインストールしてフルパスを指定してください(参考Issue)。

Figmaのアクセストークンは https://www.figma.com/developers/api#access-tokens から取得してください。

Contribution

このMCPサーバー自体の開発には.envファイルが必要です。

# Figma API設定
FIGMA_ACCESS_TOKEN=abcd_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

# テスト用のFigma URL
FIGMA_TEST_URL=https://www.figma.com/file/abcdef123456/FileName

from github.com/d-zero-dev/mcp-server

Install @D Zero/ Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install d-zero-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add d-zero-mcp-server -- npx -y @d-zero/mcp-server

FAQ

Is @D Zero/ Server MCP free?

Yes, @D Zero/ Server MCP is free — one-click install via Unyly at no cost.

Does @D Zero/ Server need an API key?

No, @D Zero/ Server runs without API keys or environment variables.

Is @D Zero/ Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install @D Zero/ Server in Claude Desktop, Claude Code or Cursor?

Open @D Zero/ Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare @D Zero/ Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All design MCPs