MCP server connecting Claude to the Attio CRM API — read and write company records and notes
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"attio-mcp-server": {
"command": "npx",
"args": [
"-y",
"kutluhaneniste/attio-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add attio-mcp-server npx -y kutluhaneniste/attio-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"attio-mcp-server": {
"command": "npx",
"args": [
"-y",
"kutluhaneniste/attio-mcp-server"
]
}
}
}