The claude-code-mcp server allows AI agents to execute Claude Code one-shot requests with bypassed permissions. It provides a simple interface for running code snippets and connects directly to Claude's API. Developers use it to automate code execution, testing, and prototyping without manual permission handling.
The claude-code-mcp server allows AI agents to execute Claude Code one-shot requests with bypassed permissions. It provides a simple interface for running code snippets and connects directly to Claude's API. Developers use it to automate code execution, testing, and prototyping without manual permission handling.
npx -y @steipete/claude-code-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"steipete-claude-code-mcp-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @steipete/claude-code-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from claude-code-mcp?"
API Key Required
This server requires an API key from claude-code-mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| CLAUDE-CODE-MCP_API_KEY | Yes | Your claude-code-mcp API key |
"What resources are available in claude-code-mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in claude-code-mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in claude-code-mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.