MCP server for Xcode Instruments — AI agents get structured performance profiling (CPU, SwiftUI, memory, hitches) instead of raw xctrace XML
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"instruments-mcp-serv": {
"command": "npx",
"args": [
"-y",
"nemanjavlahovic/instruments-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add instruments-mcp-serv npx -y nemanjavlahovic/instruments-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"instruments-mcp-serv": {
"command": "npx",
"args": [
"-y",
"nemanjavlahovic/instruments-mcp-server"
]
}
}
}