theYahia/planfix-mcp
MCP server for Planfix — tasks, contacts, project management (Russia)
Platform-specific configuration:
{
"mcpServers": {
"planfix-mcp": {
"command": "npx",
"args": [
"-y",
"planfix-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP-сервер для Planfix API — задачи, проекты, контакты, комментарии. 10 инструментов, 2 навыка.
[](https://www.npmjs.com/package/@theyahia/planfix-mcp) [](https://opensource.org/licenses/MIT)
Часть серии 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-mcpPLANFIX_API_KEY=your-key PLANFIX_ACCOUNT=your-sub npx @theyahia/planfix-mcp --http 8080Эндпоинт: http://localhost:8080/mcp Health check: http://localhost:8080/health
[](https://smithery.ai/server/@theyahia/planfix-mcp)
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 | Да |
Loading reviews...