Blade-mcp provides AI agents with access to the Blade Design System, a React-based UI component library. It exposes tools for generating, customizing, and integrating Blade components. The server connects to the Blade GitHub repository and Razorpay's design system documentation. Developers use it to automate UI development, generate component code, and ensure design consistency.
Blade-mcp provides AI agents with access to the Blade Design System, a React-based UI component library. It exposes tools for generating, customizing, and integrating Blade components. The server connects to the Blade GitHub repository and Razorpay's design system documentation. Developers use it to automate UI development, generate component code, and ensure design consistency.
npx -y @razorpay/blade-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"razorpay-blade-mcp-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @razorpay/blade-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from blade-mcp?"
API Key Required
This server requires an API key from blade-mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| BLADE-MCP_API_KEY | Yes | Your blade-mcp API key |
"What resources are available in blade-mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in blade-mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in blade-mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.