fast-h3yun
自分の 氚雲 アカウントでログインして、Web ワークベンチのアプリ・フォーム・レコードを FastMCP ツールにします。Cursor、OPC Feed、その他の MCP クライアントから照会するために使います。
これは氚雲の公式製品でも、公式 OpenAPI でもありません。セッションは Web ログイン(携帯番号 + パスワード → JWT + EngineCode)に由来します。見える範囲は、そのログインユーザーの権限に依存します。
できること
ツール | 機能 |
| 携帯番号とパスワードでログイン。 |
| 現在のユーザーとエンジン |
| アプリ一覧 |
| 指定アプリ配下のフォーム |
| 名前でフォームを検索 |
| ページングでレコードを照会 |
| ObjectId で1件取得 |
初版は読み取り専用:作成・変更・削除・承認は行いません。
Related MCP server: Feishu Bitable MCP Server
起動
Python 3.12+ と uv が必要です。権限を絞った読み取り専用の氚雲アカウントを推奨します。
git clone https://github.com/ironfrancis/fast-h3yun.git
cd fast-h3yun
cp .env.example .env
uv sync --extra dev
uv run fast-h3yunデフォルトアドレス:http://127.0.0.1:8765/mcp
.env に H3YUN_MOBILE / H3YUN_PASSWORD を事前に記入できます。未記入でも起動でき、接続後にまず h3yun_login を呼び出します。
MCP クライアントに接続
{
"mcpServers": {
"h3yun": {
"url": "http://127.0.0.1:8765/mcp"
}
}
}OPC Feed は mcp_connection_parse → probe → propose の順で進めます。Cursor は同じ URL を MCP 設定に追加するだけです。アカウントとパスワードは本サービス内に留め、クライアントのリポジトリには書き込まないでください。
環境変数
変数 | 説明 |
| ログイン用携帯番号。未設定の場合は |
| ログインパスワード。未設定の場合は |
| マルチエンジンアカウントでエンジンを指定 |
| 認証コードがパスワードログインを妨げる場合のフォールバック JWT |
| デフォルト |
| デフォルト |
制限
Web の
/v1には公式の安定性保証がなく、氚雲のリリースでフィールドが変わる可能性があります。パスワードの誤入力が多すぎるとロックされます。本サービスはトークンをキャッシュし、ログイン頻度を制限します。
オンラインのパスワードログインでは、阿里雲の認証コードが表示される場合があります。無人運用では、ブラウザでログイン済みの
H3YUN_TOKEN+H3YUN_ENGINE_CODEを使用できます。MCP サービス自体は呼び出し元を認証しません。デフォルトでは本機のみをリッスンするため、ポートを公開ネットワークに公開しないでください。
.env、トークン、EngineSecret をコミットしないでください。ツールの戻り値からは password / token が除去されます。
uv run pytestライセンス
MIT。 CONTRIBUTING.md と SECURITY.md もご覧ください。
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityCmaintenanceEnables to operate a WeChat Official Account via MCP tools, including searching and executing API workflows and uploading files.MIT
- AlicenseNot gradedqualityDmaintenanceEnables interacting with Feishu (Lark) multidimensional tables through MCP tools. Supports listing tables, reading records, searching records and apps, and getting views.870MIT
- FlicenseNot gradedqualityDmaintenanceMCP server that wraps Jiandaoyun (简道云) form operations, providing 9 tools for app discovery, form exploration, and data CRUD via SSE transport.
- FlicenseNot gradedqualityBmaintenanceExposes enterprise WeChat approval, report, and check-in data reading capabilities through the MCP protocol, enabling WorkBuddy and CodeBuddy to read historical business data.7
Related MCP Connectors
Search, document and execute authenticated API calls across 700+ apps via one MCP server
A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud
Access Kernel's cloud-based browsers and app actions via MCP (remote HTTP + OAuth).
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/ironfrancis/fast-h3yun'
If you have feedback or need assistance with the MCP directory API, please join our Discord server