Productivity|Development|AI / MLJavaScript
claude-code-mcp
An MCP server that allows running Claude Code in one-shot mode with permissions bypassed automatically.
N/A rating (0 reviews)0 installs1,225 GitHub stars
MCPClaude CodeAI
This server, with its powerful unified `claude_code` tool, aims to make Claude a more direct and capable agent for your coding tasks. It provides capabilities such as executing Claude Code without permission interruptions and accessing file editing directly.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"claude-code-mcp": {
"args": [
"-y",
"@steipete/claude-code-mcp"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.