# Powerdrill MCP Server

Authenticate and interact with your Powerdrill datasets effortlessly. List datasets, get detailed information, and create jobs using natural language questions. Enhance your data analysis capabilitie…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add powerdrillai/powerdrill-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list powerdrillai/powerdrill-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get powerdrillai/powerdrill-mcp mcp_powerdrill_list_datasets

# Call a tool
npx -y @smithery/cli@latest tool call powerdrillai/powerdrill-mcp mcp_powerdrill_list_datasets '{}'
```

## Tools (9)

- `mcp_powerdrill_list_datasets`
- `mcp_powerdrill_get_dataset_overview`
- `mcp_powerdrill_create_job`
- `mcp_powerdrill_create_session`
- `mcp_powerdrill_list_data_sources`
- `mcp_powerdrill_list_sessions`
- `mcp_powerdrill_create_dataset`
- `mcp_powerdrill_create_data_source_from_local_file`
- `mcp_powerdrill_delete_dataset`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get powerdrillai/powerdrill-mcp <tool-name>
```

---

Source: https://github.com/powerdrillai/powerdrill-mcp | License: MIT
