Feishu/Lark OpenAPI MCP
by KAIpany
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Listening host in SSE mode | localhost |
| MODE | No | Transport mode (stdio or sse) | stdio |
| PORT | No | Listening port in SSE mode | 3000 |
| TOOLS | No | List of API tools to enable, separated by commas | |
| APP_ID | Yes | Feishu/Lark application App ID | |
| CONFIG | No | Configuration file path, supports JSON format | |
| DOMAIN | No | Feishu/Lark API domain | https://open.feishu.cn |
| LANGUAGE | No | Tools language (zh or en) | en |
| APP_SECRET | Yes | Feishu/Lark application App Secret | |
| TOKEN_MODE | No | API token type (auto, tenant_access_token, or user_access_token) | auto |
| TOOL_NAME_CASE | No | Tool name format (snake, camel, dot, or kebab) | snake |
| USER_ACCESS_TOKEN | No | User access token for calling APIs as a user |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |