Websterly MCP
Connect Claude and other MCP-compatible clients to Websterly to create, iterate, inspect, and deploy websites.
Claude connector URL
https://mcp.websterly.dev
Config file example
{
"mcpServers": {
"websterly": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://mcp.websterly.dev",
"--header",
"Authorization: Bearer YOUR_TOKEN"
]
}
}
}Bearer token example
Authorization: Bearer wst_mcp_...
Personal bearer tokens can be created from Dashboard Settings - MCP.