loading…
Search for a command to run...
loading…
Model Context Protocol server for Blade
Blade is the Design System that powers Razorpay.
This repository is organized as a monorepo containing several packages that work together to provide a complete design system ecosystem.
| Package | Description |
|---|---|
| blade | The core Blade Design System package with cross-platform UI components for React Web and React Native |
| blade-mcp | Model Context Protocol (MCP) server for AI-assisted development using Blade components |
| plugin-figma-blade-coverage | Figma plugin that measures Blade component usage and coverage in design files. It acts like a linter for design files. |
| plugin-figma-token-publisher | Figma plugin for publishing design tokens |
| blade-coverage-extension | Browser extension for measuring Blade component usage |
| eslint-plugin-blade | ESLint plugin for enforcing Blade coding standards |
| widget-figma-dev-handoff-checklist | Figma widget for design-to-development handoff checklists |
Licensed under the MIT License.
Interested in working with us? Checkout our Jobs Page for open roles 🤗
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"blade-mcp": {
"command": "npx",
"args": [
"-y",
"@razorpay/blade-mcp"
]
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hz