Connect to your MCP client#
Enable your AI assistant to perform real-world tasks through a simple, secure connection.Use this URL to connect to the MCP Server with any MCP client.⚠️ Caution: Treat your MCP server URL like a password! It can be used to run tools and access your data.
MCP Server URL
https://zam-mcp-server.zid.dev/mcp/•••••••/sse
Claude#
Connect Claude#
Connect Claude to MCP Server, enabling it to perform real-world tasks through a simple, secure connection without leaving your conversation.Configuring MCP in Claude#
Note: These steps must be done by a Claude organization owner.
The added integration will be available to all users in the Claude organization, but only you will be able to see actions you add to this MCP server.
2.
Click the "Add more" button
3.
Give the integration a name and paste in your Integration URL from below
2.
Select "Search and tools"
3.
Select the Zid MCP connection
4.
Select which tools you want to make available to the chat
Cursor#
Connect Cursor#
Use tools directly from Cursor IDE. Enable your AI assistant to manage your store through a simple, secure connection without leaving your coding environment.Configuring MCP in Cursor#
1.
Open Cursor settings (⌘+⇧+J
)
2.
Navigate to the "MCP" tab and click "Add new global MCP Server"
3.
Add the following JSON configuration:
{
"mcpServers": {
"Zid": {
"url": "https://zam-mcp-server.zid.dev/mcp/•••••••/sse"
}
}
}
Windsurf#
Connect Windsurf#
Use tools directly from Windsurf IDE. Enable your AI assistant to manage your store through a simple, secure connection without leaving your coding environment.Configuring MCP in Windsurf#
1.
Open Windsurf settings (⌘+,)
2.
Navigate to the "Cascade" tab and click "Add Server"
3.
Select "Add custom server +"
4.
Add the following JSON configuration:
{
"mcpServers": {
"Zid": {
"serverUrl": "https://zam-mcp-server.zid.dev/mcp/•••••••/sse"
}
}
}
Modified at 2025-07-21 09:22:54