Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@primer/mcp

Package Overview
Dependencies
Maintainers
12
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@primer/mcp

An MCP server that connects AI tools to the Primer Design System

latest
npmnpm
Version
0.0.4
Version published
Weekly downloads
127
29.59%
Maintainers
12
Weekly downloads
 
Created
Source

@primer/mcp

The Primer MCP server connects AI tools to Primer's design system. It provides tools for AI agents to connect with design tokens, components, patterns, and more.

Getting started

Install in VS Code Install in VS Code Insiders

The @primer/mcp package provides a server that can be run in your local development environment or can be setup in tools like GitHub Actions to be used by AI agents.

VS Code

To use @primer/mcp in VS Code, you can use the button in the section above or follow these steps:

  • Open the Command Palette (Cmd/Ctrl + Shift + P)
  • Type MCP: Install Server and select it
  • Select the stdio type
  • Enter in the following command: npx @primer/mcp@latest
  • Enter the name Primer for the server

Your MCP servers configuration should look like:

{
  "servers": {
    "Primer": {
      "type": "stdio",
      "command": "npx",
      "args": ["@primer/mcp@latest"]
    }
  },
  "inputs": []
}

🙌 Contributing

We love collaborating with folks inside and outside of GitHub and welcome contributions! If you're interested, check out our contributing docs for more info on how to get started.

FAQs

Package last updated on 19 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts