Tea Color To Vars
Freeby MCP Community
A basic MCP server example using @modelcontextprotocol/sdk
v1.0.0Added Apr 12, 2026
mcpmodel-context-protocolaillm
Tea Color To Vars MCP Server
A basic MCP server example using @modelcontextprotocol/sdk
Installation
Reviews
Installation
Quick install
npx -y tea-color-to-vars-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"tea-color-to-vars": {
"command": "npx",
"args": ["-y", "tea-color-to-vars-mcp-server"]
}
}
}