css-mcp-server
If you are the rightful owner of css-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This repository contains a Model Context Protocol (MCP) server built with Node.js and TypeScript, designed to act as a 'CSS Tutor' by providing personalized updates about CSS features to a connected AI client.
The CSS Tutor MCP Server is a demonstration of how to build a Model Context Protocol server using Node.js and TypeScript. It serves as a CSS knowledge assistant, offering personalized updates on CSS features to AI clients. The server showcases key MCP concepts such as defining resources, tools, and prompts, aiming to guide users in developing more complex agentic capabilities. The server requires Node.js, an AI client capable of connecting to an MCP server, and an OpenRouter API Key for fetching live CSS updates. The server is structured to manage user knowledge profiles, fetch updates, and interact with AI clients through a defined workflow.
Features
- Personalized CSS Updates: Provides tailored updates on new CSS features to users.
- Resource Management: Utilizes a persistent memory resource to track known CSS concepts.
- Tool Integration: Includes tools for fetching updates, reading, and writing user knowledge.
- Prompt Guidance: Offers static instructions to guide AI clients in interacting with the server.
- Cross-Platform Compatibility: Can be used with various AI clients like Cursor and Claude desktop app.