PowerTools Developer Claude Desktop Config
Add the PowerTools Developer MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace your_powertools_developer_api_key with your actual powertools developer api key
Endpoints
POST
/AddToCollectionCollections - Add to collection
POST
/CSVtoJSONData - CSV to JSON
POST
/CalculateAbsoluteMath - Calculate Absolute
POST
/CalculateAdditionMath - Calculate Addition
POST
/CalculateAverageMath - Calculate average
POST
/CalculateCosineMath - Calculate Cosine
POST
/CalculateDivisionMath - Calculate Division
POST
/CalculateLogarithmMath - Calculate Logarithm
POST
/CalculateMedianMath - Calculate median
POST
/CalculateMinMaxMath - Calculate minimum or maximum