Enable Open CoDesign to run as a Model Context Protocol (MCP) server, so it can be used by external MCP clients.
🎯 Motivation
It would be highly valuable to support server mode, enabling:
- Integration with external MCP clients (Claude, custom agents)
- Automated design workflows
- Headless usage in pipelines
🧠 Proposed Solution
Add a CLI flag to run as MCP server:
open-codesign --mcp-server
Expose tools like:
- generate_design
- update_component
- export_html
- export_react
💡 Use Cases
- AI agents generating UI automatically
- CI/CD pipelines generating pages
- Integration with MCP ecosystem
🙋 Willing to contribute
Happy to help design or test this feature.
Proposed solution
🧠 Proposed Solution
Add a CLI flag to run as MCP server:
open-codesign --mcp-server
Expose tools like:
generate_design
update_component
export_html
export_react
🔌 Example MCP Config
{
"mcpServers": {
"open-codesign": {
"command": "uvx",
"args": [Here Argument]
}
}
}
Alternatives considered
No response
Scope
Provider / model
Hard-constraints check
Enable Open CoDesign to run as a Model Context Protocol (MCP) server, so it can be used by external MCP clients.
🎯 Motivation
It would be highly valuable to support server mode, enabling:
🧠 Proposed Solution
Add a CLI flag to run as MCP server:
open-codesign --mcp-server
Expose tools like:
💡 Use Cases
🙋 Willing to contribute
Happy to help design or test this feature.
Proposed solution
🧠 Proposed Solution
Add a CLI flag to run as MCP server:
open-codesign --mcp-server
Expose tools like:
generate_design
update_component
export_html
export_react
🔌 Example MCP Config
{
"mcpServers": {
"open-codesign": {
"command": "uvx",
"args": [Here Argument]
}
}
}
Alternatives considered
No response
Scope
Provider / model
Hard-constraints check