Documentation

Claude Desktop

Configure Instructionly in Claude Desktop, Anthropic's desktop application.

Prerequisites

Before you begin, make sure you have:

Configuration

Claude Desktop supports MCP servers through a JSON configuration file. Follow these steps:

  1. Open Claude Desktop
  2. Go to Settings (click the gear icon or use Cmd+,)
  3. Select Developer in the left sidebar
  4. Click Edit Config to open the configuration file
  5. Add the Instructionly server configuration (see below)
  6. Save the file and restart Claude Desktop

Add this to your claude_desktop_config.json:

claude_desktop_config.json
{
  "mcpServers": {
    "instructionly": {
      "command": "instructionly",
      "env": {
        "MCP_KEY_ID": "YOUR_MCP_KEY",
        "MCP_SECRET": "YOUR_MCP_SECRET",
        "MCP_WORKSPACE": "YOUR_WORKSPACE_SLUG"
      }
    }
  }
}
Requires Node.js 18+

Claude Desktop uses your system's Node.js to run MCP servers. If you use nvm and have older versions installed, you must uninstall them:

  1. Run nvm list to see installed versions
  2. Uninstall old versions: nvm uninstall 14.20.0 (repeat for each version below 18)
  3. Set your default: nvm alias default 22

Using Instructionly in Claude Desktop

  1. After restarting, you'll see the MCP tools icon in the chat input
  2. Ask your question including "ion"
prompt
ion, please write a blog post about productivity tips