Skip to main content
Glama

CSS MCP Server

by stolinski
package.json884 B
{ "name": "css-mcp", "version": "1.0.2", "description": "An MCP server for looking up CSS properties on MDN", "type": "module", "bin": { "css-mcp": "src/server.js" }, "files": [ "src", "README.md", "LICENSE" ], "scripts": { "test": "node src/server.js --self-test" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "better-sqlite3": "^12.4.1", "turndown": "^7.2.1", "zod": "^3.25.76" }, "engines": { "node": ">=20" }, "keywords": [ "mcp", "css", "mdn" ], "author": "Scott Tolinski", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/stolinski/css-mcp.git" }, "bugs": { "url": "https://github.com/stolinski/css-mcp/issues" }, "homepage": "https://github.com/stolinski/css-mcp#readme", "publishConfig": { "access": "public" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stolinski/css-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server