Skip to content

Contract Templates

Free

by MCP Community

Local stdio MCP server for OpenAgreements template discovery and filling

v0.7.5Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Contract Templates MCP Server

Local stdio MCP server for OpenAgreements template discovery and filling

Installation

npx -y @open-agreements/contract-templates-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @open-agreements/contract-templates-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "contract-templates": {
      "command": "npx",
      "args": ["-y", "@open-agreements/contract-templates-mcp"]
    }
  }
}