---
title: "Deregister a client-side MCP server"
method: POST
path: "/api/v1/w/{wId}/mcp/deregister"
tags: ["MCP"]
---

# Deregister a client-side MCP server

`POST /api/v1/w/{wId}/mcp/deregister`

[Documentation](https://docs.dust.tt/docs/client-side-mcp-server)
Remove a previously registered client-side MCP server registration.

## Path parameters

- `wId` string, required

## Request body

- object
  - `serverId` string, required — The ID of the registered MCP server

## Response `200`

Server deregistered successfully

## Other responses

- `401` — Unauthorized. Invalid or missing authentication token.
- `403` — Forbidden. User does not have access to the workspace.

---

[API](https://skmtc.net/dust-tt/apis/dust-api-documentation.md) · [All operations](https://skmtc.net/dust-tt/apis/dust-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dust-tt/dust-api-documentation/revisions/4ed8f3e9336e/schema)
