Skip to content
Cursor

1C OData MCP for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install 1C OData MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "onec-odata-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "onec-odata-mcp"
      ],
      "env": {
        "ONEC_BASE_URL": "<ONEC_BASE_URL>",
        "ONEC_USERNAME": "<ONEC_USERNAME>",
        "ONEC_PASSWORD": "<ONEC_PASSWORD>",
        "ONEC_DATABASE": "<ONEC_DATABASE>",
        "ONEC_METADATA_CACHE_TTL_MS": "<ONEC_METADATA_CACHE_TTL_MS>",
        "ONEC_CONFIG_PATH": "<ONEC_CONFIG_PATH>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

1C OData MCP in other clients