Infomaniak Contact MCP Server
OfficialProvides tools to list and search contacts across all address books in an Infomaniak account via the Infomaniak Contacts API.
Click on "Deploy 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., "@Infomaniak Contact MCP Serversearch for John Doe"
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.
Contact MCP Server
MCP Server for the Infomaniak Contacts API.
Tools
contact_listList all contacts across all address books in your Infomaniak account
Returns: Full contact records with name, emails, phones, and other fields
contact_searchSearch contacts by name, email, or phone number
Required inputs:
query(string): Search query string
Returns: Matching contacts with full details
Related MCP server: contacts-mcp
Setup
Create a token linked to your user:
Visit the API Token page
Choose "contacts" scope
Usage with Claude Desktop
Add the following to your claude_desktop_config.json:
NPX
{
"mcpServers": {
"contact": {
"command": "npx",
"args": [
"-y",
"@infomaniak/mcp-server-contact"
],
"env": {
"CONTACT_TOKEN": "your-token"
}
}
}
}Docker
{
"mcpServers": {
"contact": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"CONTACT_TOKEN",
"infomaniak/mcp-server-contact"
],
"env": {
"CONTACT_TOKEN": "your-token"
}
}
}
}Environment Variables
CONTACT_TOKEN: Required. Your Infomaniak API token with contacts scope.
Troubleshooting
If you encounter permission errors, verify that:
The token has the "contacts" scope
The token is correctly copied to your configuration
Build
Docker build:
docker build -t infomaniak/mcp-server-contact -f Dockerfile .License
This MCP server is licensed under the MIT License.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for Nylas — read email, calendars, events and contacts, and send email or create events.
MCP server for OnceAsk, the AI-native current-address layer for people and agents.
An MCP server that provides access to Testiny projects, test cases and test runs
An MCP server that provides read access to your cloud storage providers, bank accounts and more.
Related MCP Servers
- AlicenseAqualityDmaintenanceA Machine Conversation Protocol server that enables AI assistants to manage Google Contacts and search Google Workspace directories, providing tools for listing, creating, updating, and deleting contacts within your Google account.933MIT
- AlicenseAqualityDmaintenanceLocal MCP server that exposes Apple Contacts data, enabling phone, email, and name lookups via a helper app.57 npmMIT
- AlicenseNot gradedqualityBmaintenanceA CardDAV MCP server that exposes contacts and address books as tools for AI assistants.6 npm1MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for accessing and managing Microsoft 365 Outlook Contacts, enabling AI agents to retrieve and interact with contact data through natural language.190 npmMIT