DeepWriter

by deepwriter-ai

Not rated
GitHub

About

Interact with the DeepWriter API, an AI-powered writing assistant.

Details

Author
deepwriter-ai
Categories
Productivity, Other, AI

Setup

Install DeepWriter in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

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

Follow the installation instructions in the repository README, then restart your MCP client.

Additional Documentation:DeepWriter API Access Docs

A Model Context Protocol (MCP) server for interacting with the DeepWriter API. This server provides tools for creating, managing, and generating content for DeepWriter projects through the standardized MCP interface.

- Project Management: Create, list, update, and delete projects
- Content Generation: Generate content for projects using DeepWriter's AI
- Project Details: Retrieve detailed information about projects
- MCP Integration: Seamlessly integrate with Claude and other MCP-compatible AI assistants
- Standard MCP Features: Implements MCP protocol version 2025-03-26
- Transport Support: Stdio transport for local process communication

- Node.js (v17 or higher)
- npm (v6 or higher)
- DeepWriter API key
- An MCP-compatible client (e.g., Claude for Desktop)

To install deepwriter-mcp for Claude Desktop automatically viaSmithery:

npx -y @smithery/cli install @deepwriter-ai/deepwriter-mcp --client claude
git clone https://github.com/yourusername/deepwriter-mcp.git cd deepwriter-mcp

Create a.envfile in the root directory with your DeepWriter API key:

The server will listen on stdin for MCP requests and respond on stdout, following the MCP stdio transport specification.

To use the DeepWriter MCP server with Claude for Desktop:
-

Open your Claude for Desktop configuration file:

- macOS:~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:%APPDATA%\Claude\claude_desktop_config.json

{ "mcpServers": { "deepwriter": { "command": "node", "args": ["/ABSOLUTE/PATH/TO/deepwriter-mcp/build/index.js"], "env": { "DEEPWRITER_API_KEY": "your_api_key_here" } } } }

Restart Claude for Desktop to load the new configuration.

This server implements MCP protocol version 2025-03-26 with the following capabilities:

- Transport: Stdio transport for local process communication
- Tools: Full support for all DeepWriter API operations
- Logging: Structured logging with configurable levels

Lists all projects associated with your DeepWriter account.

{ "api_key": "your_api_key_here" }

Retrieves detailed information about a specific project.

{ "api_key": "your_api_key_here", "project_id": "your_project_id_here" }

Creates a new project with the specified title and email.

{ "api_key": "your_api_key_here", "title": "Your Project Title", "email": "your_email@example.com" }

Updates an existing project with the specified changes.

{ "api_key": "your_api_key_here", "project_id": "your_project_id_here", "updates": { "title": "Updated Project Title", "prompt": "Updated project prompt", "author": "Updated author name", "email": "updated@email.com", "model": "Updated model name", "outline_text": "Updated outline", "style_text": "Updated style guide", "supplemental_info": "Updated additional information", "work_description": "Updated work description", "work_details": "Updated work details", "work_vision": "Updated work vision" } }

Generates content for a project using DeepWriter's AI.

