Command Palette

Search for a command to run...

Home / Servers

standardbeagle-tools

by standardbeagle

Standard Beagle Tools

AI coding agent toolkit and UX MCP package monorepo — Claude Code plugins, MCP servers, and reusable npm packages for design, accessibility, and frontend tooling.

Plugins (Claude Code marketplace)

This marketplace ships a growing collection of plugins for Claude Code. The core development trio:

PluginDescriptionVersionCategory
agntBrowser superpowers for AI coding agents: dev-server + reverse proxy, live error/incident inbox, quality audits, visual regression, and sketch/design modes0.10.1development
lciLightning Code Index: sub-millisecond semantic code search and call-hierarchy intelligence0.6.1development
toolsComplete toolkit combining agnt and lci1.0.0development
mcp-architectDesign high-quality MCP servers with progressive discovery and token efficiency0.1.0development
mcp-testerMCP server testing and debugging with mcp-debug0.2.0development
slop-mcpSLOP integration for MCP management and orchestration0.2.0development
slop-coderSLOP language coding assistant and reference0.1.0development
dartaiDart task management with adversarial cooperation loops0.3.0development
workflowGeneral-purpose adversarial workflow automation0.1.0development
figma-queryToken-efficient Figma integration with design library extraction0.1.0design
ux-designUX design principles, color theory, typography, and accessibility0.1.0design
ux-developerUX-driven development with WCAG 2.2 and usability best practices0.1.0development
prompt-engineerState-of-the-art prompt and context engineering for 20260.1.0ai

Packages (npm @standardbeagle/*)

This monorepo also publishes six npm packages under packages/ — UX-focused MCP servers and shared libraries:

PackageVersionDescription
@standardbeagle/ux-corenpmShared types, validators, k-means clustering
@standardbeagle/colornpmColor tools — contrast, palette generation, accessibility
@standardbeagle/a11y-auditnpmAccessibility audit MCP server (axe-core, WCAG 2.2)
@standardbeagle/design-tokennpmDTCG design tokens — validate, transform, generate
@standardbeagle/typographynpmTypography tools — modular scale, font pairing
@standardbeagle/image-processingnpmImage tools — sharp, blurhash, svgo

Architecture

flowchart LR
  Client[MCP Client] --> Color[packages/color]
  Client --> A11y[packages/a11y-audit]
  Client --> DT[packages/design-token]
  Client --> Typo[packages/typography]
  Client --> Img[packages/image-processing]
  Color --> Core[packages/ux-core]
  A11y --> Core
  DT --> Core
  Typo --> Core
  Img --> Core
  Img -.palette.-> Color

Each MCP server package exposes tools to MCP clients (Claude Code, Cursor, etc.) and depends on ux-core for shared utilities. The image-processing package optionally calls into color for palette extraction.

Installation

Step 1: Install the binaries

# Via npm (recommended)
npm install -g @standardbeagle/agnt @standardbeagle/lci

# Via pip
pip install agnt lightning-code-index

# Via Go (lci only)
go install github.com/standardbeagle/lci/cmd/lci@latest

Related servers

n8n

Updated today

by n8n-io

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

NOASSERTION199,059

mcp-server-fetch

OfficialUpdated today

by modelcontextprotocol

A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs

89,138

@modelcontextprotocol/server-filesystem

OfficialUpdated today

by modelcontextprotocol

MCP server for filesystem access

SEE LICENSE IN LICENSE89,138

@modelcontextprotocol/server-everything

OfficialUpdated today

by modelcontextprotocol

MCP server that exercises all the features of the MCP protocol

89,138