Give Claude Code, Codex, Cursor, and other AI agents access to Writingmate's image generation, video generation, and 200+ AI models.
Install the Writingmate skill with the skills CLI:
npx skills add writingmate/skills --skill writingmate-mcpThen connect the Writingmate MCP server:
claude mcp add --transport http writingmate https://writingmate.ai/api/mcpMCP (Model Context Protocol) lets an AI app use outside tools. The Writingmate MCP connection adds tools for generating images and videos, using other AI models, and comparing model answers.
The plugin installs both the skill and the remote MCP connection:
claude plugin marketplace add writingmate/skills
claude plugin install writingmate-mcp@writingmate-pluginsComplete Writingmate OAuth when Claude Code opens the authorization flow. If the host cannot use OAuth, store a Writingmate Developer Key in its secure credential storage; never commit a key to this repository.
This repository also includes a Cursor plugin manifest. Until the plugin is accepted into Cursor Marketplace, install the portable skill with npx skills add writingmate/skills --skill writingmate-mcp, then add https://writingmate.ai/api/mcp as a remote MCP server.
| Skill | What it adds |
|---|---|
writingmate-mcp |
Generate images and videos, use other AI models, and compare model answers through Writingmate |
MIT