static

modelcontextprotocol/static
★ 10 stars HTML 🧠 Memory/Knowledge Updated 1mo ago
want a static file hosted somewhere? static.modelcontextprotocol.io is somewhere!
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "static": {
      "command": "npx",
      "args": [
        "-y",
        "modelcontextprotocol/static"
      ]
    }
  }
}