Stats
Actions
Tags
From AirMCP
Runs a local MCP server via npx to provide tools, resources, or prompts to Claude. No external service connected; general-purpose server module.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"airmcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub heznpc/airmcp