Claude Code Bridge

by sobieskicodes

Not rated
GitHub

About

A bridge server connecting Claude Desktop with the Claude Code agent API.

Details

Author
sobieskicodes
Categories
Developer Tools, AI

Setup

Install Claude Code Bridge in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/sobieskicodes/claude-desktop-mcp-to-claude-agent

Follow the installation instructions in the repository README, then restart your MCP client.

A bridge server connecting Claude Desktop with the Claude Code agent API.

- Docker and Docker Compose installed
- Claude Code CLI installed (npm install -g @anthropic-ai/claude-code)
- Anthropic API key

mkdir mcp-claude-bridge cd mcp-claude-bridge

Save all the provided artifacts as files in your project directory:

- Dockerfile
- package.json
- server.js
- docker-compose.yml

export ANTHROPIC_API_KEY=your_api_key_here

Add to your Claude Desktop MCP settings (~/Library/Application Support/Claude/claude_desktop_config.jsonon Mac):

{ "mcpServers": { "claude-code-bridge": { "command": "node", "args": ["/path/to/your/mcp-claude-bridge/server.js"], "env": { "ANTHROPIC_API_KEY": "your_api_key_here" } } } }

"Create a simple cat facts app using the claude_code_task tool. The app should fetch facts from catfacts.ninja and display them in a simple web interface."

- claude_code_task: Execute coding tasks via Claude Code
- create_project: Create new project directories
- list_files: List files in projects
- read_file: Read file contents
- run_command: Execute shell commands

- "Create a new React app that fetches cat facts"
- "Build a simple API server in Express"
- "Debug this Python script for me"

The MCP server will delegate complex tasks to Claude Code while keeping everything in the Desktop interface!

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .

Instead of direct calling MCP tools, mcpcode server transforms MCP tool calls into TypeScript programs, enabling smarter, lower-latency orchestration by LLMs.

Supercharge your Agent with Semantic Code Intelligence and save 💰 in the process!

AI-to-AI code review platform — Claude, Codex, and Gemini cross-check each other via MCP, REST API, and CLI for consensus-based results.

A code sandbox for AI assistants to safely execute arbitrary code. Requires a 302AI API key for authentication.

Agent-native developer Q&A API with MCP + A2A endpoints for citations, job pickup, and answer submission.

MCP server to dynamically load Claude Code skills into AI agents

MCP bridge that lets Claude Code delegate heavy tasks to the Antigravity CLI (agy) — purpose-built tools, model routing with fallback, session continuity, and output truncation to save Claude's context and tokens.

Exposes local execution of Aider commands as a detached process using MCP.

An MCP server for offloading AI coding tasks to Aider, enhancing development efficiency and flexibility.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.