PluginBench
MCP Server

co.encorehq/encore MCP Server

co.encorehq/encore

What is the co.encorehq/encore MCP server?

Create, refine, and visually verify client work across the Encore studio.

How to install co.encorehq/encore

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "encore": {
      "url": "https://mcp.encorehq.co/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "encore": {
      "serverUrl": "https://mcp.encorehq.co/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "encore": {
      "type": "http",
      "url": "https://mcp.encorehq.co/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "encore": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.encorehq.co/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http encore https://mcp.encorehq.co/mcp

Related MCP servers

Renamed to co.encorehq/encore — connect at https://encore-pages-mcp.vercel.app/mcp

View repository →