mcp-server logo

mcp-server

by d-zero-dev

This is the Model Context Protocol (MCP) server for the D-ZERO frontend development environment. It provides functionalities such as fetching Figma data and providing coding guidelines.

View on GitHub

Last updated: N/A

What is mcp-server?

The D-ZERO MCP server is designed to facilitate frontend development by providing access to Figma data and D-ZERO's coding guidelines through an API. It integrates with CLINE to support interactions with AI assistants.

How to use mcp-server?

To use the server, configure it within CLINE's MCP Servers settings by editing the cline_mcp_settings.json file. You'll need to provide a Figma access token. If the @d-zero/mcp-server package fails to execute, install it globally and specify the full path.

Key features of mcp-server

  • Figma data retrieval via API

  • Provision of D-ZERO frontend coding guidelines

  • Integration with CLINE as an MCP server

  • Support for AI assistant interactions

  • Configuration via JSON file

Use cases of mcp-server

  • Referencing Figma designs during development

  • Checking coding guidelines through AI assistant conversations

  • Automating design-to-code workflows

  • Improving developer efficiency

  • Ensuring code consistency with D-ZERO standards

FAQ from mcp-server

How do I get a Figma access token?

You can obtain a Figma access token from https://www.figma.com/developers/api#access-tokens.

Where do I configure the server?

Configure the server in CLINE's MCP Servers settings by editing the cline_mcp_settings.json file.

What if the package fails to execute?

If the @d-zero/mcp-server package fails to execute, install it globally and specify the full path. Refer to https://github.com/cline/cline/issues/1247 for more information.

What is the purpose of the .env file?

The .env file is required for developing the MCP server itself. It contains the Figma API access token and the Figma test URL.

How does this server integrate with CLINE?

This server acts as an MCP server for CLINE, enabling AI assistants to access Figma data and coding guidelines.