Skip to content
Back to search
30
MCP

mcp-server-opencode

npm/mcp-server-opencode

MCP server that lets any MCP host (Claude Code, Codex CLI, Cursor, etc.) drive OpenCode and delegate tasks asynchronously to its agents

Uptime
0.0%
14 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

codex-mcp-server
MCP server wrapper for OpenAI Codex CLI that enables Claude Code to leverage Codex's AI capabilities directly.
0 tools
@opencodereview/mcp-server
MCP Server for Open Code Review - AI code quality gate for Claude Desktop, Cursor, Windsurf, VS Code Copilot
0 tools
agent-mcp-hub
One MCP server bridging the Codex, Cursor, OpenCode, and Claude CLI agents
0 tools
@leo000001/claude-code-mcp
MCP server that runs Claude Code as tools — start coding agents, poll their progress, and control permissions from any MCP client
0 tools
@ask-llm/codex-mcp
MCP server for OpenAI Codex CLI integration - for Claude IDE and other IDEs
0 tools
Claude Code MCP Server
Use Claude Code as an MCP server.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mcp-server-opencode": {
      "url": "None",
      "transport": "http"
    }
  }
}