Skip to main content
Glama

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-mcp

Claude Desktopclaude_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 クライアント: npx -y github:hlpdev/perch-mcp を stdio 経由で実行します。

Related MCP server: Hanzo MCP

ツール

ツール

モデルに提供されるもの

perch_guide

短いオーサリングガイド: パッケージ構造、Lua 宣言、ハンドラー、スコープ、スタイル。

perch_vocabulary

標準ボキャブラリ(api-spec.json): コンポーネントとプロパティ、カラーロール、ホスト関数、ハンドラー、スコープ、コンテキスト。

perch_docs

モッドおよび API ドキュメント: 一覧表示、ページの読み取り、検索。

perch_examples

組み込みパッケージ(media、clock、weather、launcher など)の完全な例。

perch_validate

パッケージフォルダをチェック: マニフェストスキーマ、エントリ、Lua 構文、ウィジェット宣言、コンポーネント名。

perch_run

PERCH_MOD_DEV をあなたのパッケージに設定して Perch を起動します(Windows 用。PERCH_EXE で Steam の検索を上書きします)。

試してみてください: 「perch ツールを使って、Steam フレンドのオンライン状況を表示する Perch ウィジェットを作って」

バンドルコンテンツの更新

content/ は Perch リポジトリから生成され、コミットされています:

npm run sync   # needs ../perch, ../perch-studio, ../perch-site checked out
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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