Attio MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Attio MCP Servercreate a new contact named John Doe with email john@example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Setup
Clone the repository:
git clone <repository-url> cd attio-mcpCreate and activate a virtual environment:
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activateInstall dependencies:
pip install -r requirements.txtConfigure environment variables: Create a
.envfile in the project root directory with the following content:BASE_URL=https://api.attio.com API_KEY=your_attio_api_key_hereReplace
your_attio_api_key_herewith your actual Attio API key.
Related MCP server: Attio MCP Server
Running the Server
python main.pyThe server will run on http://0.0.0.0:8000 (or as configured in .env).
SSE transport is used by default available at http://0.0.0.0:8000/sse, you can change the transport by setting the TRANSPORT ('stdio', 'streamable-http' or 'sse', more info here).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Arkel-ai/attio-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server