AI-native static site generator — MCP server, Claude Code integration, sub-second Rust builds
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"seite": {
"command": "cargo",
"args": [
"run",
"--",
"seite"
]
}
}
}
Run in terminal:
claude mcp add seite cargo run -- seite
Add to .cursor/mcp.json:
{
"mcpServers": {
"seite": {
"command": "cargo",
"args": [
"run",
"--",
"seite"
]
}
}
}