Skip to content
Drivn logoDrivn
Changelog
v1.8.0March 2026

MCP Server Integration

AI assistants can now connect directly to Drivn's component registry via the Model Context Protocol. Instead of copy-pasting component code into chat, your AI gets exact source code, design tokens, and coding conventions automatically.

What's new

MCP Server

The new drivn mcp command starts an MCP server that exposes 7 tools — from listing components to getting full source code with dependencies. Works with Claude Code, Cursor, VS Code Copilot, and Windsurf.

1claude mcp add drivn -- npx drivn@latest mcp

The server gives AI assistants access to all 33+ component source files, design tokens, and the Drivn coding conventions document — so generated code follows dot notation, const styles, and type-safe variants.