~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json~/.config/Claude/claude_desktop_config.json{
"mcpServers": {
"mcp-feishu-doc": {
"command": "npx",
"args": [
"-y",
"@hibson/mcp-feishu-doc@latest"
],
"env": {
"FEISHU_DEFAULT_APP_ID": "cli_your_app_id",
"FEISHU_DEFAULT_APP_SECRET": "your_app_secret",
"FEISHU_OAUTH_CALLBACK_URL": "http://localhost:3010/oauth/feishu/callback",
"MCP_TRANSPORT_TYPE": "stdio",
"LOGS_DIR": "~/.mcp-feishu-doc/logs",
"STORAGE_PROVIDER_TYPE": "filesystem",
"STORAGE_FILESYSTEM_PATH": "~/.mcp-feishu-doc/storage"
}
}
}
}