1C OData MCP
About
Read-only MCP server for 1C:Enterprise via OData with metadata and query builder tools.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ONEC_BASE_URL ONEC_USERNAME ONEC_PASSWORD ONEC_DATABASE ONEC_METADATA_CACHE_TTL_MS ONEC_CONFIG_PATHClaude Code
claude mcp add --env ONEC_BASE_URL= --env ONEC_USERNAME= --env ONEC_PASSWORD= --env ONEC_DATABASE= --env ONEC_METADATA_CACHE_TTL_MS= --env ONEC_CONFIG_PATH= onec-odata-mcp -- npx onec-odata-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"onec-odata-mcp","command":"npx","args":["onec-odata-mcp"],"env":{"ONEC_BASE_URL":"","ONEC_USERNAME":"","ONEC_PASSWORD":"","ONEC_DATABASE":"","ONEC_METADATA_CACHE_TTL_MS":"","ONEC_CONFIG_PATH":""}}'
JSON
{
"mcpServers": {
"onec-odata-mcp": {
"command": "npx",
"args": [
"onec-odata-mcp"
],
"env": {
"ONEC_BASE_URL": "",
"ONEC_USERNAME": "",
"ONEC_PASSWORD": "",
"ONEC_DATABASE": "",
"ONEC_METADATA_CACHE_TTL_MS": "",
"ONEC_CONFIG_PATH": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.