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

install @hibson/mcp-feishu-doc on Claude Desktop

Requires Node 18+ on your system so npx can fetch the package on first run. Claude Desktop only speaks stdio locally; HTTP servers are wrapped via npx mcp-remote automatically. Paste the config below, then follow the reload step to register @hibson/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.
other clients
CursorWindsurfVS Code (Copilot)Claude Code
← back to @hibson/mcp-feishu-doc
Install @hibson/mcp-feishu-doc MCP Server on Claude Desktop | Timeahead