Claude Code MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Claude Code MCP ServerStart a Claude Code session in my project and analyze the codebase."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
this is a little hack that I had Claude Code spin up for me and it only kinda half works. feel free to pirate it but don't expect much despite the fact that Claude Code does a great job of generating readmes that look like what you'd find in a finished product!Claude Code MCP Server
A Model Context Protocol (MCP) server that allows Claude Desktop to interface with Claude Code instances. This enables remote control and coordination between different Claude environments.
Quick Start
Install dependencies:
npm installTest the server:
npm startConfigure Claude Desktop: Add to your Claude Desktop MCP configuration (
~/Library/Application Support/Claude/claude_desktop_config.jsonon macOS):{ "mcpServers": { "claude-code-bridge": { "command": "node", "args": ["/absolute/path/to/this/project/src/index.js"] } } }
Related MCP server: cc-tap
Available Tools
check_claude_code_installation: Verify Claude Code is available
execute_claude_code_command: Send commands to Claude Code
start_claude_code_session: Initialize a new Claude Code session
read_file_via_claude_code: Read files through Claude Code
write_file_via_claude_code: Write files through Claude Code
Example Usage in Claude Desktop
Once configured, you can use these tools in Claude Desktop:
Check if Claude Code is installed on the systemStart a new Claude Code session in /path/to/project and ask it to analyze the codebaseExecute command: "Create a new React component called UserProfile"Architecture Notes
This is a basic implementation that demonstrates the concept. The server currently:
Simulates Claude Code integration (since we're building without the actual CLI)
Provides a foundation for real integration once Claude Code CLI is available
Shows the MCP bridge pattern for inter-Claude communication
Future Enhancements
Real Claude Code integration when CLI is available
Persistent session management
Bidirectional communication
Network MCP server version for remote access
Session state synchronization
Error handling and recovery
Development
# Run in development mode with auto-reload
npm run devNetwork Server Extension
To extend this to work with Claude.ai web/mobile, you'd:
Add HTTP/WebSocket transport instead of stdio
Implement authentication/authorization
Add session management
Handle concurrent connections
Deploy as a network service
The MCP protocol already supports this - just swap the transport layer!
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/trickv/claude-squared-code'
If you have feedback or need assistance with the MCP directory API, please join our Discord server