# DeepWriter MCP Server

Provide seamless integration with DeepWriter's AI content generation and project management capabilities through a standardized MCP interface. Manage projects, generate content, and retrieve project …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add deepwriter-ai/deepwriter-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list deepwriter-ai/deepwriter-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get deepwriter-ai/deepwriter-mcp listProjects

# Call a tool
npx -y @smithery/cli@latest tool call deepwriter-ai/deepwriter-mcp listProjects '{}'
```

## Tools (8)

- `listProjects` — List all projects for the authenticated user
- `getProjectDetails` — Get detailed information about a specific project
- `createProject` — Create a new project
- `updateProject` — Update an existing project
- `deleteProject` — Delete a project
- `generateWizardWork` — Generate content using the enhanced wizard workflow with comprehensive parameter support
- `formatPrompt` — Format and enhance prompts using AI to improve clarity and effectiveness
- `uploadProjectFiles` — Upload multiple files to a project with enhanced support for 20+ file types including PDF, Word, text, code, and data f…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get deepwriter-ai/deepwriter-mcp <tool-name>
```

---

Source: https://github.com/deepwriter-ai/Deepwriter-MCP
