Governed MCP runtime for the Apple ecosystem, available on macOS with per-call approval.
claude mcp add airmcp -- npx -y airmcp
claude_desktop_config.json
{
"mcpServers": {
"airmcp": {
"command": "npx",
"args": [
"-y",
"airmcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"airmcp": {
"command": "npx",
"args": [
"-y",
"airmcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"airmcp": {
"command": "npx",
"args": [
"-y",
"airmcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"airmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"airmcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"airmcp": {
"command": "npx",
"args": [
"-y",
"airmcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.heznpc--airmcp/reviews or the review_server meta-tool.
POST /mcp