Lark MCP Server
A Model Context Protocol (MCP) server that integrates with Lark/Feishu APIs, allowing LLMs to interact with Lark services.
Features
- Query employee information using Lark’s Contact API
- More features coming soon…
Prerequisites
- Node.js 16 or higher
- A Lark/Feishu application with App ID and App Secret
- Claude for Desktop or another MCP client
Installation
npm install
npm run build
Usage
You can run the server in two ways:
1. Using Command Line Arguments (Recommended)
npx lark-mcp <app_id> <app_secret>
Replace <app_id> and <app_secret> with your Lark application credentials.
2. Using Environment Variables
export LARK_APP_ID=your_app_id
export LARK_APP_SECRET=your_app_secret
npx lark-mcp
Available Tools
get-user-info
Retrieves employee information using their ID.
Example usage in Claude:
Please look up employee information for ID 12345
Development
- Clone the repository
- Install dependencies:
npm install - Build the project:
npm run build - Start the server in development mode:
npm run dev
Configuration
The server prioritizes credentials in the following order:
- Command line arguments
- Environment variables
- Default values (if any)
Error Handling
- The server will validate credentials before starting
- API errors are properly handled and returned to the client
- Detailed error messages help with troubleshooting
License
MIT
Contributing
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request
Lark MCP Server
Project Details
- lorrylockie/lark-mcp
- lark-mcp
- Last Updated: 3/4/2025
Recomended MCP Servers
Local MCP server implementation for Starwind UI that you can use with Cursor, Windsurf, and other AI tools
An integration that allows Claude Desktop to interact with Hacker News using the Model Context Protocol (MCP).
Enhanced MCP server for SearXNG: category-aware web-search, web-scraping, and date/time retrieval.
Binalyze AIR MCP Server
Sample MCP Server for testing
Model Context Protocol (MCP) server for intelligent task management, evaluation scoring, and session-based workflow tracking. Seamlessly integrates with...
Rest To Postman Collection MCP Server
MCP-NixOS - Model Context Protocol Server for NixOS resources
MCP server for connecting clients like Claude Desktop to ODBC data sources
🦍 King Kong's Real Weather MCP Server - Live OpenWeatherMap Integration





