wyren-mcp

briarbearrr/wyren-mcp
★ 0 stars JavaScript 🤖 AI/LLM Updated today
Install the Frames MCP server and agent skills for Claude Code
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wyren-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "briarbearrr/wyren-mcp"
      ]
    }
  }
}

README Excerpt

Install the [Wyren](https://wyren.yibby.ai) MCP server, agent skills, and an auto-starting local render worker for Claude Code. ```bash npx wyren-mcp npx wyren-mcp --global ``` This: 1. Adds the Wyren MCP server to your Claude Code config. 2. Installs the Wyren agent skill for guided AI pipeline building.