OData-MCP-Server

naveenkumarbaskaran/OData-MCP-Server
★ 0 stars Python 📊 Data/Analytics Updated 1d ago
MCP server that exposes any OData V2/V4 service as AI-consumable tools
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "odata-mcp-server": {
      "command": "uvx",
      "args": [
        "odata-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install odata-mcp-server