general MCP Server
MCP Server for accessing W3C/WHATWG/IETF web specifications. Provides AI assistants with access to official web standards data including specifications, WebIDL definitions, CSS properties, and HTML elements.
Discovered via github-topic:mcp-server and last synced 3mo ago.
1. Install the package
npx @shuji-bonji/w3c-mcp
2. Add to claude_desktop_config.json
{
"mcpServers": {
"-shuji-bonji-w3c-mcp": {
"command": "npx",
"args": [
"@shuji-bonji/w3c-mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Description