Skip to main content
Glama

ChatGPT MCP Server

show_all_button_names.applescript1.06 kB
on run tell application "System Events" if not (exists process "ChatGPT") then display dialog "ChatGPT ���μ����� ã�� �� �����ϴ�." return end if tell process "ChatGPT" if not (exists window 1) then display dialog "ChatGPT â�� �����ϴ�." return end if set allElements to entire contents of window 1 set buttonInfos to {} repeat with elem in allElements try if class of elem is button then set btnHelp to "" set btnValue to "" set btnDesc to "" try set btnHelp to help of elem end try try set btnValue to value of elem end try try set btnDesc to description of elem end try set info to "Help: " & btnHelp & " | Value: " & btnValue & " | Desc: " & btnDesc set end of buttonInfos to info end if end try end repeat set allInfo to "" repeat with info in buttonInfos set allInfo to allInfo & info & linefeed end repeat display dialog allInfo buttons {"Ȯ��"} default button 1 end tell end tell end run

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xncbf/chatgpt-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server