fast-h3yun
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fast-h3yunlist all apps in my H3 Yun workbench"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Log in with your own H3Yun account and turn the apps, forms, and records in the web workbench into FastMCP tools. Use them for queries from Cursor, OPC Feed, or other MCP clients.
This is not an official H3Yun product, nor the official OpenAPI. The session comes from web login: phone number + password → JWT + EngineCode. What you can see depends on the permissions of the logged-in user.
What it can do
Tool | Purpose |
| Log in with phone number and password. |
| Current user and engine |
| App list |
| Forms under a given app |
| Search forms by name |
| Query records with pagination |
| Get one record by ObjectId |
First version is read-only: no create, modify, delete, or approval.
Related MCP server: Feishu Bitable MCP Server
Getting started
Requires Python 3.12+ and uv. It is recommended to use a read-only H3Yun account with narrowed permissions.
git clone https://github.com/ironfrancis/fast-h3yun.git
cd fast-h3yun
cp .env.example .env
uv sync --extra dev
uv run fast-h3yunDefault address: http://127.0.0.1:8765/mcp
You can prefill H3YUN_MOBILE / H3YUN_PASSWORD in .env. It can also start without them; after connecting, call h3yun_login first.
Connecting to an MCP client
{
"mcpServers": {
"h3yun": {
"url": "http://127.0.0.1:8765/mcp"
}
}
}OPC Feed goes through mcp_connection_parse → probe → propose. For Cursor, configure the same URL in the MCP settings. Keep the account and password in this service; do not write them into the client repository.
Environment variables
Variable | Description |
| Login phone number. If not set, |
| Login password. If not set, |
| Specify the engine for multi-engine accounts |
| Fallback JWT when a captcha blocks password login |
| Default |
| Default |
Limitations
The web
/v1has no official stability guarantee; H3Yun releases may change fields.Too many wrong password attempts will lock the account; this service caches the token and rate-limits login.
Online password login may trigger an Alibaba Cloud captcha. For unattended use, switch to an already-logged-in
H3YUN_TOKEN+H3YUN_ENGINE_CODEfrom the browser.The MCP service itself does not authenticate callers. By default it only listens on localhost; do not expose the port to the public internet.
Do not commit
.env, tokens, or EngineSecret. Tool return values strip password / token.
uv run pytestLicense
MIT. Feel free to check out CONTRIBUTING.md and 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