mcp-opencode
An MCP server that lets an AI coding agent delegate implementation work to the OpenCode CLI, choosing an explicit provider + model on every call.
README
MCP CLI workspace
This private npm workspace contains two independent MCP stdio servers. They are separate packages, separate executable processes, and separate published identities:
mcp-opencodedelegates to the OpenCode CLI. Published on npm:mcp-opencode.mcp-grokwraps the installed Grok Build CLI. Published on npm:mcp-grok.
Both servers are published and installable directly via npx (see below).
Neither server is a combined router, and there is deliberately no shared core package yet. Each package owns its CLI adapter, policy, parser, queue, tests, and runtime dependencies so either package can be installed and published on its own.
Quick start
npm install
npm run build
npm test
Register either published server directly with an MCP client:
# OpenCode-backed server
npx -y mcp-opencode
# Grok Build CLI-backed server
npx -y mcp-grok
For Claude Code, add the desired server with claude mcp add; for Codex, use
codex mcp add. Package-specific READMEs contain complete commands, tool
schemas, environment variables, prerequisites, and security limitations:
Workspace development
Run one package in isolation when iterating:
npm run build --workspace mcp-opencode
npm test --workspace mcp-opencode
npm run build --workspace mcp-grok
npm test --workspace mcp-grok
The root package is private and has no bin, files, or publishable package
behavior. Do not commit, publish, or rename the repository as part of local
development.
License
The workspace and both packages are MIT licensed. Each publishable package
contains its own copy of LICENSE.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.