opencode-mcp-tools

simplifaisoul/opencode-mcp-tools
★ 1 stars Unknown language 💻 Code/Dev Tools Updated 4d ago
MCP tools and n8n workflow templates for opencode development
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "opencode-mcp-tools": {
      "command": "npx",
      "args": [
        "-y",
        "simplifaisoul/opencode-mcp-tools"
      ]
    }
  }
}