loading…
Search for a command to run...
loading…
Install the Frames MCP server and agent skills for Claude Code
Install the Frames MCP server and agent skills for Claude Code.
# Project-only (current directory)
npx frames-mcp
# Global (all projects)
npx frames-mcp --global
This adds the Frames MCP server to your Claude Code config and installs the Frames skill for guided AI pipeline building.
If the installer doesn't work, you can set up manually:
# Add MCP server (local)
claude mcp add --transport http frames https://frames-backend-ugzz.onrender.com/mcp
# Add MCP server (global)
claude mcp add --transport http --scope user frames https://frames-backend-ugzz.onrender.com/mcp
# Install skill (via skills CLI)
npx skills add briarbearrr/frames-mcp
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"frames-mcp": {
"command": "npx",
"args": [
"-y",
"frames-mcp"
]
}
}
}pro-tip
Поставил Frames Mcp? Скажи Claude: «запомни почему я установил Frames Mcp и что хочу попробовать» — попадёт в твой Vault.
как это работает →