want a static file hosted somewhere? static.modelcontextprotocol.io is somewhere!
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"
]
}
}
}
Run in terminal:
claude mcp add static npx -y modelcontextprotocol/static
Add to .cursor/mcp.json:
{
"mcpServers": {
"static": {
"command": "npx",
"args": [
"-y",
"modelcontextprotocol/static"
]
}
}
}