mcpbeat Sign in

Attio MCP Server

by kesslerio Your server? Claim it
local only

Attio MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 686 installs a week from npm. Last commit 15 Sep 2026.

AI-powered Attio CRM access. Manage contacts, companies, deals, tasks, notes and workflows.

Installs per day peak 290 · avg 106 · -25% w/w
a month agotoday
686
Installs / week
npm · attio-mcp
69
Stars
73 open issues
15 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: [ -d .git ] && husky || echo 'Skipping git hooks setup (not a git repository)'
Runs an external command src/utils/test-impact-analyzer.ts:51
      const diffOutput = execSync(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add attio-mcp-server -- npx -y attio-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "attio-mcp-server": {
      "args": [
        "-y",
        "attio-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.attio-mcp-server]
command = "npx"
args = ["-y", "attio-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "attio-mcp-server": {
      "args": [
        "-y",
        "attio-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "attio-mcp-server": {
      "args": [
        "-y",
        "attio-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ATTIO_API_KEY (Your Attio API key (required for all tools except health-check)), ATTIO_WORKSPACE_ID (Optional Attio workspace ID for workspace-specific operations), ATTIO_MCP_TOOL_MODE (Tool mode: 'full' (all tools) or 'search' (search tools only). Default: 'full'), MCP_LOG_LEVEL (Logging level: 'DEBUG', 'INFO', 'WARN', 'ERROR'. Default: 'INFO'). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Attio MCP Server

same job, measured the same way
I
AWS MCP Server
by aws

A managed MCP server enabling AI agents to access AWS using docs, API calls, and SOP workflows.

local only
N
Todoist
by todoist

Official Todoist MCP server for AI assistants to manage tasks, projects, and workflows.

answering
Front MCP
by wearehoust

MCP server for Front: conversations, contacts, messages, tags, and inbox workflows.

66 installs/wk local only
Coverctl
by felixgeelhaar

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Coverctl
by klarlabs-studio

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
ServiceAgent CRM
by gaufire

Search CRM contacts, deals, tasks, appointments, calls and workflows with workspace-scoped OAuth.

answering
Gitscrum Core
by gitscrum-core

MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI

72 installs/wk local only
Gitscrum
by gitscrum

MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI

local only

Attio MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Attio MCP Server?
Attio MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package attio-mcp was installed 686 times last week.
How do I connect Attio MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls attio-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Attio MCP Server?
The npm package attio-mcp was installed 686 times in the last week. Week over week that is -25%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Attio MCP Server open source?
We cannot say either way: written in TypeScript, 69 stars on GitHub and 73 open issues, but we could not determine the licence, and without one the code is not open source by default.