Claude Desktop
Configure Instructionly in Claude Desktop, Anthropic's desktop application.
Prerequisites
Before you begin, make sure you have:
- Your MCP credentials
- The Instructionly CLI installed
Configuration
Claude Desktop supports MCP servers through a JSON configuration file. Follow these steps:
- Open Claude Desktop
- Go to Settings (click the gear icon or use Cmd+,)
- Select Developer in the left sidebar
- Click Edit Config to open the configuration file
- Add the Instructionly server configuration (see below)
- 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:
- Run
nvm listto see installed versions - Uninstall old versions:
nvm uninstall 14.20.0(repeat for each version below 18) - Set your default:
nvm alias default 22
Using Instructionly in Claude Desktop
- After restarting, you'll see the MCP tools icon in the chat input
- Ask your question including "ion"
prompt
ion, please write a blog post about productivity tips