Variel MCP Server for Cursor
ai.variel/mcp-server
Generate your brand in-agent, then keep tokens, components, and copy on-brand over MCP.
client:Cursor
transport:stdio
runtime:npm
Install Variel MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@variel/mcp-server"
],
"env": {
"BRAND_API_KEY": "<BRAND_API_KEY>",
"VARIEL_API_URL": "<VARIEL_API_URL>",
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs