Claude Code MCP
UnclaimedClaude Code as one-shot MCP server to have an agent in your agent.
Install
npm install -g @anthropic-ai/claude-codeUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (7)
claude_code
Executes a prompt directly using the Claude Code CLI. Defaults to bypassed permissions for backwards compatibility; pass permissionMode to use Claude Code's native permission modes.
messages
(array, optional): Conversation history to inject on the first call for a session.
permissionMode
(string, optional): Claude Code permission mode. Defaults to bypassPermissions for backwards compatibility; use default, acceptEdits, auto, dontAsk, or plan to avoid bypassing permission checks.
prompt
(string, required): The prompt to send to Claude Code.
sessionId
(string, optional): Parent session ID. Repeated calls with the same ID resume the same Claude Code session.
stateless
(boolean, optional): Disable session continuity for this call.
workFolder
(string, optional): Absolute working directory for file operations.