---
title: "List MCP Servers"
method: GET
path: "/api/v1/servers"
tags: ["Servers"]
---

# List MCP Servers

`GET /api/v1/servers`

Retrieve paginated list of MCP servers with cursor-based pagination

## Query parameters

- `limit` integer — Maximum number of servers to return
- `cursor` string — Cursor for pagination. Use the 'next' value from the previous response.
- `sort` string — Field to sort by
- `search` string — Search term to filter servers by name or description

## Response `200`

Successful response with list of servers

- ServerListResponse
  - `servers` Server[], required — List of servers (without packages/remotes)
    - `scope` string, required
    - `packageName` string, required
    - `displayName` string, required
    - `description` string, required
    - `repository` Repository, required
      - `url` string, uri, required
      - `source` string, required
    - `iconUrl` string, uri
    - `documentationUrl` string, uri
    - `version` string, required
    - `updatedAt` string, date-time, required
    - `id` string, required
  - `next` string — Cursor for next page. Undefined when no more results.
  - `totalCount` number, required — Total number of servers

## Other responses

- `500` — Internal server error

## Changes

- **2025-11-10** `dd3fac5bdb5c` — 5 breaking, 1 warning, 4 info
  - removed the required property `count` from the response with the `200` status
  - removed the required property `data` from the response with the `200` status
  - removed the required property `limit` from the response with the `200` status
  - removed the required property `offset` from the response with the `200` status
  - …6 more

[Change history](https://skmtc.dev/corespeed-io/apis/mcp-store-api/changes/api/v1/servers/get.md)

---

[API](https://skmtc.dev/corespeed-io/apis/mcp-store-api.md) · [All operations](https://skmtc.dev/corespeed-io/apis/mcp-store-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corespeed-io/mcp-store-api/revisions/dd3fac5bdb5c/schema)
