Astecom/claude-pxplus-template
If you are the rightful owner of claude-pxplus-template and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Model Context Protocol (MCP) server is a specialized server designed to facilitate communication and integration between PxPlus and Claude Code environments.
PxPlus Claude Template
Collection of assets that bring PxPlus expertise into Claude Code. The repository bundles:
- A reusable
.pxplus-claude/profile with Claude rules, prompts, and workflow helpers - An MCP server written in Node.js that exposes PxPlus-aware capabilities to Claude Code
- Project documentation (
instructions-and-rules.md,CLAUDE.md) that stays up to date with each release
Installation
Run the installer from the root of any project that should use the template. The installer checks for Node.js 18+, npm, curl, and the Claude CLI before continuing.
Linux / macOS / WSL
bash -c "$(curl -sSL https://raw.githubusercontent.com/Astecom/claude-pxplus-template/master/install.sh)"
Windows
irm https://raw.githubusercontent.com/Astecom/claude-pxplus-template/master/install.ps1 | iex
Local installation (if you've cloned the repository): .\install.ps1
Supported platforms: Ubuntu, macOS, WSL (Windows Subsystem for Linux), and Windows 10/11
To update to the latest version, simply run the same command again from your project directory.
What the installer sets up
- Latest
.pxplus-claudetemplate copied into your home directory (shared across projects) - Project-level
instructions-and-rules.mdcreated or updated with PxPlus guidance - Project-level
CLAUDE.mdeither created or updated by appending PxPlus instructions (preserves any existing content) - MCP server dependencies installed and registered automatically with Claude Code
When prompted, optionally provide the local PxPlus executable path so the MCP server can perform syntax checks. You can skip this step and update ~/.pxplus-claude/mcp-server/.env later.