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 "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., "@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: Raindrop.io
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 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/Infomaniak/mcp-server-contact'
If you have feedback or need assistance with the MCP directory API, please join our Discord server