Connect your AI assistant to Reaudit in under a minute
The Reaudit MCP server is hosted at mcp.reaudit.io. No installation or Node.js required -- just add a URL to your MCP client.
{
"mcpServers": {
"reaudit": {
"url": "https://mcp.reaudit.io/sse?apiKey=YOUR_API_KEY"
}
}
}Replace YOUR_API_KEY with the key from Step 1.
Connect directly from the Claude.ai web interface using OAuth -- no API key needed.
https://mcp.reaudit.io/mcpAdd the following to your Claude Desktop configuration file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"reaudit": {
"url": "https://mcp.reaudit.io/mcp"
}
}
}Restart Claude Desktop after saving the file. You'll be prompted to sign in to your Reaudit account via OAuth when the server connects.
{
"mcp": {
"servers": {
"reaudit": {
"url": "https://mcp.reaudit.io/sse?apiKey=YOUR_API_KEY"
}
}
}
}{
"mcpServers": {
"reaudit": {
"url": "https://mcp.reaudit.io/sse?apiKey=YOUR_API_KEY"
}
}
}Run in your terminal:
claude mcp add --transport http reaudit https://mcp.reaudit.io/mcp?apiKey=YOUR_API_KEYFlags like --transport must come before the server name. Use --scope project to share the config with your team via .mcp.json.
The server supports two transports. Use whichever your client supports:
Streamable HTTP (recommended for newer clients)
https://mcp.reaudit.io/mcp?apiKey=YOUR_API_KEYSSE (legacy, for older clients)
https://mcp.reaudit.io/sse?apiKey=YOUR_API_KEYNo local installation or Node.js required. Both transports support API key authentication.
On this page