Back to Apps

OpenCode MCP
by alaeddinemessadi
Bridge for OpenCode AI's headless server, providing 80+ tools for autonomous coding, refactoring, and debugging.
0 stars
Works in:CursorWindsurfVS Code Copilotzed
Exposes:ToolsResourcesPrompts
What it does
OpenCode MCP bridges AI clients to the OpenCode headless API, delegating complex coding tasks like feature building, debugging, and testing to autonomous sessions that execute directly in the project codebase.
Tools
opencode_run: Dispatches a coding task and polls for completion.opencode_ask: Quick one-off question and answer session.opencode_setup: Validates server health and project status.opencode_fire: Fire-and-forget task dispatch for parallel work.opencode_review_changes: Generates a formatted diff summary of a session.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"opencode": {
"command": "npx",
"args": ["-y", "opencode-mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
- Cursor
- Windsurf
- VS Code Copilot
- Zed
- Amazon Q
Quick install
npx -y opencode-mcpInformation
- Pricing
- free
- Published
- 6/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to MCP settings: command `npx`, args `['-y', 'opencode-mcp']`Claude Desktop
{"mcpServers": {"opencode": {"command": "npx", "args": ["-y", "opencode-mcp"]}}}





