Skip to main content
Glama
Infomaniak

Infomaniak Contact MCP Server

Official
by Infomaniak

Contact MCP Server

MCP Server for the Infomaniak Contacts API.

Tools

  1. contact_list

    • List all contacts across all address books in your Infomaniak account

    • Returns: Full contact records with name, emails, phones, and other fields

  2. contact_search

    • Search contacts by name, email, or phone number

    • Required inputs:

      • query (string): Search query string

    • Returns: Matching contacts with full details

Related MCP server: blip-mcp

Setup

  1. Create a token linked to your user:

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

  1. CONTACT_TOKEN: Required. Your Infomaniak API token with contacts scope.

Troubleshooting

If you encounter permission errors, verify that:

  1. The token has the "contacts" scope

  2. 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.

A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
4dRelease cycle
4Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    A 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.
    Last updated
    9
    33
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    MCP server for the Take Blip platform that exposes contacts, buckets, broadcast lists, and more to any MCP client, with read-only safety by default and optional write capabilities.
    Last updated
    7
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Local MCP server that exposes Apple Contacts data, enabling phone, email, and name lookups via a helper app.
    Last updated
    6
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP connector for iMessage & Contacts via a local Mac agent + Vercel relay

  • Remote MCP server for full read/write access to a Zotero library

  • MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.

View all MCP Connectors

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