Odel
mcp server

mcp server

Local
@aidocxTypeScriptUpdated 5mo ago

Create, upload, and manage contracts from AI assistants. AI analysis and e-signatures.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmaidocx-mcp-serverv0.3.1

Run

npx -y aidocx-mcp-server

MCP client config

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "aidocx-mcp-server"
      ]
    }
  }
}