Claude Desktop API MCP

send-message

Send a message to Claude

Input Schema

NameRequiredDescriptionDefault
messageYesMessage to send to Claude

Input Schema (JSON Schema)

{ "properties": { "message": { "description": "Message to send to Claude", "type": "string" } }, "required": [ "message" ], "type": "object" }

You must be authenticated.

Other Tools