Skip to content

Octomind

Free

by MCP Community

an mcp server for the octomind platform

v1.4.1Added Apr 12, 2026
mcpoctomind
Works with:ClaudeGPTGeminiCopilot

Octomind MCP Server

an mcp server for the octomind platform

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @octomind/octomind-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "octomind": {
      "command": "npx",
      "args": ["-y", "@octomind/octomind-mcp"]
    }
  }
}