Loading MCP server directory, please wait...
Create, upload, and manage contracts from AI assistants. AI analysis and e-signatures.
npx @getmcp/cli add io.github.aidocx/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
AIDOCX_API_KEYAPI key for AiDocX (starts with ak_). Get it at https://app.aidocx.ai → Settings → API Keys
AIDOCX_API_SECRETAPI secret for AiDocX (64-char hex). Get it at https://app.aidocx.ai → Settings → API Keys
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.aidocx/mcp-server": {
"command": "npx",
"args": [
"-y",
"aidocx-mcp-server"
],
"env": {
"AIDOCX_API_KEY": "",
"AIDOCX_API_SECRET": ""
}
}
}
}