---
title: "List Workspace Mcp Servers"
method: GET
path: "/v1/workspaces/{workspace_id}/mcp-servers"
tags: ["mcp-servers"]
---

# List Workspace Mcp Servers

`GET /v1/workspaces/{workspace_id}/mcp-servers`

List the MCP servers configured for a workspace.

Readable by any member who can see the workspace: these servers act on
every request a member sends through it, so what they are is a member's
to view (otari-ai#1942). Changing them stays with organization
owners/admins or this workspace's owners/admins. Authorization tokens are
never included; each server reports only whether it has one.

## Path parameters

- `workspace_id` string, uuid, required

## Query parameters

- `skip` integer — Number of records to skip
- `limit` integer — Maximum number of records to return

## Response `200`

Successful Response

- WorkspaceMcpServersPublic
  - `count` integer, required
  - `data` WorkspaceMcpServerPublic[], required
    - `allowed_tools` string[], nullable, required
    - `created_at` string, required
    - `enabled` boolean, required
    - `has_token` boolean, required
    - `id` string, uuid, required
    - `name` string, required
    - `purpose_hint` string, nullable, required
    - `updated_at` string, required
    - `url` string, required
    - `workspace_id` string, uuid, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-24** `961e73dbaf8b` — 1 info
  - endpoint added
- **2026-08-21** `2f89238cc674` — 1 breaking
  - api path removed without deprecation
- **2026-08-21** `875cef5dd6a8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/workspaces/:workspace_id/mcp-servers/get.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/otari/revisions/1be78e895028/schema)
