Skip to main content

Claude Code

See Claude Code MCP docs for more info.
claude mcp add semoia https://beta.trysemoia.com/api/mcp --header "Authorization: Bearer YOUR_API_KEY" --header "Origin: https://beta.trysemoia.com"

Claude Desktop

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "semoia": {
      "url": "https://beta.trysemoia.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY",
        "Origin": "https://beta.trysemoia.com"
      }
    }
  }
}

For common issues, see our Troubleshooting page.