attio-mcp-server
@kesslerio
About attio-mcp-server
Attio Model Context Protocol (MCP) server implementation
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"attio": {
"command": "npx",
"args": [
"attio-mcp-server"
],
"env": {
"ATTIO_API_KEY": "YOUR_ATTIO_API_KEY"
}
}
}
}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 an MCP server for Attio, the AI-native CRM. It allows MCP clients such as Claude to connect to the Attio API.
How to use attio-mcp-server?
You need an ATTIO_API_KEY (a bearer token) obtained through the API Explorer or OAuth. Configure the server in your MCP client (e.g., Claude Desktop) using npx attio-mcp-server and set the environment variable ATTIO_API_KEY.
Key features of attio-mcp-server
- Reading company records from Attio
- Reading company notes in Attio
- Writing company notes to Attio
Use cases of attio-mcp-server
- An AI assistant retrieves company records from your CRM.
- An AI assistant reads and summarizes internal company notes.
- An AI assistant creates or updates notes on a company record.
- Automate CRM note-taking via natural language prompts.
FAQ from attio-mcp-server
What can attio-mcp-server currently do?
It supports reading company records, reading company notes, and writing company notes. Other features are not yet implemented.
How do I get an Attio API key?
You can generate a bearer token through the Attio API Explorer or configure OAuth to retrieve one via the Attio API.
What are the system requirements to run this server?
Node.js v22 or higher, npm, git, and dotenv are required.
What data does the server access?
It accesses company records and company notes within your Attio CRM.
How is authentication handled?
Authentication uses a bearer token passed as the environment variable ATTIO_API_KEY.
Frequently asked questions
What can attio-mcp-server currently do?
It supports reading company records, reading company notes, and writing company notes. Other features are not yet implemented.
How do I get an Attio API key?
You can generate a bearer token through the Attio API Explorer or configure OAuth to retrieve one via the Attio API.
What are the system requirements to run this server?
Node.js v22 or higher, npm, git, and dotenv are required.
What data does the server access?
It accesses company records and company notes within your Attio CRM.
How is authentication handled?
Authentication uses a bearer token passed as the environment variable `ATTIO_API_KEY`.
Basic information
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Comments