Skip to content
MCP-Bridge
AI & ML

PowerTools Developer Claude Desktop Config

Add the PowerTools Developer MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "apptigent-com": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/apptigent-com"
      ],
      "env": {
        "POWERTOOLS_DEVELOPER_API_KEY": "your_powertools_developer_api_key"
      }
    }
  }
}

Environment Variables

POWERTOOLS_DEVELOPER_API_KEY

Replace your_powertools_developer_api_key with your actual powertools developer api key

Endpoints

POST/AddToCollection

Collections - Add to collection

POST/CSVtoJSON

Data - CSV to JSON

POST/CalculateAbsolute

Math - Calculate Absolute

POST/CalculateAddition

Math - Calculate Addition

POST/CalculateAverage

Math - Calculate average

POST/CalculateCosine

Math - Calculate Cosine

POST/CalculateDivision

Math - Calculate Division

POST/CalculateLogarithm

Math - Calculate Logarithm

POST/CalculateMedian

Math - Calculate median

POST/CalculateMinMax

Math - Calculate minimum or maximum