PluginBench
MCP Server
Maintained
MIT

io.github.aplaceforallmystuff/mcp-pickaxe MCP Server

io.github.aplaceforallmystuff/mcp-pickaxe

What is the io.github.aplaceforallmystuff/mcp-pickaxe MCP server?

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

How to install io.github.aplaceforallmystuff/mcp-pickaxe

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • PICKAXE_API_KEY
    required
    secret

    Your Pickaxe studio API key

  • PICKAXE_STUDIO_ID
    required

    Your Pickaxe studio ID

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-pickaxe": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-pickaxe"
      ],
      "env": {
        "PICKAXE_API_KEY": "<YOUR_PICKAXE_API_KEY>",
        "PICKAXE_STUDIO_ID": "<YOUR_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": "<YOUR_PICKAXE_STUDIO_ID>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-pickaxe": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-pickaxe"
      ],
      "env": {
        "PICKAXE_API_KEY": "<YOUR_PICKAXE_API_KEY>",
        "PICKAXE_STUDIO_ID": "<YOUR_PICKAXE_STUDIO_ID>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-pickaxe": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-pickaxe"
      ],
      "env": {
        "PICKAXE_API_KEY": "<YOUR_PICKAXE_API_KEY>",
        "PICKAXE_STUDIO_ID": "<YOUR_PICKAXE_STUDIO_ID>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-pickaxe --env PICKAXE_API_KEY=<YOUR_PICKAXE_API_KEY> --env PICKAXE_STUDIO_ID=<YOUR_PICKAXE_STUDIO_ID> -- npx -y mcp-pickaxe

Related MCP servers

Unified MCP server for *arr media suite—manage Sonarr, Radarr, Lidarr, and Prowlarr from Claude or ChatGPT.

168
JavaScript
MIT
View repository →

Unified threat intel - OTX, AbuseIPDB, GreyNoise, abuse.ch, Feodo Tracker

6
JavaScript
MIT
View repository →

MCP server for Kit.com (ConvertKit) - manage subscribers, tags, sequences, broadcasts

4
JavaScript
MIT
View repository →

Pi-hole v6 MCP server - manage DNS blocking, stats, whitelists/blacklists

3
JavaScript
MIT
View repository →