From pax8
Connects remotely to Pax8 MCP server (https://mcp.pax8.com/v1/mcp) for access to Pax8 platform tools and resources. Requires PAX8_MCP_TOKEN for authentication.
npx claudepluginhub wyre-technology/msp-claude-plugins --plugin pax8Add to your .mcp.json:
{
"mcpServers": {
"pax8": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.pax8.com/v1/mcp",
"--header",
"x-pax8-mcp-token:${PAX8_MCP_TOKEN}"
],
"url": "https://mcp.pax8.com/v1/mcp"
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
npxhttps://mcp.pax8.com/v1/mcp