---
title: "Get Mcp Servers"
method: GET
path: "/api/mcp/servers"
tags: ["MCP Management"]
---

# Get Mcp Servers

`GET /api/mcp/servers`

List MCP servers for the current user.

## Response `200`

Successful Response

- MCPServerResponse[]
  - `id` integer, required
  - `user_id` integer, required
  - `name` string, required
  - `transport` string, required
  - `description` string, nullable, required
  - `config` object, required
  - `is_active` boolean, required
  - `is_default` boolean, required
  - `transport_display` string, required
  - `created_at` string, nullable, required
  - `updated_at` string, nullable, required
  - `connected_account` string, nullable
  - `app_id` string, nullable
  - `provider` string, nullable

## Changes

- **2026-06-13** `33e4ba4936ad` — 2 breaking
  - response property `items/created_at` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/updated_at` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
- **2026-05-01** `c9eb29ec9a1b` — 4 info
  - api operation id `list_mcp_servers_api_mcp_servers_get` removed and replaced with `get_mcp_servers_api_mcp_servers_get`
  - added the optional property `items/app_id` to the response with the `200` status
  - added the optional property `items/connected_account` to the response with the `200` status
  - added the optional property `items/provider` to the response with the `200` status

[Change history](https://skmtc.dev/xorbitsai/apis/xagent/changes/api/mcp/servers/get.md)

---

[API](https://skmtc.dev/xorbitsai/apis/xagent.md) · [All operations](https://skmtc.dev/xorbitsai/apis/xagent/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xorbitsai/xagent/revisions/33e4ba4936ad/schema)
