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_KEYrequiredsecretYour Pickaxe studio API key
PICKAXE_STUDIO_IDrequiredYour 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-pickaxeRelated MCP servers
Unified MCP server for *arr media suite—manage Sonarr, Radarr, Lidarr, and Prowlarr from Claude or ChatGPT.
168
View repository →JavaScript
MIT
Unified threat intel - OTX, AbuseIPDB, GreyNoise, abuse.ch, Feodo Tracker
6
View repository →JavaScript
MIT
MCP server for Kit.com (ConvertKit) - manage subscribers, tags, sequences, broadcasts
4
View repository →JavaScript
MIT
Pi-hole v6 MCP server - manage DNS blocking, stats, whitelists/blacklists
3
View repository →JavaScript
MIT