Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From airmcp
Local MCP server that connects to the Airmcp platform for AI-powered workflow automation and tool orchestration. Provides capabilities for managing and executing automated tasks.
npx claudepluginhub heznpc/airmcpCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"airmcp": {
"command": "npx",
"args": [
"-y",
"airmcp@2.12.0"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.