Verifies and configures required MCP servers (Atlassian and GitHub) to enable Product Guide Writer integrations and guides setup if missing.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install github-mpc或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install github-mpc⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/github-mpc/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
A skill for verifying and configuring the required MCP (Model Context Protocol) servers for the Product Guide Writer workflow.
The Product Guide Writer relies on several MCP servers to provide external integrations. This skill helps verify that required MCPs are configured and guides users through setup if needed.
Use this skill when:
---
| MCP Server | Purpose | Required | Features Used | |------------|---------|----------|---------------| | user-atlassian | Confluence search/publish, Jira integration | Yes | searchConfluenceUsingCql, createConfluencePage, getConfluenceSpaces | | user-github | Repository search, code exploration | Yes | search_repositories, search_code, get_file_contents | | user-Figma | Design mockup retrieval | Optional | get_file, get_images | | user-elasticsearch-mcp | Log analysis for request flow verification | Optional | search, get |
---
The agent should verify MCP availability by checking the MCP configuration folder:
/Users/{username}/.cursor/projects/{workspace}/mcps/
Look for these directories:
user-atlassian/ - Atlassian MCP (required)user-github/ - GitHub MCP (required)user-Figma/ - Figma MCP (optional)user-elasticsearch-mcp/ - Elasticsearch MCP (optional)Use the getAccessibleAtlassianResources tool to verify Atlassian authentication:
Tool: CallMcpTool
Server: user-atlassian
ToolName: getAccessibleAtlassianResources
Arguments: {}
Expected Response: List of accessible Atlassian Cloud instances including Trading212.
If Error: Guide user through authentication (see Step 2).
Confirm access to the Product Documentation space:
Tool: CallMcpTool
Server: user-atlassian
ToolName: getConfluenceSpaces
Arguments:
cloudId: "trading212.atlassian.net"
keys: ["GT"]
Expected Response: Space details for GT (Product Documentation space).
If Error: User may need additional Confluence permissions.
---
If any required MCP is missing or misconfigured, guide the user:
If user-atlassian is not configured:
- Press Cmd/Ctrl + , to open settings - Navigate to "MCP Servers" or "Extensions"
- Search for "Atlassian" in the MCP marketplace - Install the official Atlassian MCP server - Or add manually to mcp.json (official Atlassian remote MCP): ```json { "atlassian-mcp": { "url": "https://mcp.atlassian.com/v1/mcp" } } ```
- When prompted, authorize access to your Atlassian account - Grant access to the Trading212 workspace - Ensure you have access to the GT Confluence space
- Restart Cursor - Run the verification check in Step 1.2
If user-github is not configured:
- Usually pre-installed with Cursor - If missing, add to mcp_servers.json: ```json { "github": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-github"], "env": { "GITHUB_TOKEN": "${GITHUB_TOKEN}" } } } ```
- Create a Personal Access Token at github.com/settings/tokens - Grant repo and read:org scopes - Set as environment variable: export GITHUB_TOKEN=your_token
- Test with a simple repository search - Ensure access to Trading212 organization
Figma MCP (for UI documentation):
@anthropic/mcp-server-figmaElasticsearch MCP (for log verification):
@anthropic/mcp-server-elasticsearch---
After setup, run a full validation:
## MCP Configuration Status
### Required MCPs
- [ ] user-atlassian: Connected to trading212.atlassian.net
- [ ] user-github: Connected to Trading212 organization
### Optional MCPs
- [ ] user-Figma: {Connected / Not configured}
- [ ] user-elasticsearch-mcp: {Connected / Not configured}
### Confluence Access
- [ ] GT Space accessible: trading212.atlassian.net/wiki/spaces/gt
- [ ] Can search pages: searchConfluenceUsingCql works
- [ ] Can create pages: createConfluencePage permission confirmed
### GitHub Access
- [ ] Can search repositories: search_repositories works
- [ ] Can search code: search_code works
- [ ] Trading212 org accessible
Perform a test search to confirm full functionality:
Tool: CallMcpTool
Server: user-atlassian
ToolName: searchConfluenceUsingCql
Arguments:
cloudId: "trading212.atlassian.net"
cql: "space = GT AND type = page"
limit: 5
If this returns results, Atlassian MCP is fully configured.
---
| Issue | Cause | Solution | |-------|-------|----------| | "MCP server not found" | MCP not installed | Follow Step 2 setup guide | | "Authentication failed" | Token expired/invalid | Re-authenticate in Cursor settings | | "Permission denied" for GT space | Confluence permissions | Request access from Confluence admin | | "Rate limited" | Too many API calls | Wait and retry, or use caching | | "Cloud ID not found" | Wrong Atlassian instance | Use getAccessibleAtlassianResources to find correct ID |
---
trading212.atlassian.net
Space Key: GT
Space Name: Product Documentation
URL: https://trading212.atlassian.net/wiki/spaces/gt
Find all product guides:
space = GT AND type = page AND title ~ "Product Guide"
Find guides for specific OTT:
space = GT AND type = page AND text ~ "{ott-name}"
Find recently updated pages:
space = GT AND type = page AND lastmodified >= now("-30d")
---
Once MCPs are configured, the Product Guide Writer will:
See product-guide-writer/SKILL.md for the full workflow.
安装 github-mpc 后,可以对 AI 说这些话来触发它
Help me get started with github-mpc
Explains what github-mpc does, walks through the setup, and runs a quick demo based on your current project
Use github-mpc to verifies and configures required MCP servers (Atlassian and GitHub)...
Invokes github-mpc with the right parameters and returns the result directly in the conversation
What can I do with github-mpc in my developer & devops workflow?
Lists the top use cases for github-mpc, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/github-mpc/ 目录(个人级,所有项目可用),或 .claude/skills/github-mpc/(项目级)。重启 AI 客户端后,用 /github-mpc 主动调用,或让 AI 根据上下文自动发现并使用。
github-mpc 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
github-mpc 可免费安装使用。请查阅仓库了解许可证信息。
Verifies and configures required MCP servers (Atlassian and GitHub) to enable Product Guide Writer integrations and guides setup if missing.
github-mpc 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using github-mpc
Identifies repetitive steps in your workflow and sets up github-mpc to handle them automatically