perch-mcp
perch-mcp
Perch 모드를 만들기 위한 MCP 서버입니다. 이미 사용 중인 AI 도구를 여기에 연결하면 Perch만이 제공할 수 있는 것, 즉 디스플레이 어휘, 문서, 작업 예제로 제공되는 내장 패키지, 패키지 검증기, 그리고 Perch에서 패키지를 실행하는 방법을 얻을 수 있습니다.
여기서는 어떤 AI도 호출하지 않습니다. 여러분의 클라이언트(Claude Code, Claude Desktop, Cursor, …)가 여러분의 계정으로 사고를 수행합니다.
설치
Node 18+가 필요합니다.
Claude Code
claude mcp add perch -- npx -y github:hlpdev/perch-mcpClaude Desktop — claude_desktop_config.json:
{
"mcpServers": {
"perch": { "command": "npx", "args": ["-y", "github:hlpdev/perch-mcp"] }
}
}Cursor — .cursor/mcp.json(프로젝트) 또는 전역 설정:
{
"mcpServers": {
"perch": { "command": "npx", "args": ["-y", "github:hlpdev/perch-mcp"] }
}
}다른 MCP 클라이언트: stdio를 통해 npx -y github:hlpdev/perch-mcp를 실행하세요.
Related MCP server: Hanzo MCP
도구
도구 | 모델에 제공하는 것 |
| 간단한 작성 가이드: 패키지 구조, Lua 선언, 핸들러, 스코프, 스타일. |
| 표준 어휘(api-spec.json): 컴포넌트와 props, 색상 역할, 호스트 함수, 핸들러, 스코프, 컨텍스트. |
| 모딩 및 API 문서: 목록, 페이지 읽기, 검색. |
| 내장 패키지(media, clock, weather, launcher, …)를 완전한 예제로 제공. |
| 패키지 폴더 검사: 매니페스트 스키마, 엔트리, Lua 문법, 위젯 선언, 컴포넌트 이름. |
| 패키지에서 |
시도해 보세요: "perch 도구를 사용해서 Steam 친구의 온라인 상태를 보여주는 Perch 위젯을 만들어 줘."
번들 콘텐츠 업데이트
content/는 Perch 저장소에서 생성되어 커밋됩니다:
npm run sync # needs ../perch, ../perch-studio, ../perch-site checked outMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides comprehensive access to MCP documentation through structured guides, full-text search, and interactive development workflows for building servers and clients.311MIT
- AlicenseCqualityDmaintenanceEnables access to Hanzo APIs and Platform capabilities via MCP, along with development tools for managing and improving projects.71MIT
- AlicenseAqualityBmaintenanceAn MCP server that scaffolds runnable Roku channels from a validated AppSpec, zips them, and optionally sideloads to a Roku device.511MIT
- AlicenseNot gradedqualityCmaintenanceSwiss-Army developer toolkit, stdio inspector, scaffolding CLI & built-in suite of developer tools for Model Context Protocol (MCP) servers.1MIT
Related MCP Connectors
Build, deploy, and operate hosted web apps on VibeKit (vibekit.bot) from any MCP client.
A MCP server built for developers enabling Git based project management with project and personal…
Create App Store screenshots, icons, ASO copy, localization, and revisions via hosted MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hlpdev/perch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server