Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"feishu-mcp": {
"command": "node",
"args": [
"dist/index.js",
"--config",
"{\"appId\":\"xxx\",\"appSecret\":\"xxx\"}"
]
}
}
}