Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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 pax8Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"pax8": {
"type": "http",
"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"
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
npxhttps://mcp.pax8.com/v1/mcpCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.