mcp server for Claude Desktop
io.github.aidocx/mcp-server
Create, upload, and manage contracts from AI assistants. AI analysis and e-signatures.
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"aidocx-mcp-server"
],
"env": {
"AIDOCX_API_KEY": "<AIDOCX_API_KEY>",
"AIDOCX_API_SECRET": "<AIDOCX_API_SECRET>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs