PluginBench
MCP Server

com.bitsbound/contract-automation MCP Server

com.bitsbound/contract-automation

What is the com.bitsbound/contract-automation MCP server?

AI contract automation with partner-level redlines, OOXML Track Changes, and risk analysis.

How to install com.bitsbound/contract-automation

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "contract-automation": {
      "command": "npx",
      "args": [
        "-y",
        "@bitsbound/mcp-server"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "contract-automation": {
      "command": "npx",
      "args": [
        "-y",
        "@bitsbound/mcp-server"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "contract-automation": {
      "command": "npx",
      "args": [
        "-y",
        "@bitsbound/mcp-server"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "contract-automation": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@bitsbound/mcp-server"
      ]
    }
  }
}
Claude Code
claude mcp add contract-automation -- npx -y @bitsbound/mcp-server

Related MCP servers

AI contract analysis with partner-level redlines, OOXML Track Changes, and risk analysis.

View repository →