# MCP Server My Lark Doc A Model Context Protocol server for searching and accessing Lark(Feishu) documents. ## Features ### Document Content Access
The server publishes 9 tools. What each one is for:
Purpose — Retrieve document content from LarkArgs — documentUrl (string) - The URL of the Lark documentReturns — Document content in text formatSupports — - Doc URLs: https://xxx.feishu.cn/docx/xxxxxtitle — Document titleurl — Document URLcreate_time — Document creation timeupdate_time — Document last update timeAuthentication — The Authentication tool exposed by this serverConfiguration is passed through the environment: LARK_APP_ID, LARK_APP_SECRET, OAUTH_HOST, OAUTH_PORT. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
mcp-server-my-lark-doc on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.
This sits in the AI and media services group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. My Lark Doc's toolset — Purpose, Args, Returns and 6 more — is a fair guide to whether it matches your workflow. It is maintained by T0UGH; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Purpose | Retrieve document content from Lark |
| Args | documentUrl (string) - The URL of the Lark document |
| Returns | Document content in text format |
| Supports | - Doc URLs: https://xxx.feishu.cn/docx/xxxxx |
| title | Document title |
| url | Document URL |
| create_time | Document creation time |
| update_time | Document last update time |
| Authentication | The Authentication tool exposed by this server. |
{
"mcpServers": {
"server-my-lark-doc": {
"command": "uvx",
"args": ["mcp-server-my-lark-doc"],
"env": {
"LARK_APP_ID": "your-value",
"LARK_APP_SECRET": "your-value",
"OAUTH_HOST": "your-value",
"OAUTH_PORT": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| LARK_APP_ID | Configuration value read at startup. | Optional |
| LARK_APP_SECRET | Credential the server authenticates with. | Yes |
| OAUTH_HOST | Endpoint or connection string the server talks to. | Optional |
| OAUTH_PORT | Configuration value read at startup. | Optional |
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.