
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.