Ship and edit static sites from any MCP-compatible AI. The AI is the brain; Krexel is the hands.
claude mcp add krexel-mcp -- npx -y krexel-mcp
claude_desktop_config.json
{
"mcpServers": {
"krexel-mcp": {
"command": "npx",
"args": [
"-y",
"krexel-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"krexel-mcp": {
"command": "npx",
"args": [
"-y",
"krexel-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"krexel-mcp": {
"command": "npx",
"args": [
"-y",
"krexel-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"krexel-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"krexel-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"krexel-mcp": {
"command": "npx",
"args": [
"-y",
"krexel-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Syfer-web--krexel-mcp/reviews or the review_server meta-tool.
POST /mcp