From 6daf9c772bd32ceb953c53b79d6abb2d7ccb0009 Mon Sep 17 00:00:00 2001 From: Mohammod Al Amin Ashik Date: Thu, 25 Jun 2026 11:23:52 +0800 Subject: [PATCH] Add Attio MCP server Signed-off-by: Mohammod Al Amin Ashik Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ --- servers/com.attio-mcp.json | 50 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 servers/com.attio-mcp.json diff --git a/servers/com.attio-mcp.json b/servers/com.attio-mcp.json new file mode 100644 index 0000000..c24c7ff --- /dev/null +++ b/servers/com.attio-mcp.json @@ -0,0 +1,50 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "com.attio-mcp", + "name": "Attio", + "alias": "attio", + "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.", + "logo": "https://avatars.githubusercontent.com/u/50366930?v=4", + "schema_version": "2.1", + "categories": [ + "productivity" + ], + "tags": [ + "attio", + "crm", + "sales", + "contacts", + "deals", + "records", + "productivity" + ], + "transport": { + "type": "http", + "url": "https://mcp.attio.com/mcp", + "metadata": { + "inputs": [] + } + }, + "auth": { + "type": "oauth", + "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." + }, + "contributor": { + "name": "Attio", + "github": "attio", + "url": "https://attio.com" + }, + "links": { + "homepage": "https://attio.com", + "documentation": "https://docs.attio.com/mcp/overview" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": false + } +}