css-mcp-server

css-mcp-server

13

This project provides a demonstration of building a Model Context Protocol (MCP) server using Node.js and TypeScript, designed to function as a CSS Tutor that offers AI-driven CSS feature updates. It showcases fundamental MCP concepts such as Resources, Tools, and Prompts to manage and deliver personalized content efficiently.

What is the purpose of the CSS Tutor MCP Server?

The server provides personalized updates about CSS features to a connected AI client, demonstrating key MCP concepts.

What are the prerequisites for running the server?

You need Node.js, an AI client capable of connecting to an MCP server, and an OpenRouter API Key.

How do I configure the server for use with the Claude desktop app?

You need to set up the server in the Claude desktop app's configuration file with the correct command, arguments, and environment variables.

Can the server be used with Cursor?

Yes, the server can be configured to work with Cursor by setting up a project rule for the prompt.

What tools does the server provide?

The server provides tools for fetching CSS updates, reading from memory, and writing to memory.