I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

MCP-Server
D-Zero Frontend Coding MCP Server
1
Github Watches
1
Github Forks
7
Github Stars
ディーゼロ開発環境用 MCPサーバー
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
相关推荐
I find academic articles and books for research and literature reviews.
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Advanced software engineer GPT that excels through nailing the basics.
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
L'application tout-en-un desktop et Docker AI avec chiffon intégré, agents AI, constructeur d'agent sans code, compatibilité MCP, etc.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
Plateforme d'automatisation de workflow à code équitable avec des capacités d'IA natives. Combinez le bâtiment visuel avec du code personnalisé, de l'auto-hôte ou du cloud, 400+ intégrations.
🧑🚀 全世界最好的 LLM 资料总结 (数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Résumé des meilleures ressources LLM du monde.
Reviews

user_76edVvIx
As a dedicated user of mcp-server, I am thoroughly impressed by its robust capabilities and seamless performance. Authored by d-zero-dev, this project has significantly improved our server management efficiency. The clear documentation and active community support on GitHub are commendable. Highly recommend checking it out at https://github.com/d-zero-dev/mcp-server!