← Back to browse

mcp-pickaxe

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPICKAXE_API_KEY PICKAXE_STUDIO_ID
Claude Code
claude mcp add --env PICKAXE_API_KEY= --env PICKAXE_STUDIO_ID= mcp-pickaxe -- npx mcp-pickaxe
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-pickaxe","command":"npx","args":["mcp-pickaxe"],"env":{"PICKAXE_API_KEY":"","PICKAXE_STUDIO_ID":""}}'
JSON
{
  "mcpServers": {
    "mcp-pickaxe": {
      "command": "npx",
      "args": [
        "mcp-pickaxe"
      ],
      "env": {
        "PICKAXE_API_KEY": "",
        "PICKAXE_STUDIO_ID": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.