Remote MCP server for 2ools — build, version, review and export websites, web apps and games from the AI chat you already use. 43 tools, one free and authless.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"2ools/mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server npx -y 2ools/mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"2ools/mcp-server"
]
}
}
}
📋 Copy