Each client expects a different menu path or configuration. Select yours for a verified, copy-ready setup.
09 supported clients
ChatGPT web
ChatGPT adds remote MCP servers as custom apps. This flow is workspace-controlled and different from Codex local configuration.
OAuth · no API key
In ChatGPT web, open Settings → Security and login and turn on Developer mode.
Open Settings → Plugins (or chatgpt.com/plugins), select +, and create a developer-mode app named droPrompt.
Choose Streaming HTTP and OAuth, paste the endpoint below, then complete droPrompt sign-in.
In a conversation, choose Developer mode from the Plus menu and enable droPrompt.
https://mcp.droprompt.com
Claude web & Desktop
Claude remote connectors are managed through your Claude account, so the same connection can be used across web and Desktop.
OAuth · no API key
Open Customize → Connectors. On Team or Enterprise, an Owner may need to add the connector under Organization settings first.
Click + → Add custom connector, name it droPrompt, and paste the URL below.
Click Add, then Connect and finish the droPrompt OAuth sign-in.
Enable droPrompt for a chat from the + → Connectors menu.
https://mcp.droprompt.com
Claude Code
Add droPrompt as a user-scoped remote HTTP server, then authenticate from Claude Code.
OAuth recommended
Run the command below in your terminal.
Open Claude Code, enter /mcp, select droPrompt, and complete OAuth in the browser.
Verify with claude mcp list, then ask Claude to “use droPrompt” for your task.
Terminal · OAuth setup
claude mcp add --transport http --scope user droprompt https://mcp.droprompt.com
claude mcp list
API-key alternative
Create a key in Manual authentication below and export it as DROPROMPT_API_KEY before running this command. Claude Code expands the shell variable and saves the resulting Bearer header locally.
Terminal · API-key setup
claude mcp add --transport http --scope user \
--header "Authorization: Bearer ${DROPROMPT_API_KEY}" \
droprompt https://mcp.droprompt.com
Cursor
Use a global config for every project, or place the same JSON in .cursor/mcp.json for one trusted project.
Streamable HTTP + OAuth
Open Cursor Settings → MCP and choose Add server, or edit ~/.cursor/mcp.json.
Paste the configuration below. Cursor detects the remote HTTP transport from the URL.
Click Connect/Authenticate when prompted, then confirm droPrompt appears under Available Tools.
Set DROPROMPT_API_KEY in the environment that launches Cursor, then add the header below. On macOS and Linux, GUI apps may not inherit variables defined only in your shell profile.
Zed does not document environment interpolation for this header. Replace the placeholder locally, protect your settings file, and revoke the key if it is exposed.