MCP Server
Active
MIT
io.github.LeonTing1010/haplane MCP Server
io.github.LeonTing1010/haplane
What is the io.github.LeonTing1010/haplane MCP server?
鸿蒙 HAP 签名部署 MCP:面向鸿蒙应用开发者,真机调试一键签装,也走华为邀测/上架。中性工具+可订阅源,本地 stdio。
How to install io.github.LeonTing1010/haplane
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"haplane": {
"command": "npx",
"args": [
"-y",
"haplane"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"haplane": {
"command": "npx",
"args": [
"-y",
"haplane"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"haplane": {
"command": "npx",
"args": [
"-y",
"haplane"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"haplane": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"haplane"
]
}
}
}Claude Code
claude mcp add haplane -- npx -y haplaneRelated MCP servers
Tap
Active
Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.
8
View repository →JavaScript
MIT