Seiro MCP is an MCP server and Skills that enables autonomous build workflows for visionOS (Swift) apps using Codex CLI / App.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"seiro-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"seiro-mcp"
]
}
}
}
Run in terminal:
claude mcp add seiro-mcp cargo run -- seiro-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"seiro-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"seiro-mcp"
]
}
}
}