Back to Home
steipete icon

claude-code-mcp

by steipete

Overview

Acts as an MCP server to enable LLMs to run Claude Code CLI in one-shot mode, bypassing permissions for complex coding, file system, Git, and terminal operations.

Installation

Run Command
npx -y @steipete/claude-code-mcp@latest

Environment Variables

  • CLAUDE_CLI_NAME
  • MCP_CLAUDE_DEBUG

Security Notes

The server explicitly uses the '--dangerously-skip-permissions' flag for the Claude CLI, which is its intended functionality. This bypasses all interactive permission prompts from Claude Code, giving it full access to the system (file operations, git, terminal). While intended for power users, it means a malicious or unconstrained LLM prompt could execute arbitrary and potentially destructive commands without further human confirmation. The security relies heavily on the trustworthiness and sandboxing of the LLM generating the prompt and the underlying Claude CLI itself.

Similar Servers

Stats

Interest Score89
Security Score3
Cost ClassHigh
Avg Tokens7500
Stars1006
Forks118
Last Update2026-01-01

Tags

MCPClaude CodeLLM ToolCoding AgentAutomation