PlanfixMCP
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., "@PlanfixMCPList all tasks in the 'Development' project"
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.
PlanfixMCP
MCP-сервер для Planfix REST API. Инструменты генерируются из вендоренной OpenAPI-спеки
(specs/swagger.json) через FastMCP.from_openapi() пакета fastmcp:
114 операций → MCP-инструменты с короткими snake_case именами и русскими описаниями.
Возможности
Генерация из спеки:
FastMCP.from_openapi(+114 операций)Короткие snake_case имена (
task_list,comment_add) черезplanfix_mcp/names.pyРусские описания через
planfix_mcp/descriptions.pyФильтрация инструментов: по тегам OpenAPI (по умолчанию ядро
task,contact,project,comments) или точечно поoperationId(PLANFIX_INCLUDE_OPERATION_IDS/PLANFIX_EXCLUDE_OPERATION_IDS)Bearer-авторизация (
PLANFIX_API_TOKEN)Валидация ответов по схемам спеки
Related MCP server: openapi-mcp
Требования
Python >= 3.10
uv для окружения
Установка и запуск
uv sync
export PLANFIX_BASE_URL=https://your-account.planfix.com/rest # или в .env
export PLANFIX_API_TOKEN=<token>
uv run planfix-mcp # stdio-транспорт
uv run planfix-mcp --transport http # HTTP-транспортПеременные также читаются из .env (скопируйте .env.example).
Конфигурация
Переменная | CLI | Дефолт | Описание |
|
|
| Базовый URL REST API |
|
| — | Bearer-токен Planfix |
|
|
| Теги OpenAPI для включения инструментов |
|
| — | Дополнительные операции по |
|
| — | Исключить операции по |
|
|
| Валидация ответов по схемам спеки |
Обновление спеки
uv run python scripts/update_spec.pyЕсли спеку попадают новые операции — перегенерировать словари и обновить тесты:
uv run python scripts/gen_dictionaries.pyТесты
uv run pytest -qИнтеграционные тесты используют httpx.MockTransport и не ходят в реальный API.
Maintenance
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
- AlicenseCqualityCmaintenanceMCP server that turns OpenAPI specs into tools and calls API175MIT
- Alicense-qualityBmaintenanceAutomatically generates MCP server tools from OpenAPI specifications, enabling LLMs to interact with any API defined by an OpenAPI spec through natural language.31MIT
- Alicense-qualityCmaintenanceA generic MCP server that converts any OpenAPI/Swagger specification into MCP tools, enabling AI assistants to search, explore, and execute REST APIs.MIT
- Alicense-qualityBmaintenanceA generic MCP server that builds its tools at runtime from any OpenAPI specification, enabling interaction with any REST API through natural language.MIT
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/alexd73/PlanfixMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server