Skip to content

Commit ad183e6

Browse files
committed
Add Front MCP server
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com> Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ
1 parent 2fd91f8 commit ad183e6

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

servers/com.front-mcp.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.front-mcp",
4+
"name": "Front",
5+
"alias": "front",
6+
"description": "Connect to Front's customer communication platform through its official hosted remote MCP server. Read and act on conversations, inboxes, contacts, tags, and teammates: search and read conversations, add comments and tags, and draft replies. Authenticates via OAuth in your browser, no local setup required.",
7+
"logo": "https://avatars.githubusercontent.com/u/3025797?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"communication"
11+
],
12+
"tags": [
13+
"front",
14+
"customer-communication",
15+
"support",
16+
"email",
17+
"inbox",
18+
"helpdesk",
19+
"conversations"
20+
],
21+
"transport": {
22+
"type": "http",
23+
"url": "https://mcp.frontapp.com/mcp",
24+
"metadata": {
25+
"inputs": []
26+
}
27+
},
28+
"auth": {
29+
"type": "oauth",
30+
"instructions": "Authenticates via OAuth 2.1 + PKCE in your browser using your Front account. The agent acts with exactly your teammate permissions. No token setup needed."
31+
},
32+
"contributor": {
33+
"name": "Front",
34+
"github": "frontapp",
35+
"url": "https://front.com"
36+
},
37+
"links": {
38+
"homepage": "https://front.com",
39+
"documentation": "https://dev.frontapp.com/docs/mcp-server"
40+
},
41+
"platforms": [
42+
"all"
43+
],
44+
"capabilities": {
45+
"tools": true,
46+
"resources": false,
47+
"prompts": false,
48+
"read_only_mode": false
49+
}
50+
}

0 commit comments

Comments
 (0)