fast-h3yun
用你自己的 氚云 账号登录,把网页工作台里的应用、表单、记录做成 FastMCP 工具。给 Cursor、OPC Feed 或其他 MCP 客户端查询用。
这不是氚云官方产品,也不是官方 OpenAPI。会话来自网页登录:手机号 + 密码 → JWT + EngineCode。能看到什么,取决于这个登录用户的权限。
能做什么
工具 | 作用 |
| 手机号和密码登录。 |
| 当前用户和引擎 |
| 应用列表 |
| 某个应用下的表单 |
| 按名称搜表单 |
| 分页查记录 |
| 按 ObjectId 取一条 |
第一版只读:不会创建、修改、删除或审批。
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 |
| 默认 |
| 默认 |
限制
网页
/v1没有官方稳定性承诺,氚云发版可能改字段。密码错误次数过多会被锁;本服务会缓存 token,并限制登录频率。
线上密码登录可能弹出阿里云验证码。无人值守可改用浏览器里已登录的
H3YUN_TOKEN+H3YUN_ENGINE_CODE。MCP 服务本身不对调用方鉴权。默认只监听本机,不要把端口暴露到公网。
不要提交
.env、token 或 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