π₯
Frames
Install the Frames MCP server and agent skills for Claude Code
0 installs
Trust: 37 β Low
Social
Ask AI about Frames
Powered by Claude Β· Grounded in docs
I know everything about Frames. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
wyren-mcp
Install the Wyren MCP server and agent skills for Claude Code.
Install
# Project-only (current directory)
npx wyren-mcp
# Global (all projects)
npx wyren-mcp --global
This adds the Wyren MCP server to your Claude Code config and installs the Wyren skill for guided AI pipeline building.
What you get
- MCP Server β 38 tools for creating, building, executing, and publishing AI workflows
- Agent Skill β teaches Claude how to use Wyren tools effectively, with workflow patterns and domain knowledge
Manual setup
If the installer doesn't work, you can set up manually:
# Add MCP server (local)
claude mcp add --transport http wyren https://api.wyren.ai/mcp
# Add MCP server (global)
claude mcp add --transport http --scope user wyren https://api.wyren.ai/mcp
# Install skill (via skills CLI)
npx skills add briarbearrr/wyren-mcp
