PluginBench
MCP Server
Active
MIT

CSS SOTA MCP Server

io.github.LuSrodri/css-sota-mcp

What is the CSS SOTA MCP server?

What CSS you can actually ship today, from live Baseline data and MDN browser-compat-data.

How to install CSS SOTA

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "css-sota-mcp": {
      "url": "https://css-sota-mcp.lusrodri.workers.dev/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "css-sota-mcp": {
      "serverUrl": "https://css-sota-mcp.lusrodri.workers.dev/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "css-sota-mcp": {
      "type": "http",
      "url": "https://css-sota-mcp.lusrodri.workers.dev/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "css-sota-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://css-sota-mcp.lusrodri.workers.dev/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http css-sota-mcp https://css-sota-mcp.lusrodri.workers.dev/mcp

Related MCP servers

MCP server for the Render Public API: all 207 endpoints plus workflow tools.

0
TypeScript
MIT
View repository →