MCP server for Bitrix24 task planning - enables AI assistants to help break down tasks into subtasks
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"bitrix24-lkp-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Bitrix24 MCP **A Model Context Protocol server for Bitrix24 task planning.** [](https://pypi.org/project/bitrix24-lkp-mcp/) [](https://www.python.org/downloads/) [](https://opensource.org/licenses/MIT) Bitrix24 MCP equips AI assistants with tools to search users and workgroups, search/list tasks, fetch task details (optionally with comments), create/update tasks and subtasks, list epics and create/update Scrum tasks (epic/story points/backlog or sprint), and manage Kanban/My Planner columns (get stages, move/reorder tasks). --- Install using pip: ```bash pip install bitrix24-lkp-mcp ``` Set your webhook URL and configure your MCP client: ```json { "mcpServers": { "bitrix24": { "command": "uvx", "args": ["bitrix24-lkp-mcp"], "env": { "BITRIX_WEBHOOK_URL": "https://your-domain.bitrix24.com/rest/1/token/" } } } } ``` ## Features Bitrix24 MCP provides tools for AI-assisted task planning: - Search tasks by title with partial matching. - Get full task details including description for AI analysis. - Create subtasks under parent tasks automatically. - Built-in rate limiting (respects Bitrix24's 2 req/sec limit). - Secure authentication via Bitrix24 inbound webhooks. Bitrix24 MCP requires Python 3.11+. ## Configuration ### 1. Create Bitrix24 Webhook 1. Go to your Bitrix24 portal 2. Navigate to **Developer resources** → **Other** → **Inbound webhook** 3. Click **Add inbound webhook** 4. Set permissions: `tasks` (Read and write tasks) 5. Copy the webhook URL ### 2. Set Environment Variable ```bash export BITRIX_WEBHOOK_URL="https://your-domain.bitrix24.com/rest/1/your-token/" ``` ### 3. Configure MCP Client **Cursor** - Add to `~/.cursor/mcp.json`: ```json { "mcpServers": { "bitrix24": { "command": "…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.