Getting Started
Connect the DigiUsher MCP Server to Claude and other AI assistants
Connect the DigiUsher MCP Server to your preferred AI assistant and start querying your cloud costs with natural language.
Server URL: https://mcp.digiusher.com/mcp
Prerequisites
- A DigiUsher account — sign up at app.digiusher.com
- At least one connected cloud data source in your DigiUsher organization
Claude.ai
- Go to Settings > Integrations in Claude.ai
- Search for DigiUsher in the MCP Server Directory, or add it manually:
- Click Add Integration
- Enter the server URL:
https://mcp.digiusher.com/mcp
- You will be redirected to sign in with your DigiUsher credentials
- After authorization, DigiUsher tools will be available in your conversations
Claude Desktop
- Open Claude Desktop > Settings > Developer > Edit Config
- Add the following to your
claude_desktop_config.json:
{
"mcpServers": {
"digiusher": {
"url": "https://mcp.digiusher.com/mcp"
}
}
}- Restart Claude Desktop
- Follow the OAuth prompt in your browser to authenticate
Claude Code (CLI)
Run the following command:
claude mcp add digiusher --transport http https://mcp.digiusher.com/mcpThe OAuth flow will open in your browser automatically when you first use a DigiUsher tool.
Cursor
- Open Cursor > Settings > MCP
- Add a new MCP server:
- Name: DigiUsher
- Type: HTTP
- URL:
https://mcp.digiusher.com/mcp
- Follow the OAuth prompt to authenticate
Other MCP Clients
Any MCP-compatible client that supports Streamable HTTP transport can connect:
- Server URL:
https://mcp.digiusher.com/mcp - Authentication: OAuth 2.0 Authorization Code flow (see Authentication)
Verify Your Connection
After connecting, try these prompts to confirm everything is working:
- Check your identity: "Who am I in DigiUsher?"
- List your organizations: "What organizations do I have access to in DigiUsher?"
- Query spending: "Show me my cloud spending for last month"
If the assistant returns your user profile and organizations, you're all set.
Troubleshooting
- OAuth prompt not appearing? Make sure pop-ups are not blocked in your browser.
- Authentication error? Ensure your DigiUsher account is active at app.digiusher.com.
- Tools not showing? Restart your MCP client after adding the server.
For more help, see the FAQ or contact DigiUsher Support.
DigiUsher Documentation