claude-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-mcp-serverReview the recent changes for bugs and suggest fixes"
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.
claude-mcp-server
MCP server wrapping Claude CLI — lets Cursor (or any MCP host) use Claude as a sub-agent.
Install
One command — no clone needed:
bash <(curl -fsSL https://raw.githubusercontent.com/tal-hason/claude-mcp-server/main/install.sh)This downloads the latest pre-built release, installs the Cursor extension, and registers the MCP server.
Prerequisites: Node.js >= 20, jq, curl, Claude CLI
Install from source
git clone https://github.com/tal-hason/claude-mcp-server.git
cd claude-mcp-server
./setup.shRequires npm in addition to the prerequisites above.
Custom install location
CLAUDE_MCP_DIR=~/my-tools/claude-mcp bash <(curl -fsSL https://raw.githubusercontent.com/tal-hason/claude-mcp-server/main/install.sh)Uninstall
rm -rf ~/.local/share/claude-mcp-server
jq 'del(.mcpServers["claude-cli"])' ~/.cursor/mcp.json > /tmp/mcp.json && mv /tmp/mcp.json ~/.cursor/mcp.json
cursor --uninstall-extension thason.claude-cli-panelRelated MCP server: claude-bridge
Usage
Single tool: claude_prompt with an optional mode parameter.
claude_prompt({ prompt: "Review this code", mode: "reviewer" })Modes
Mode | Default effort | Role |
| high | Architecture analysis — boundaries, coupling, gaps |
| high | Plan creation — incremental steps, acceptance criteria |
| max | Code review — multi-lens, severity-graded |
| low | Quick research — concise, evidence-cited |
| high | Implementation — hexagonal, small batches |
Without mode, the tool passes through raw (caller controls everything).
Parameters
Param | Required | Description |
| Yes | The prompt to send |
| No | Dispatch mode (see table above) |
| No | Exact model name (e.g. |
| No |
|
| No | System prompt override |
| No | Resume a previous session |
| No | Working directory for Claude CLI |
How it works
Cursor calls the MCP tool via stdio
The server resolves mode defaults (effort, appended system prompt)
Spawns
claude --print --output-format stream-jsonwith the resolved argsParses streaming output, sends MCP progress notifications
Returns the final text result + session ID
Claude CLI reads ~/.claude/CLAUDE.md as global context regardless of cwd. Mode system prompts are appended (via --append-system-prompt), never replacing CLAUDE.md.
Files
File | Purpose |
| MCP entry point — serveStdio, tool registration |
| Dispatch mode definitions (effort + system prompt per role) |
| Spawn Claude CLI, parse stream-json, callbacks |
| Parse individual stream-json lines |
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.
Related MCP Servers
- Flicense-qualityDmaintenanceA server implementation for the Model Context Protocol (MCP) that allows Claude AI to execute commands through a command-line interface, enabling direct system interactions from within Claude.
- AlicenseAqualityDmaintenanceAn MCP server that lets host-side Claude Cowork dispatch work into Claude Code running inside your devcontainer over stdio.16MIT
- Flicense-qualityDmaintenanceAn MCP server wrapping the Cursor CLI agent, enabling Claude Code and other MCP clients to delegate tasks to Cursor's AI agent for file writing, bash commands, and codebase queries.
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server that provides a bridge to Anthropic's Claude CLI. It allows MCP-compliant clients like Claude Desktop or Gemini to start new chat sessions or continue existing ones.216ISC
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/tal-hason/claude-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server