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-mcp-server": {
"command": "npx",
"args": [
"attio-discover",
"generate-skill",
"--all",
"--zip"
]
}
}
}