Weavy MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Weavy MCP ServerOpen my 'Summer Campaign' project and add a Flux model node."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Weavy MCP Server
MCP server for automating Weavy.ai creative workflows via Playwright browser automation.
What It Does
This server gives Claude Code direct control over Weavy's node-based canvas. It launches a Chromium browser, connects to your Weavy account, and exposes tools for building creative pipelines programmatically.
Related MCP server: n8n-manager-mcp
Tools
Tool | Description |
| Capture current canvas state |
| List all projects from dashboard |
| Open existing project or create new |
| Add any node type to canvas (models, editing, text, helpers) |
| Remove a node from canvas |
| List all visible nodes with positions |
| Enter text into a Prompt node |
| Set node parameters (aspect ratio, model settings, etc.) |
| Upload a file via Import node |
| Connect output of one node to input of another |
| Remove a connection between nodes |
| Execute a generative node and wait for completion |
| Download output via Export node |
| Publish workflow as a Design App |
Setup
cd ~/.claude/mcp-servers/weavy-mcp
npm install
npx playwright install chromiumAdd to ~/.claude/mcp.json:
{
"mcpServers": {
"weavy": {
"command": "node",
"args": ["/path/to/weavy-mcp/server.js"]
}
}
}Authentication
No API keys needed. The server uses a persistent Chromium profile at .browser-data/. On first use, it opens a browser window — log into Weavy manually once, and the session persists.
Companion Skill
Pair with the weavy-architect skill (~/.claude/skills/weavy-architect/) for guided workflow design with model selection, node graph planning, and credit optimization.
Tech Stack
Node.js + ES modules
@modelcontextprotocol/sdkfor MCP protocolPlaywright for browser automation
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseAqualityDmaintenance🪄 MCP server for programmatic creation and management of n8n workflows. Enables AI assistants to build, modify, and manage workflows without direct user intervention through a comprehensive set of tools and resources for interacting with n8n's REST API.Last updated1011984MIT
- AlicenseAqualityAmaintenanceMCP server for managing n8n workflows through AI assistants. Supports workflow CRUD operations, synchronization, inspection, and execution support for automation-focused workflows.Last updated144092MIT
- Alicense-qualityCmaintenanceMCP server for AI browser automation with tools for navigation, actions, data extraction, and scripting, supporting local and cloud execution.Last updated682Apache 2.0

agentify-desktopofficial
Alicense-qualityCmaintenanceMCP server that enables AI tools to control local browser sessions for ChatGPT, Claude, and other AI services, supporting querying, navigation, file uploads, and artifact management.Last updated86491Mozilla Public 2.0
Related MCP Connectors
Create, browse, remix, collaborate on, and run durable AI workflow nodes from MCP hosts.
Remote MCP server for RunComfy Serverless API (ComfyUI): deployments and async inference.
MCP server for generating rough-draft project plans from natural-language prompts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/iamredmh/weavy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server