PluginBench
MCP Server
Active
MIT

1C OData MCP MCP Server

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

What is the 1C OData MCP MCP server?

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

How to install 1C OData MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • ONEC_BASE_URL
    required

    1C OData endpoint URL (e.g. https://host/db/odata/standard.odata)

  • ONEC_USERNAME
    required

    Basic auth username for the OData endpoint

  • ONEC_PASSWORD
    required
    secret

    Basic auth password for the OData endpoint

  • ONEC_DATABASE

    Optional database name hint

  • ONEC_METADATA_CACHE_TTL_MS

    Metadata cache TTL in milliseconds (default 3600000)

  • ONEC_CONFIG_PATH

    Optional path to JSON config file ({ baseUrl, username, password })

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "onec-odata-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "onec-odata-mcp"
      ],
      "env": {
        "ONEC_BASE_URL": "<YOUR_ONEC_BASE_URL>",
        "ONEC_USERNAME": "<YOUR_ONEC_USERNAME>",
        "ONEC_PASSWORD": "<YOUR_ONEC_PASSWORD>",
        "ONEC_DATABASE": "<YOUR_ONEC_DATABASE>",
        "ONEC_METADATA_CACHE_TTL_MS": "<YOUR_ONEC_METADATA_CACHE_TTL_MS>",
        "ONEC_CONFIG_PATH": "<YOUR_ONEC_CONFIG_PATH>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "onec-odata-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "onec-odata-mcp"
      ],
      "env": {
        "ONEC_BASE_URL": "<YOUR_ONEC_BASE_URL>",
        "ONEC_USERNAME": "<YOUR_ONEC_USERNAME>",
        "ONEC_PASSWORD": "<YOUR_ONEC_PASSWORD>",
        "ONEC_DATABASE": "<YOUR_ONEC_DATABASE>",
        "ONEC_METADATA_CACHE_TTL_MS": "<YOUR_ONEC_METADATA_CACHE_TTL_MS>",
        "ONEC_CONFIG_PATH": "<YOUR_ONEC_CONFIG_PATH>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "onec-odata-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "onec-odata-mcp"
      ],
      "env": {
        "ONEC_BASE_URL": "<YOUR_ONEC_BASE_URL>",
        "ONEC_USERNAME": "<YOUR_ONEC_USERNAME>",
        "ONEC_PASSWORD": "<YOUR_ONEC_PASSWORD>",
        "ONEC_DATABASE": "<YOUR_ONEC_DATABASE>",
        "ONEC_METADATA_CACHE_TTL_MS": "<YOUR_ONEC_METADATA_CACHE_TTL_MS>",
        "ONEC_CONFIG_PATH": "<YOUR_ONEC_CONFIG_PATH>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "onec-odata-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "onec-odata-mcp"
      ],
      "env": {
        "ONEC_BASE_URL": "<YOUR_ONEC_BASE_URL>",
        "ONEC_USERNAME": "<YOUR_ONEC_USERNAME>",
        "ONEC_PASSWORD": "<YOUR_ONEC_PASSWORD>",
        "ONEC_DATABASE": "<YOUR_ONEC_DATABASE>",
        "ONEC_METADATA_CACHE_TTL_MS": "<YOUR_ONEC_METADATA_CACHE_TTL_MS>",
        "ONEC_CONFIG_PATH": "<YOUR_ONEC_CONFIG_PATH>"
      }
    }
  }
}
Claude Code
claude mcp add onec-odata-mcp --env ONEC_BASE_URL=<YOUR_ONEC_BASE_URL> --env ONEC_USERNAME=<YOUR_ONEC_USERNAME> --env ONEC_PASSWORD=<YOUR_ONEC_PASSWORD> --env ONEC_DATABASE=<YOUR_ONEC_DATABASE> --env ONEC_METADATA_CACHE_TTL_MS=<YOUR_ONEC_METADATA_CACHE_TTL_MS> --env ONEC_CONFIG_PATH=<YOUR_ONEC_CONFIG_PATH> -- npx -y onec-odata-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →