Attio MCP Server
@kesslerio
About Attio MCP Server
Attio Model Context Protocol (MCP) server implementation
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"attio-mcp-server": {
"command": "npx",
"args": [
"attio-discover",
"generate-skill",
"--all",
"--zip"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Attio MCP Server?
Attio MCP Server is a Model Context Protocol (MCP) server that provides complete coverage of the Attio CRM surface. It enables AI assistants like Claude and ChatGPT to interact with an entire Attio workspace through natural language—managing deals, tasks, lists, people, companies, records, and notes without raw API calls.
How to use Attio MCP Server?
Install the npm package (attio-mcp), configure it with your Attio API key, and use it with any MCP‑compatible client (e.g., Claude Desktop). For ChatGPT Pro/Plus access, deploy a self‑hosted Cloudflare Worker. Pre‑built prompts and Claude skills are available to speed up common workflows.
Key features of Attio MCP Server
- Complete CRM surface coverage (companies, people, deals, tasks, lists, notes)
- Universal tools architecture – 19 consolidated operations
- Pre‑built prompts (10 prompts) for common sales workflows
- Claude Skills to prevent field‑name errors and teach best practices
- Advanced filtering, batch operations, and relationship navigation
- High performance – 89.7% speed improvement and 227 KB memory reduction
- OAuth integration via Cloudflare Worker for ChatGPT Developer Mode
Use cases of Attio MCP Server
- Manage deals, tasks, and contacts using natural language commands
- Search and qualify leads with automated web research and BANT/CHAMP scoring
- Log calls, meetings, and emails to records with dry‑run safety
- Get weekly pipeline health snapshots (created, won, slipped, risks)
- Prepare 360° meeting briefs including notes, tasks, deals, and agenda
FAQ from Attio MCP Server
What AI assistants does Attio MCP Server work with?
It works with Claude and ChatGPT (Pro/Plus) via the Model Context Protocol.
Do I need a Cloudflare Worker to use it with ChatGPT?
Yes, for remote access and OAuth integration. A Cloudflare Worker deployment guide is provided.
How do I prevent “wrong field name” errors?
Use the built‑in attio‑mcp‑usage skill or generate a workspace‑specific skill with npx attio-discover generate-skill --all --zip.
What are the runtime requirements?
Node.js ≥20.0.0 is required.
Are there any deprecated tools?
Yes, eight legacy list tools are deprecated and will be removed in v2.0.0, replaced by four consolidated list tools.
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments