PO

Powerdrill

Created 5 months ago

A Model Context Protocol (MCP) server that provides tools to interact with Powerdrill datasets.

development documentation public

What is Powerdrill?

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:

export POWERDRILL_USER_ID="your_user_id"
export POWERDRILL_PROJECT_API_KEY="your_project_api_key"

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:

  1. Sign up for a Powerdrill Team account if you haven't already
  2. Navigate to your account settings
  3. Look for the API section where you'll find your:
  • User ID: A unique identifier for your account
  • API Key: Your authentication token for API access

License

MIT

Server Config

{
  "mcpServers": {
    "powerdrill-server": {
      "command": "npx",
      "args": [
        "powerdrill"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: Jul 02, 2025
Updated At: Aug 07, 2025
Author: powerdrillai
Category: community
License: MIT
Tags:
development documentation public