How to Set Up SDP MCP

Published on 17 August, 2026
How to Set Up SDP MCP — connecting AI tools to SDP Platform

SDP MCP lets an AI assistant work on your websites for you. Paste this address into your app, then sign in with your SDP account.

https://sdp-api.sdp-platform.com/mcp/website-builder

You need an existing SDP account. Google sign-in does not create a new account.

OpenCode

Add a remote MCP server named sdp-platform.

Set the URL to the address above.

In a terminal, run:

opencode mcp auth sdp-platform

A browser window opens. Sign in with Google or your SDP email and password.

When it finishes, opencode mcp list should show sdp-platform as connected.

OpenCode MCP docs: opencode.ai/docs/mcp-servers

Claude

Open Claude’s connector or custom MCP settings.

Add a new connector and paste the MCP address.

The app opens the SDP login page. Sign in with the same SDP account you use in the dashboard.

Approve access when asked.

Claude custom connector docs: support.claude.com

ChatGPT

In ChatGPT, open Settings → Security and login and turn on Developer mode.

Go to Plugins, create a developer-mode app, and paste the MCP address as a remote server.

Sign in with your SDP account and approve access.

In a chat, choose Developer mode and select the SDP app.

ChatGPT Developer mode docs: platform.openai.com/docs/guides/developer-mode

Antigravity

Open MCP settings, then add a custom server. Antigravity uses serverUrl, not url.

Add this to ~/.gemini/config/mcp_config.json or your project’s .agents/mcp_config.json:

{"mcpServers":{"sdp-platform":{"serverUrl":"https://sdp-api.sdp-platform.com/mcp/website-builder"}}}

In Agent Settings, click Authenticate next to the server and sign in with your SDP account.

Antigravity MCP docs: antigravity.google/docs/mcp

Cursor

Add a remote MCP server in Cursor settings or in ~/.cursor/mcp.json.

Set the server URL to the MCP address, then sign in with your SDP account when Cursor opens the login page.

Cursor MCP docs: cursor.com/docs/context/mcp

Claude Code

In a terminal, run:

claude mcp add --transport http sdp-platform https://sdp-api.sdp-platform.com/mcp/website-builder

Start Claude Code and run /mcp. Authenticate the server and sign in with your SDP account.

Claude Code MCP docs: code.claude.com/docs/en/mcp

VS Code

Add a remote HTTP server in .vscode/mcp.json or your user MCP config.

Set the type to http and the URL to the MCP address. Trust the server when asked, then sign in with your SDP account.

VS Code MCP docs: code.visualstudio.com MCP servers

Check that it works

Ask the assistant to list your websites.

SDP website dashboard
Dashboard view: After connecting MCP, a simple website-list or page-read request confirms access.

You should see the sites your SDP user can manage.

Then try a small request, such as opening a page or reading a guide.

What you can do next

After it is connected, you can ask the assistant to:

Create or update pages and posts

Upload images and set featured images

Publish a page or the whole website

Build Help guides like the ones in Help

Pro-Tip

If login fails, use Google sign-in with the same verified email as your SDP account. Password login needs a strong password. You must already be a member of the website you want to edit. Need a site first? Follow How to Create a Website from Scratch.