$ timeahead.in
mcp/hibsonmcp-feishu-doc/install

install @hibson/mcp-feishu-doc

pick your MCP client below. snippets, file paths and reload steps included.
source: extracted from upstream READMEgithub.com/Hbin-Zhuang/mcp-feishu-doc
paste into
macos: ~/Library/Application Support/Claude/claude_desktop_config.json
windows: %APPDATA%\Claude\claude_desktop_config.json
linux: ~/.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"
      }
    }
  }
}
then: Quit Claude Desktop completely (Cmd/Ctrl+Q) and reopen it.
prefer a direct link? /mcp/hibsonmcp-feishu-doc/install/claude-desktop
← back to @hibson/mcp-feishu-doc