Contract Templates
Freeby MCP Community
Local stdio MCP server for OpenAgreements template discovery and filling
v0.7.5Added Apr 12, 2026
Contract Templates MCP Server
Local stdio MCP server for OpenAgreements template discovery and filling
Installation
npx -y @open-agreements/contract-templates-mcp
Reviews
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"]
}
}
}