Loading MCP server directory, please wait...
Read-only MCP server for 1C:Enterprise via OData with metadata and query builder tools.
npx @getmcp/cli add io.github.alexgrebeshok-coder/onec-odata-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
ONEC_BASE_URL1C OData endpoint URL (e.g. https://host/db/odata/standard.odata)
ONEC_USERNAMEBasic auth username for the OData endpoint
ONEC_PASSWORDBasic auth password for the OData endpoint
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.alexgrebeshok-coder/onec-odata-mcp": {
"command": "npx",
"args": [
"-y",
"onec-odata-mcp"
],
"env": {
"ONEC_BASE_URL": "",
"ONEC_USERNAME": "",
"ONEC_PASSWORD": "",
"ONEC_DATABASE": "",
"ONEC_METADATA_CACHE_TTL_MS": "",
"ONEC_CONFIG_PATH": ""
}
}
}
}