CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Mcp 1c Platform Tools

yellow-hammer/mcp-1c-platform-tools
23authSTDIOregistry active
Summary

Connects Claude to 1C:Enterprise platform commands through the 1c-platform-tools VS Code extension via IPC. You'll need the extension installed with IPC enabled (1c-platform-tools.ipc.enabled set to true) and a 1C project open with a packagedef file. The server exposes platform tool commands to AI agents in Cursor or VS Code, letting Claude interact with your 1C development environment. Works out of the box in VS Code once both extensions are installed. In Cursor you'll need to manually add the MCP config to your project's .cursor/mcp.json or global settings with the right host, port, and token matching your 1c-platform-tools IPC configuration.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

1C: Platform Tools MCP

OpenYellow telegram chat Ask Devin

MCP-сервер предоставляет инструменты Model Context Protocol для запуска команд расширения 1c-platform-tools через агентов Cursor/VS Code.

Быстрый старт

  1. Установите расширение 1c-platform-tools и расширение 1C: Platform Tools MCP.
  2. Включите IPC: настройка 1c-platform-tools.ipc.enabled = true.
  3. Откройте проект 1С (папка с packagedef).

В VS Code дополнительная настройка не нужна: расширение само регистрирует MCP. Достаточно установить оба расширения и включить IPC.

В Cursor расширение не может прописать MCP в настройки, поэтому конфиг нужно добавить вручную. Варианты:

  • Кнопка: Add 1C: Platform Tools MCP to Cursor - подставит в mcp.json конфиг как в примере ниже (хост 127.0.0.1, порт 40241, токен пустой).
  • Вручную: см. конфиг ниже.

Конфиг для Cursor (ручная настройка)

Конфиг можно положить в проект (только для этого проекта) или глобально (для всех проектов).

В проекте (рекомендуется):

  1. В корне проекта 1С (папка с packagedef) создайте папку .cursor, если её нет.
  2. Создайте или откройте файл .cursor/mcp.json в этом корне.
  3. Вставьте конфиг ниже (в пути — версия расширения, в env — порт и токен из настроек 1c-platform-tools).
  4. Перезагрузите окно (Ctrl+Shift+P → «Developer: Reload Window»).

Пример для проекта (Windows):

{
  "mcpServers": {
    "mcp-1c-platform-tools": {
      "command": "node",
      "args": ["${env:USERPROFILE}\\.cursor\\extensions\\yellow-hammer.mcp-1c-platform-tools-0.1.8-universal\\out\\src\\index.js"],
      "env": {
        "ONEC_IPC_HOST": "127.0.0.1",
        "ONEC_IPC_PORT": "40241",
        "ONEC_IPC_TOKEN": ""
      }
    }
  }
}

macOS/Linux: в args — "${env:HOME}/.cursor/extensions/yellow-hammer.mcp-1c-platform-tools-0.1.8-universal/out/src/index.js" (подставьте фактическое имя папки из ~/.cursor/extensions/).

Глобальный файл

Вместо файла в проекте можно использовать один конфиг для всех проектов:

  • Windows: %USERPROFILE%\.cursor\mcp.json
  • macOS/Linux: ~/.cursor/mcp.json

Структура mcpServers та же. После изменений перезагрузите окно Cursor.


Убедитесь, что расширение 1c-platform-tools установлено, IPC включён (1c-platform-tools.ipc.enabled = true) и в настройках указаны те же порт и токен, что в env конфига MCP.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

ONEC_IPC_PORT*

Порт IPC-сервера расширения 1c-platform-tools (настройка 1c-platform-tools.ipc.port)

ONEC_IPC_TOKENsecret

Токен IPC (если задан в 1c-platform-tools.ipc.token)

Registryactive
Packagemcp-1c-platform-tools
TransportSTDIO
AuthRequired
UpdatedFeb 28, 2026
View on GitHub