Skip to content

Commit bbf4782

Browse files
authored
Add Attio MCP server (#216)
Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent 5d75860 commit bbf4782

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

servers/com.attio-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.attio-mcp",
4+
"name": "Attio",
5+
"alias": "attio",
6+
"description": "Connect AI assistants to your Attio CRM through Attio's official hosted remote MCP server. Search, read, create, and update records across people, companies, deals, tasks, lists, and notes. Authenticates via browser OAuth using your Attio account, no API keys or local setup required.",
7+
"logo": "https://avatars.githubusercontent.com/u/50366930?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"productivity"
11+
],
12+
"tags": [
13+
"attio",
14+
"crm",
15+
"sales",
16+
"contacts",
17+
"deals",
18+
"records",
19+
"productivity"
20+
],
21+
"transport": {
22+
"type": "http",
23+
"url": "https://mcp.attio.com/mcp",
24+
"metadata": {
25+
"inputs": []
26+
}
27+
},
28+
"auth": {
29+
"type": "oauth",
30+
"instructions": "Authenticates via OAuth 2.1 in your browser using your Attio account. No API keys or token setup needed. Read operations are auto-approved; write operations request confirmation."
31+
},
32+
"contributor": {
33+
"name": "Attio",
34+
"github": "attio",
35+
"url": "https://attio.com"
36+
},
37+
"links": {
38+
"homepage": "https://attio.com",
39+
"documentation": "https://docs.attio.com/mcp/overview"
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)