feishu-fuzhi-bridge
v1.0.147
Published
MCP stdio bridge for the Feishu Fuzhi Chrome extension.
Readme
feishu-fuzhi-bridge
MCP stdio bridge for the Feishu Fuzhi Chrome extension. It exposes Feishu wiki/docx content to MCP clients through a local WebSocket bridge on 127.0.0.1.
Install
npm install -g feishu-fuzhi-bridgeQA builds can also install the release package directly:
npm install -g ./releases/feishu-fuzhi-bridge-v<version>.tgzMCP Config
{
"mcpServers": {
"feishu-fuzhi": {
"command": "feishu-fuzhi-bridge"
}
}
}Port
The bridge listens on 127.0.0.1:19837 by default. To use another port, set the same value in both places:
FEISHU_FUZHI_BRIDGE_PORT=19838 feishu-fuzhi-bridgeThen set the extension AI Bridge page port to 19838.
Tools
get_feishu_content({ url }): reads one Feishu wiki/docx URL and returns Markdown.check_feishu_fuzhi_bridge(): checks the local bridge, extension connection, and command response.
Manual Acceptance
- Install and run
feishu-fuzhi-bridge. - Load the extension
dist/directory in Chrome. - Open the extension config page and enable AI Bridge.
- Confirm the page status becomes connected and the operation log shows a successful connection.
- In Claude Code, Cursor, or another MCP client, call
check_feishu_fuzhi_bridge. - Call
get_feishu_contentwith an accessible Feishu wiki/docx URL and confirm Markdown is returned without creating a browser download.
