attio-mcp-server
@MCP-Mirror
About attio-mcp-server
Mirror of
Basic information
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 (Model Context Protocol) server for Attio, an AI-native CRM. It allows MCP clients, such as Claude, to connect to the Attio API and interact with company data.
How to use attio-mcp-server?
Provide a valid ATTIO_API_KEY as a bearer token, obtainable from the Attio API Explorer. For Claude Desktop, add the server configuration to your mcpServers JSON block, using npx to run attio-mcp-server and setting the ATTIO_API_KEY environment variable.
Key features of attio-mcp-server
- Read company records from Attio
- Read company notes from Attio
- Write company notes to Attio
- MCP protocol integration for AI clients
- Single API key authentication
Use cases of attio-mcp-server
- Retrieve company records and notes during AI-powered conversations
- Add new notes to company records directly from an MCP client
- Query Attio company data using natural language
FAQ from attio-mcp-server
What API key is required?
You need an ATTIO_API_KEY configured as a bearer token. This can be obtained via the Attio API Explorer or through OAuth.
Which Attio objects can attio-mcp-server access?
Currently, it supports reading company records and company notes, and writing company notes. Other Attio objects are not yet supported.
What are the runtime requirements?
Node.js (recommended v22 or higher), npm, git
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
πͺ Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Go π
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.
Comments