Infomaniak Contact Server
БесплатноНе проверенMCP server for the Infomaniak Contacts API, enabling listing and searching contacts across address books.
Описание
MCP server for the Infomaniak Contacts API, enabling listing and searching contacts across address books.
README
MCP Server for the Infomaniak Contacts API.
Tools
contact_list- List all contacts across all address books in your Infomaniak account
- Returns: Full contact records with name, emails, phones, and other fields
contact_search- Search contacts by name, email, or phone number
- Required inputs:
query(string): Search query string
- Returns: Matching contacts with full details
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.
Установка Infomaniak Contact Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Infomaniak/mcp-server-contactFAQ
Infomaniak Contact Server MCP бесплатный?
Да, Infomaniak Contact Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Infomaniak Contact Server?
Нет, Infomaniak Contact Server работает без API-ключей и переменных окружения.
Infomaniak Contact Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Infomaniak Contact Server в Claude Desktop, Claude Code или Cursor?
Открой Infomaniak Contact Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Infomaniak Contact Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
