create_edit — LyricPatch MCP Tool Mutating
create_edit
(create edit) is one of 28 tools on the
LyricPatch
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call create_edit from your client
- Claude Code LyricPatch create_edit run in your project directory
- Claude Desktop LyricPatch create_edit ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor LyricPatch create_edit ~/.cursor/mcp.json
- VS Code LyricPatch create_edit .vscode/mcp.json
- Zed LyricPatch create_edit ~/.config/zed/settings.json
- Windsurf LyricPatch create_edit ~/.codeium/windsurf/mcp_config.json
- Cline LyricPatch create_edit ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI LyricPatch create_edit ~/.gemini/settings.json
- Grok LyricPatch create_edit .mcp.json (in your project root)
- ChatGPT LyricPatch create_edit Settings → Connectors → Advanced → Developer mode
- Claude.ai LyricPatch create_edit Settings → Connectors → Add custom connector
- LangChain LyricPatch create_edit pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http lyricpatch https://api.lyricpatch.com/mcp
Other tools on this server
- get_service_info
- prepare_session_checkout
- get_session_status
- match_phrase
- get_account
- list_projects
- prepare_upload
- create_project
- ingest_project
- get_project
- update_edit
- delete_edit
- transcribe_selection
- get_transcription
- quote_generation
- generate_changes
- get_batch
- get_job
- cancel_batch
- accept_generation
- quote_export
- prepare_export
- delete_project
- prepare_credit_purchase
- get_payment
- prepare_stripe_checkout
- get_checkout
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.