Back to Apps

Seiro MCP
Supports UIby karad
Autonomous build workflows and tools for visionOS (Swift) apps using Codex CLI and MCP clients.
0 stars
Works in:Codex
Exposes:Tools
What it does
Seiro MCP is a specialized spatial computing server designed to bridge the gap between AI agents and visionOS development. It provides a safe, sandboxed environment to execute Xcode builds, manage project schemes, and validate SDKs for visionOS applications, allowing AI assistants to autonomously build and test spatial apps.
Tools
validate_sandbox_policy: Checks project paths and SDKs against security policies before building.build_visionos_app: Executes a visionOS project build for a specific scheme and destination.inspect_build_diagnostics: Analyzes build failures to provide precise file and line numbers for errors.fetch_build_output: Retrieves build artifacts and logs after a successful run.inspect_xcode_schemes: Discovers available Xcode schemes within a project.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"seiro-mcp": {
"command": "seiro-mcp",
"args": ["--transport=stdio"],
"env": {
"MCP_CONFIG_PATH": "/absolute/path/to/config.toml",
"MCP_SHARED_TOKEN": "your-secret-token"
}
}
}
}
Supported hosts
Confirmed support for Codex CLI and general MCP clients (Claude Desktop).
Quick install
cargo install seiro-mcp --lockedInformation
- Pricing
- free
- Published
- 5/28/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to ~/.codex/config.toml under [mcp_servers.seiro_mcp] with absolute paths for binary and config.Claude Desktop
Add seiro-mcp to claude_desktop_config.json with MCP_CONFIG_PATH and MCP_SHARED_TOKEN env vars.





