perch-mcp
perch-mcp
Der MCP-Server zum Erstellen von Perch-Mods. Richte das KI-Tool, das du bereits verwendest, darauf aus, und es bekommt, was nur Perch bieten kann: das Anzeige-Vokabular, die Dokumentation, die integrierten Pakete als ausgearbeitete Beispiele, einen Paket-Validator und eine Möglichkeit, dein Paket in Perch auszuführen.
Hier ruft nichts eine KI auf. Dein eigener Client (Claude Code, Claude Desktop, Cursor, …) übernimmt das Denken auf deinem eigenen Konto.
Installation
Erfordert 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 (Projekt) oder die globale Datei:
{
"mcpServers": {
"perch": { "command": "npx", "args": ["-y", "github:hlpdev/perch-mcp"] }
}
}Jeder andere MCP-Client: Führe npx -y github:hlpdev/perch-mcp über stdio aus.
Related MCP server: Hanzo MCP
Tools
Tool | Was es dem Modell bietet |
| Die kurze Autoren-Anleitung: Paketstruktur, Lua-Deklarationen, Handler, Scopes, Stil. |
| Das kanonische Vokabular (api-spec.json): Komponenten und Props, Farbrollen, Host-Funktionen, Handler, Scopes, Kontexte. |
| Die Modding- und API-Dokumentation: Liste, Seite lesen oder suchen. |
| Die integrierten Pakete (media, clock, weather, launcher, …) als vollständige Beispiele. |
| Prüft einen Paketordner: Manifest-Schema, Einstieg, Lua-Syntax, Widget-Deklaration, Komponentennamen. |
| Startet Perch mit |
Probiere: „Erstelle mir ein Perch-Widget, das meine Steam-Freunde online anzeigt, mit den perch-Tools."
Aktualisieren der gebündelten Inhalte
content/ wird aus den Perch-Repos generiert und committet:
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