Attio MCP Server for Cursor
io.github.kesslerio/attio-mcp-server
AI-powered Attio CRM access. Manage contacts, companies, deals, tasks, notes and workflows.
client:Cursor
transport:stdio
runtime:npm
Install Attio MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"attio-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"attio-mcp"
],
"env": {
"ATTIO_API_KEY": "<ATTIO_API_KEY>",
"ATTIO_WORKSPACE_ID": "<ATTIO_WORKSPACE_ID>",
"ATTIO_MCP_TOOL_MODE": "<ATTIO_MCP_TOOL_MODE>",
"MCP_LOG_LEVEL": "<MCP_LOG_LEVEL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs