What is the MCPVillage MCP server?
Build & edit your own website by talking to your LLM: pages, forms, SEO, analytics. Free to start.
How to install MCPVillage
Copy-paste configuration for popular MCP clients.
AuthorizationrequiredsecretOAuth 2.1 bearer token — obtained automatically via the server's OAuth discovery + PKCE (one-click in Claude/ChatGPT/Cursor). No manual token needed.
{
"mcpServers": {
"website-builder": {
"url": "https://mcpvillage.com/mcp"
}
}
}{
"mcpServers": {
"website-builder": {
"serverUrl": "https://mcpvillage.com/mcp"
}
}
}{
"servers": {
"website-builder": {
"type": "http",
"url": "https://mcpvillage.com/mcp"
}
}
}{
"mcpServers": {
"website-builder": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcpvillage.com/mcp"
]
}
}
}claude mcp add --transport http website-builder https://mcpvillage.com/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.