MCP ServerHTTPOfficialv1.1.1

Smithery Kesslerio Attio MCP Server

Manage your entire Attio CRM through natural language—search and update contacts, companies, deals, and pipelines without API calls. Built for sales teams and AI assistants like Claude that need programmatic CRM access.

ai.smithery/kesslerio-attio-mcp-server

Hosted URL

https://server.smithery.ai/@kesslerio/attio-mcp-server/mcp

Transport

HTTP

Auth

No auth required

Smithery Kesslerio Attio repository at a glance

Live signal from GitHub, refreshed weekly.

Stars

67

Last commit

May 16, 2026

License

NOASSERTION

Language

TypeScript

What the Smithery Kesslerio Attio MCP server does

How models use it and what it is built for.

Manage your entire Attio CRM through natural language—search and update contacts, companies, deals, and pipelines without API calls. Built for sales teams and AI assistants like Claude that need programmatic CRM access.

Connect to Smithery Kesslerio Attio

Hosted endpoint — paste into any MCP client.

https://server.smithery.ai/@kesslerio/attio-mcp-server/mcp

Resources

Where to find authoritative docs and source for Smithery Kesslerio Attio.

Example prompts for Smithery Kesslerio Attio

Paste any of these into Agent Studio after connecting Smithery Kesslerio Attio.

  • Find all AI companies with 50+ employees we haven't contacted in 30 days
  • Create a task to follow up with Nina at Acme Corp and log our call
  • Move the $250k Acme deal to Proposal Sent stage and add them to Q1 outreach
  • Search for Account Executives in San Francisco at fintech companies, limit 25

Documentation from project README

View on GitHub

Excerpted from the project's README — boilerplate sections (license, changelog, contributing) omitted for clarity.

Attio MCP Server

License: Apache 2.0 npm version Node.js Version GitHub Release Ask DeepWiki npm provenance

A comprehensive Model Context Protocol (MCP) server for Attio, providing complete CRM surface coverage. This server enables AI assistants like Claude and ChatGPT to interact directly with your entire Attio workspace through natural language—manage Deals, Tasks, Lists, People, Companies, Records, and Notes without falling back to raw API calls.

🎯 What is Attio MCP Server?

Transform your CRM workflows with AI-powered automation. Instead of clicking through multiple screens, simply ask Claude or ChatGPT to find prospects, update records, manage pipelines, and analyze your data using natural language commands.

🎉 v1.0.0 Milestone: Complete Attio CRM surface coverage with full ChatGPT Developer Mode integration.

"Find all AI companies with 50+ employees that we haven't contacted in 30 days and add them to our Q1 outreach list"

🚀 ChatGPT Developer Mode Integration

⚠️ Smithery Temporarily Unavailable: Smithery has changed their deployment model to require external hosting. We're working on Cloudflare Worker hosting for ChatGPT users. In the meantime, use Tier 4 (Cloudflare Worker) for ChatGPT/remote access.

ChatGPT Pro/Plus users can access the Attio toolset through natural language using a self-hosted Cloudflare Worker:

  • 🔐 Built-in Approval Flows: MCP safety annotations auto-approve read operations, request approval for writes
  • 🌐 OAuth Integration: Self-hosted OAuth via Cloudflare Worker deployment
  • 💬 Natural Language CRM: Manage your entire Attio workspace through conversational AI
  • 📖 Setup Guide: See ChatGPT Developer Mode docs and Cloudflare Worker Guide

✨ Core Features & Implementation Status

🎯 Universal Tools Architecture (19 Universal Operations)

