← Index

io.github.aplaceforallmystuff/mcp-pickaxe

io.github.aplaceforallmystuff/mcp-pickaxe·v1.0.1·Analytics
Quality Score
76
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-pickaxe": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-pickaxe"
      ],
      "env": {
        "PICKAXE_API_KEY": "<your-pickaxe_api_key>",
        "PICKAXE_STUDIO_ID": "<pickaxe_studio_id>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-pickaxe": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-pickaxe"
      ],
      "env": {
        "PICKAXE_API_KEY": "<your-pickaxe_api_key>",
        "PICKAXE_STUDIO_ID": "<pickaxe_studio_id>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-pickaxe
§02  Environment variables
PICKAXE_API_KEY
requiredsecret

Your Pickaxe studio API key

PICKAXE_STUDIO_ID
required

Your Pickaxe studio ID

§03  MCP Quality Score  ·  methodology
freshness
16
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Analytics