Connect AI tools to Pluma docs, component metadata, and migration guidance through the Pluma MCP server.
Model Context Protocol (MCP) server for accessing Pluma design system components and documentation.
To use this MCP server in Cursor, add the following configuration to your ~/.cursor/mcp.json:
Environment Variables:
GITHUB_TOKEN: Required for accessing private repositories (if applicable)NPM_CONFIG_USERCONFIG: Path to your .npmrc file for package registry authenticationTo use this MCP server in Claude Code, add the following to your ~/.claude.json:
Environment Variables:
GITHUB_TOKEN: Required for accessing private repositories (if applicable)NPM_CONFIG_USERCONFIG: Path to your .npmrc file for package registry authenticationClone the repository and navigate to the MCP package:
Install dependencies:
Build the project:
Build documentation and components:
Full build:
Quick development build:
Run in development mode:
Type checking:
The MCP Inspector is a great tool for testing your MCP server during development.
Build the server:
Run the inspector with your local build:
The inspector will open a web interface where you can: