attio-mcp-server
by hmk
This is an MCP server for Attio, the AI-native CRM. It allows MCP clients like Claude to connect to the Attio API.
Last updated: N/A
What is attio-mcp-server?
The attio-mcp-server is a Model Context Protocol (MCP) server designed to facilitate communication between MCP clients, such as Claude, and the Attio API. It enables AI models to interact with and retrieve data from Attio, an AI-native CRM.
How to use attio-mcp-server?
To use the server, you need an Attio API key. Configure your MCP client (e.g., Claude) with the server's command, arguments, and environment variables, including the API key. Refer to the provided Claude Desktop Configuration example for guidance.
Key features of attio-mcp-server
Reading company records
Reading company notes
Writing company notes
Connects Attio to AI models
Use cases of attio-mcp-server
Enabling AI models to access and analyze Attio CRM data
Automating tasks within Attio using AI
Integrating Attio data into AI-powered workflows
Providing AI agents with context from Attio CRM
FAQ from attio-mcp-server
What is an Attio API key?
What is an Attio API key?
An Attio API key is a bearer token that allows you to authenticate and access the Attio API. You can obtain one through the API Explorer or by configuring OAuth.
How do I configure Claude Desktop to use this server?
How do I configure Claude Desktop to use this server?
Use the provided JSON configuration snippet in the README, replacing YOUR_ATTIO_API_KEY
with your actual Attio API key.
What are the prerequisites for development?
What are the prerequisites for development?
You need Node.js (v22 or higher recommended), npm, git, and dotenv installed.
How do I set up the development environment?
How do I set up the development environment?
Fork the repository, clone your fork, add the upstream remote, copy the dotenv file, install dependencies, run npm run build:watch
, and start the development server using dotenv npx @modelcontextprotocol/inspector node PATH_TO_YOUR_CLONED_REPO/dist/index.js
.
What if the development server doesn't load the environment variable?
What if the development server doesn't load the environment variable?
Set the ATTIO_API_KEY
manually on the left-hand side of the MCP inspector.