{ "api_key": "your_api_key_here", "project_id": "your_project_id_here", "is_default": true // Optional, defaults to true }
{ "api_key": "your_api_key_here", "project_id": "your_project_id_here" }
deepwriter-mcp/ ├── src/ │ ├── index.ts # Main entry point and MCP server setup │ ├── api/ │ │ └── deepwriterClient.ts # DeepWriter API client │ └── tools/ # MCP tool implementations │ ├── createProject.ts │ ├── deleteProject.ts │ ├── generateWork.ts │ ├── getProjectDetails.ts │ ├── listProjects.ts │ └── updateProject.ts ├── build/ # Compiled JavaScript output ├── test-deepwriter-tools.js # Tool testing script ├── test-mcp-client.js # MCP client testing script └── tsconfig.json # TypeScript configuration

This will compile the TypeScript code into JavaScript in thebuilddirectory.

You can test the MCP server locally using the provided test scripts:

The project uses TypeScript with ES modules and Node16 module resolution. Key TypeScript settings:

{ "compilerOptions": { "target": "ES2022", "module": "Node16", "moduleResolution": "Node16", "outDir": "./build", "strict": true } }

- Ensure your DeepWriter API key is correctly set in the.envfile
- Check that the API key is being passed correctly in tool arguments
- Verify the API key has the necessary permissions

- Make sure the DeepWriter API is accessible from your network
- Check for any firewall or proxy settings that might block connections
- Verify your network connection is stable

- Ensure you're using a compatible MCP client
- Check that the stdio transport is properly configured
- Verify the client supports protocol version 2025-03-26

- The server supports both snake_case (project_id) and camelCase (projectId) parameter names
- All parameters are case-sensitive
- Required parameters must not be null or undefined

For detailed logs, run the server with the DEBUG environment variable:

DEBUG=deepwriter-mcp: node build/index.js

You can also check Claude for Desktop logs at:

- macOS:~/Library/Logs/Claude/mcp.log
- Windows:%APPDATA%\Claude\logs\mcp*.log

We welcome contributions from the community! Here's how you can help:

- Use the GitHub issue tracker
- Include detailed steps to reproduce the bug
- Provide your environment details (Node.js version, OS, etc.)
- Include relevant logs and error messages
- Use the bug report template provided

- Use the GitHub issue tracker with the "enhancement" label
- Clearly describe the feature and its use case
- Explain how it benefits the project
- Use the feature request template provided

- For security vulnerabilities, please DO NOT create a public issue
- Emailsecurity@deepwriter.cominstead
- We'll work with you to address the vulnerability
- We follow responsible disclosure practices

- Check existing issues and PRs to avoid duplicate work
- For major changes, open an issue first to discuss
- Read our coding standards and MCP implementation guidelines

- Fork the repository
- Create a new branch frommain
- Follow our coding style and conventions
- Add tests for new features
- Update documentation as needed

- Include a clear description of changes
- Link related issues
- Add or update tests
- Update documentation
- Follow commit message conventions
- Sign the Contributor License Agreement (CLA)

- All PRs require at least one review
- Address review feedback
- Keep PRs focused and reasonable in size
- Be responsive to questions and comments

- Follow TypeScript best practices
- Use ESLint with our configuration
- Format code with Prettier
- Follow MCP protocol specifications

- Write unit tests for new features
- Maintain or improve test coverage
- Test MCP protocol compliance
- Test with multiple Node.js versions

- Update README.md for user-facing changes
- Add JSDoc comments for new code
- Update API documentation
- Include examples for new features

- Follow conventional commits format
- Reference issues where appropriate
- Keep commits focused and atomic
- Use clear, descriptive messages

- Join our Discord community
- Check the documentation
- Ask questions in GitHub discussions
- Attend our monthly contributor calls

- The server validates all inputs before processing
- API keys are never logged or exposed in error messages
- The stdio transport provides process isolation
- All external API calls use HTTPS
- Input validation prevents injection attacks

This is the 1st, easiest, and cheapest PPT, slides, presentation AI generation MCP Server in the world.

On-device tools to detect AI-generated text and images, score readability, and strip AI artifacts, running locally on Apple silicon.

Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

Create high quality presentations using AI

BuildFloorPlan is an AI floor plan generator for homeowners, interior designers, builders, and small planning teams who need to move from rough input to a reviewable layout faster. It turns short briefs, sketches, images, and PDFs into clearer floor plan outputs in seconds, supports technical 2D layouts, colored presentation-ready plans, and quick 3D previews, and helps users compare layout directions before renovation, client presentation, or internal review. It is designed for fast first drafts, supports editing and refinement workflows, and does not require CAD experience. You can start free with starter credits, and paid plans add more credits, longer history, and commercial usage options.

Official Model Context Protocol server for HumanTone. Humanize AI-generated text and check AI likelihood directly from Claude Desktop, Cursor, Cline, and other MCP clients.

An MCP server that uses Google's Gemini 1.5 Pro to generate concise summaries of various content types.

Create PowerPoint presentations with AI-generated images using the Stable Diffusion API.

Create PowerPoint presentations with AI-generated images using the TogetherAI API.

Create, edit, and manage PowerPoint presentations using large language models.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.