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

  1. A DigiUsher account — sign up at app.digiusher.com
  2. At least one connected cloud data source in your DigiUsher organization

Claude.ai

  1. Go to Settings > Integrations in Claude.ai
  2. Search for DigiUsher in the MCP Server Directory, or add it manually:
    • Click Add Integration
    • Enter the server URL: https://mcp.digiusher.com/mcp
  3. You will be redirected to sign in with your DigiUsher credentials
  4. After authorization, DigiUsher tools will be available in your conversations

Claude Desktop

  1. Open Claude Desktop > Settings > Developer > Edit Config
  2. Add the following to your claude_desktop_config.json:
{
  "mcpServers": {
    "digiusher": {
      "url": "https://mcp.digiusher.com/mcp"
    }
  }
}
  1. Restart Claude Desktop
  2. 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/mcp

The OAuth flow will open in your browser automatically when you first use a DigiUsher tool.

Cursor

  1. Open Cursor > Settings > MCP
  2. Add a new MCP server:
    • Name: DigiUsher
    • Type: HTTP
    • URL: https://mcp.digiusher.com/mcp
  3. 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:

  1. Check your identity: "Who am I in DigiUsher?"
  2. List your organizations: "What organizations do I have access to in DigiUsher?"
  3. 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.