MCP.so
Sign In
Servers

attio-mcp-server

@kesslerio

Attio Model Context Protocol (MCP) server implementation

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"
      }
    }
  }
}

More from Other