Interact with Powerdrill datasets, authenticated with [Powerdrill](https://powerdrill.ai) User ID and Project API Key.
Documentation
Powerdrill MCP Server
Features
Authenticate with Powerdrill using User ID and Project API Key
List available datasets in your Powerdrill account
Get detailed information about specific datasets
Create and run jobs on datasets with natural language questions
Integration with Claude Desktop and other MCP-compatible clients
Installation# Installing via Smithery
To install powerdrill-mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @powerdrillai/powerdrill-mcp --client claude
```\n\n### From npm
```bash\n\n# Install globally
npm install -g @powerdrillai/powerdrill-mcp\n\n# Or run directly with npx
npx @powerdrillai/powerdrill-mcp
```\n\n### From Source
Clone this repository and install dependencies:
```bash
git clone https://github.com/yourusername/powerdrill-mcp.git
cd powerdrill-mcp
npm install
```\n\n## CLI Usage
If installed globally:
```bash\n\n# Start the MCP server
powerdrill-mcp
If using npx:
npx -y @powerdrillai/powerdrill-mcp@latest
You'll need to configure environment variables with your Powerdrill credentials before running:
Or create a .env file with these values.\n\n## Prerequisites
To use this MCP server, you'll need a Powerdrill account with valid API credentials (User ID and API Key). Here's how to obtain them:
Sign up for a Powerdrill Team account if you haven't already