Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LegalForge MCP ServerCreate a privacy policy for Acme Inc in California using Stripe and Google Analytics"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LegalForge MCP Server
Model Context Protocol (MCP) server for generating professional legal documents using AI.
Features
Privacy Policy - GDPR/CCPA compliant privacy policies
Terms of Service - Comprehensive terms for your website/app
Cookie Policy - Detailed cookie policies with consent info
Installation
Configuration
Set your Anthropic API key:
Usage
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
Programmatic
Tool: generate_legal_document
Inputs
Parameter | Type | Required | Description |
|
| ✓ | Type of legal document |
|
| ✓ | Parties involved (company, users) |
|
| ✓ | Document configuration |
|
| ✓ | Legal jurisdiction |
Party Object
Field | Type | Required | Description |
|
| ✓ | Party name |
|
| ✓ | Role |
|
| - | Physical address |
|
| - | Contact email |
Terms Object
Key | Description |
| Website URL |
| Display name for the site |
| Comma-separated list of services/technologies |
Output
Returns HTML document content (starting from <h2> tags).
Example
Development
Template Usage
This MCP server serves as a template for building other MCP servers. Key patterns:
Tool registration with Zod schemas for validation
Prompt engineering with structured templates
Error handling with proper MCP error responses
Clean TypeScript setup with ESM modules
License
MIT