Token导航 LogoToken导航TokenDH.com
Gorgias MCP Server logo
办公协作stdio官方级别未说明来源级核验

Gorgias MCP Server

MCP Server

一个用于与Gorgias帮助台API交互的MCP服务器,提供管理工单、客户和其他Gorgias功能的工具和资源。

工具数

6

提示词数

0

GitHub Stars

4

资源数

0
客户管理JavaScriptAPI集成

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

mattcoatsworth

提供方

mattcoatsworth

最后核验

2026/5/17 20:20

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

Gorgias MCP服务器

An MCP server for interacting with the Gorgias helpdesk API. This server provides tools and resources for managing tickets, customers, and other Gorgias functionality.

## Setup

1. Clone this repository
2. Install dependencies:

npm install

3. Create a `.env` file based on `.env.example` with your Gorgias credentials:

GORGIAS_DOMAIN=your-domain.gorgias.com GORGIAS_USERNAME=your-username GORGIAS_API_KEY=your-api-key

   
   Or for OAuth apps:

GORGIAS_DOMAIN=your-domain.gorgias.com GORGIAS_ACCESS_TOKEN=your-oauth-access-token


## Running the Server

Start the server:

npm run dev


## Testing with MCP Inspector

Test the server with the MCP Inspector:

npm run inspect


This will open a web interface where you can test all the available tools and resources.

## Available Tools

### Tickets
- `list_tickets`: List tickets from Gorgias helpdesk
- `get_ticket`: Get a specific ticket by ID
- `create_ticket`: Create a new ticket in Gorgias
- `add_message_to_ticket`: Add a message to an existing ticket

### Customers
- `list_customers`: List customers from Gorgias
- `get_customer`: Get a specific customer by ID

## Available Resources

- `gorgias://tickets`: List all tickets
- `gorgias://ticket/{id}`: Get a specific ticket by ID

## Authentication

This server supports two authentication methods:
1. API Key authentication (username/API key)
2. OAuth token authentication

Configure your preferred method in the `.env` file.

目录标签

目录标签

客户管理JavaScriptAPI集成工单管理本地部署帮助台集成API服务器

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

oauth

工具数量(toolCount,工具数)

6

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiooauth部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP