
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
mcp-server-my-lark-doc
Advanced tools
A Model Context Protocol server for searching and accessing Lark(Feishu) documents.
uvx mcp-server-my-lark-doc
Visit the Lark Open Platform: https://open.larkoffice.com/app
wiki:wiki:readonly
wiki:node:read
docx:document:readonly
search:docs:read
Before using this MCP server, you need to set up your Lark application credentials:
export LARK_APP_ID="your_app_id"
export LARK_APP_SECRET="your_app_secret"
export OAUTH_HOST="localhost" # OAuth callback server host (default: localhost)
export OAUTH_PORT="9997" # OAuth callback server port (default: 9997)
Configure in Claude desktop:
"mcpServers": {
"lark_doc": {
"command": "uvx",
"args": ["mcp-server-my-lark-doc"],
"env": {
"LARK_APP_ID": "your app id",
"LARK_APP_SECRET": "your app secret",
"OAUTH_HOST": "localhost", // optional
"OAUTH_PORT": "9997" // optional
}
}
}
get_lark_doc_content
search_wiki
Common error messages and their solutions:
Default configuration:
Host: localhost
Port: 9997 Customize via environment variables:
OAUTH_HOST: Set callback server host
OAUTH_PORT: Set callback server port
MIT License
FAQs
A Model Context Protocol server for accessing Lark documents
We found that mcp-server-my-lark-doc demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.