Focused Tool Surface: Consolidated 40+ resource-specific tools into universal operations, then added scoped high-frequency write tools for safer company and deal updates.

  • High Performance: 89.7% speed improvement with 227KB memory reduction (PR #483)
  • Enterprise Quality: 97.15/100 production readiness score with zero breaking changes
  • Clean Architecture: Complete production-test separation with mock factory pattern
  • Scoped Tool Policy: Add scoped default tools only when the workflow is frequent, a generic write can mutate the wrong object class, and the scoped tool removes a model decision instead of merely renaming a universal call

📊 Feature Implementation Status

Complete CRM Surface Coverage

  • Companies: Search, Create, Update, Delete, Advanced Search, Relationship Search
  • People: Search, Create, Update, Delete, Advanced Search, Relationship Search
  • Deals: Full CRUD operations with intelligent field mapping and stage validation
  • Tasks: Create, Update, Delete, Search with multi-assignee support
  • Lists: Full CRUD operations, filtering, advanced filtering, entry management
  • Notes: Create and list operations for all record types
  • Records: Universal CRUD operations across all resource types
  • Batch Operations: Create, Update, Delete with chunking and error handling
  • Content Search: Universal search capabilities across notes, tasks, and lists
  • Relationship Navigation: Bidirectional company↔person↔deal relationships
  • Advanced Filtering: Sophisticated query capabilities with intelligent field mapping

📊 Company Management

  • Universal Search: Find companies with search_records and search_records_advanced
  • Scoped Writes: Create and update companies with create_company and update_company
  • Full CRUD: Create, read, update, and delete with universal record operations when a scoped tool is not available
  • Relationship Discovery: Find companies through search_records_by_relationship
  • Batch Operations: Process hundreds of companies with batch_records
  • Detailed Information: Get contact, business, and social info with get_record_info

👥 People Management

  • Universal Contact Search: Find people by any criteria using universal search tools
  • Relationship Tracking: Link people to companies with search_records_by_relationship
  • Activity Timeline: Track interactions with search_records_by_content and search_records_by_timeframe
  • Advanced Filtering: Multi-attribute search with universal filtering
  • Bulk Operations: Efficiently manage contacts with universal batch operations

📋 Lists & Pipeline Management (4 Tools + 8 Deprecated)

  • Active Tools: 4 consolidated tools with auto-mode detection (Migration Guide)
    • filter-list-entries - Unified filtering with 4 modes
    • manage-list-entry - Unified entry management with 3 modes
    • get-list-entries - Retrieve list entries
    • get-record-list-memberships - Find record's list memberships
  • Deprecated (v2.0.0 removal): 8 legacy tools replaced by consolidated versions
  • Pipeline Operations: Move deals through sales stages
  • Smart Segmentation: Create and manage targeted contact lists
  • Advanced Filtering: Complex multi-condition filtering with AND/OR logic
  • Entry Management: Add, remove, and update list memberships
  • Deal Tracking: Monitor opportunities and revenue pipeline
  • Deal Defaults: Configurable default stage, owner, and currency for streamlined deal creation
  • Scoped Deal Writes: Create and update deals with create_deal and update_deal

Task Management

  • Universal Task Operations: Create, update, and manage tasks with universal tools
  • Record Linking: Associate tasks with any record type using resource_type parameter
  • Progress Tracking: Monitor completion with universal search and filtering
  • Team Coordination: Streamline follow-ups with consistent universal operations

🔧 Advanced Capabilities

  • Batch Processing: Handle bulk operations with error tracking
  • Enhanced Filtering: Text, numeric, date, boolean, and relationship filters with timeframe search (Issue #475)
  • Data Export: JSON serialization for integrations
  • Real-time Updates: Live data synchronization with Attio

🧠 Claude Skills

Supercharge Claude's Attio knowledge with pre-built skills that prevent common errors and teach best practices.

Skill Purpose Setup
attio-mcp-usage Error prevention + universal workflow patterns Bundled - just use it
attio-workspace-schema YOUR workspace's exact field names and options npx attio-discover generate-skill --all --zip
attio-skill-generator Create custom workflow skills (advanced) Python + prompting

Quick Start (solves "wrong field name" errors):

npx attio-discover generate-skill --all --zip
# Import ZIP into Claude Desktop: Settings > Skills > Install Skill

See Skills Documentation for complete setup and usage guides.

💬 Pre-Built Prompts (10 Prompts)

Intelligent shortcuts that help Claude work faster with your CRM data:

  • Search & Find (5): people_search, company_search, deal_search, meeting_prep, pipeline_health
  • Take Actions (4): log_activity, create_task, advance_deal, add_to_list with dry-run safety
  • Research & Qualify (1): qualify_lead with automated web research and BANT/CHAMP frameworks
  • Token-efficient: 300-700 tokens per prompt with consistent formatting
  • Discoverable: Claude automatically suggests relevant prompts for your tasks

See Using Out-of-the-Box Prompts for detailed documentation and examples.

🎯 Using Out-of-the-Box Prompts

NEW: 10 pre-built MCP prompts for common Sales workflows. No setup required—just use them!

Available Prompts

Prompt Description Key Arguments Example
people_search.v1 Find people by title, company, territory query, limit, format Find AE in fintech, SF
company_search.v1 Query companies by domain, segment, plan query, limit, format Find SaaS companies >100 employees
deal_search.v1 Filter deals by owner, stage, value, close date query, limit, format Find deals >$50k closing Q1
log_activity.v1 Log calls/meetings/emails to records target, type, summary, dry_run Log call with Nina at Acme
create_task.v1 Create tasks with natural language due dates title, content, due_date, dry_run Create task: Follow up tomorrow
advance_deal.v1 Move deal to target stage with next action deal, target_stage, create_task, dry_run Advance deal to "Proposal Sent"
add_to_list.v1 Add records to a List by name or ID records, list, dry_run Add 5 companies to Q1 Outreach
qualify_lead.v1 Research lead with web + BANT/CHAMP scoring target, framework, limit_web, dry_run Qualify Acme Corp with BANT
meeting_prep.v1 360° prep: notes, tasks, deals, agenda target, format, verbosity Prep for meeting with Acme CEO
pipeline_health.v1 Weekly snapshot: created/won/slipped + risks owner, timeframe, segment Pipeline health for @me last 30d

Quick Examples

# Search for prospects
"Use people_search.v1: Find Account Executives in San Francisco at fintech companies, limit 25"

# Log activity
"Use log_activity.v1: Log a call with Nina at Acme Corp, discussed Q1 pricing, create follow-up task"

# Qualify a lead (with web research)
"Use qualify_lead.v1: Qualify Acme Corp using BANT framework, dry run mode"

# Meeting prep
"Use meeting_prep.v1: Prepare for meeting with contact at Acme Corp"

Universal Arguments

All read prompts support:

  • format: table | json | ids (default: table)
  • fields_preset: sales_short | full (default: sales_short)
  • verbosity: brief | normal (default: brief)

All write prompts support:

  • dry_run: true | false (default: false) - Preview changes without executing

Token Awareness Features

Prompts include built-in token optimization:

  • Budget Guards: Prompts stay within token limits (people_search <500, qualify_lead <400)
  • Dev Metadata: Set MCP_DEV_META=true for token counts in responses
  • Telemetry: Set PROMPT_TELEMETRY_ENABLED=true for usage logging
  • Configurable Limits: Override with MAX_PROMPT_TOKENS environment variable

For complete prompt documentation, see docs/prompts/v1-catalog.md.

Continue reading on GitHub

Smithery Kesslerio Attio MCP server — FAQ

Common questions about connecting and running Smithery Kesslerio Attio.

  • What CRM operations does this server support?

    Complete coverage: search/create/update/delete for companies, people, deals, tasks, lists, and notes. Also supports batch operations, advanced filtering, relationship navigation, and content search across your entire Attio workspace.

  • How do I authenticate and set up the server?

    The README documents OAuth integration via self-hosted Cloudflare Worker deployment for ChatGPT access. For local Claude Desktop use, authentication details are not fully documented in the provided README—check the GitHub repository for complete setup instructions.

  • Is there a cost to use this MCP server?

    The README does not document pricing. The server itself is open-source (Apache 2.0 licensed), but you'll need an active Attio CRM subscription and Attio API credentials to use it.

  • What makes this better than calling the Attio API directly?

    This server consolidates 40+ resource-specific tools into 19 universal operations for cleaner AI reasoning, includes pre-built prompts for common sales workflows, and adds safety features like approval flows for write operations. It also provides Claude Skills to teach the AI your exact workspace schema.

  • Can I use this with ChatGPT, or only Claude?

    Both: Claude Desktop via local MCP, and ChatGPT Pro/Plus via self-hosted Cloudflare Worker with OAuth. The README notes Smithery deployment is temporarily unavailable, so ChatGPT users must self-host on Cloudflare Workers.

Run Smithery Kesslerio Attio across 30+ AI models, side-by-side

Connect Smithery Kesslerio Attio to Claude, GPT, Gemini, DeepSeek and 30+ AI models in MCP Agent Studio. Compare answers side-by-side, save reusable agent presets, share runs — all in your browser, no install required.

Open Agent Studio

Related servers

More on MCP Playground