> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trysemoia.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Claude

> Manual configuration for Claude

### Claude Code

See [Claude Code MCP docs](https://code.claude.com/docs/en/mcp) for more info.

```bash theme={null}
claude mcp add opennote -- opennote mcp run
```

***

### Claude Desktop

**macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json`\
**Windows:** `%APPDATA%\Claude\claude_desktop_config.json`

```json theme={null}
{
  "mcpServers": {
    "opennote": {
      "command": "opennote",
      "args": ["mcp", "run"]
    }
  }
}
```

***

*For common issues, see our [Troubleshooting](/support#troubleshooting) page.*
