Skip to content
Claude Desktop

mcp pickaxe for Claude Desktop

io.github.aplaceforallmystuff/mcp-pickaxe

MCP server for Pickaxe API - manage AI agents, knowledge bases, users, and analytics

client:Claude Desktop transport:stdio runtime:npm

Install mcp pickaxe in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-pickaxe": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-pickaxe"
      ],
      "env": {
        "PICKAXE_API_KEY": "<PICKAXE_API_KEY>",
        "PICKAXE_STUDIO_ID": "<PICKAXE_STUDIO_ID>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mcp pickaxe in other clients