Skip to content
Claude Code

1C OData MCP for Claude Code

io.github.alexgrebeshok-coder/onec-odata-mcp

Read-only MCP server for 1C:Enterprise via OData with metadata and query builder tools.

client:Claude Code transport:stdio runtime:npm

Install 1C OData MCP in Claude Code

run in your project directory

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

claude mcp add onec-odata-mcp -e ONEC_BASE_URL=<ONEC_BASE_URL> -e ONEC_USERNAME=<ONEC_USERNAME> -e ONEC_PASSWORD=<ONEC_PASSWORD> -e ONEC_DATABASE=<ONEC_DATABASE> -e ONEC_METADATA_CACHE_TTL_MS=<ONEC_METADATA_CACHE_TTL_MS> -e ONEC_CONFIG_PATH=<ONEC_CONFIG_PATH> -- npx -y onec-odata-mcp

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

1C OData MCP in other clients