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):组件和属性、颜色角色、宿主函数、处理器、作用域、上下文。 |
| 模组和 API 文档:列出、阅读页面或搜索。 |
| 内置包(媒体、时钟、天气、启动器等)作为完整示例。 |
| 检查包文件夹:清单模式、入口、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