Planfix MCP Server is an MCP server that MCP server for Planfix API — tasks, contacts. 3 tools. Its tool list has not been published yet over stdio and http, requires no API key, and scores 82/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"planfix": {
"env": {
"PLANFIX_ACCOUNT": "your-subdomain",
"PLANFIX_API_KEY": "your-api-key"
},
"args": [
"-y",
"@theyahia/planfix-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP-сервер для Planfix API — задачи, проекты, контакты, комментарии. 10 инструментов, 2 навыка.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@theyahia/planfix-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @theyahia/planfix-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
MCP server for monday.com integration.
Local-first AI memory with knowledge graphs and hybrid search. 17+ AI tools via MCP. Free.
Give AI agents access to your Obsidian vault via local files or Self-hosted LiveSync.
🧠 An adaptation of the MCP Sequential Thinking Server to guide tool usage. This server provides recommendations for which MCP tools would be most effective at each stage.
MCP Security Weekly
Get CVE alerts and security updates for Planfix MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
📦 Part of WWmcp — Emerging Markets MCP — 114 MCP servers for non-Western APIs (Brazil/MENA/Gulf/SE Asia/Africa/CIS).
MCP-сервер для Planfix API — задачи, проекты, контакты, комментарии, сотрудники, файлы. 20 инструментов, 2 навыка.
Часть серии Russian API MCP (50 серверов) by @theYahia.
{
"mcpServers": {
"planfix": {
"command": "npx",
"args": ["-y", "@theyahia/planfix-mcp"],
"env": {
"PLANFIX_API_KEY": "your-api-key",
"PLANFIX_ACCOUNT": "your-subdomain"
}
}
}
}
claude mcp add planfix \
-e PLANFIX_API_KEY=your-api-key \
-e PLANFIX_ACCOUNT=your-subdomain \
-- npx -y @theyahia/planfix-mcp
PLANFIX_API_KEY=your-key PLANFIX_ACCOUNT=your-sub npx @theyahia/planfix-mcp --http 8080
Эндпоинт: http://localhost:8080/mcp
Health check: http://localhost:8080/health
npx -y @smithery/cli install @theyahia/planfix-mcp --client claude
{
"servers": {
"planfix": {
"command": "npx",
"args": ["-y", "@theyahia/planfix-mcp"],
"env": {
"PLANFIX_API_KEY": "your-api-key",
"PLANFIX_ACCOUNT": "your-subdomain"
}
}
}
}
{
"mcpServers": {
"planfix": {
"command": "npx",
"args": ["-y", "@theyahia/planfix-mcp"],
"env": {
"PLANFIX_API_KEY": "your-api-key",
"PLANFIX_ACCOUNT": "your-subdomain"
}
}
}
}
| Переменная | Обязательная | Описание |
|---|---|---|
PLANFIX_API_KEY | Да | API-ключ. Создаётся в Управлении аккаунтом → Доступ к API → REST API |
PLANFIX_ACCOUNT | Да | Субдомен (например mycompany из mycompany.planfix.com). Обязателен — общего хоста у REST API нет |
PLANFIX_HOST | Нет | Хост для региональных инсталляций (по умолчанию planfix.com; например planfix.ru) |
PLANFIX_TOKEN | Нет | Устаревший вариант, используйте PLANFIX_API_KEY |
Base URL: https://{PLANFIX_ACCOUNT}.{PLANFIX_HOST}/rest/. Авторизация — заголовок Authorization: Bearer <key>.
| Инструмент | Описание |
|---|---|
get_tasks | Список задач (пагинация, fields, filterId, ad-hoc filters) |
get_task | Одна задача по ID |
create_task | Создание задачи (можно указать проект, исполнителя — см. list_users) |
update_task | Обновление задачи (название, описание, статус, исполнитель) |
| Инструмент | Описание |
|---|---|
get_contacts | Список контактов |
get_contact | Один контакт по ID |
create_contact | Создать контакт или компанию |
update_contact | Обновить контакт (имя, email, телефон) |
| Инструмент | Описание |
|---|---|
get_projects | Список проектов |
get_project | Один проект по ID |
get_comments | Комментарии к задаче |
add_comment | Добавить комментарий к задаче |
| Инструмент | Описание |
|---|---|
list_users | Список сотрудников — используйте для поиска ID исполнителя по имени |
get_user | Один сотрудник по ID |
list_directories | Справочники (наборы статусов задач хранятся как справочники) |
list_directory_entries | Записи справочника по его ID (например, варианты статусов) |
list_custom_fields | Ка |