MCP Pickaxe
Rank #31,636io.github.aplaceforallmystuff/mcp-pickaxe
MCP server providing pickaxe capabilities
MCP Pickaxe is a Model Context Protocol (MCP) server published by aplaceforallmystuff. It ranks #31,636 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. MCP Pickaxe is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Nov 27, 2025 and most recently updated on Nov 27, 2025.
Ranks ahead of 83,955 of 115,591 servers on MCP Toplist.
Use MCP Pickaxe
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-pickaxe -e "PICKAXE_API_KEY=<your PICKAXE_API_KEY>" -e "PICKAXE_STUDIO_ID=<your PICKAXE_STUDIO_ID>" -- npx -y mcp-pickaxeReplace each placeholder with your own value before saving.
[mcp_servers.mcp-pickaxe]
command = "npx"
args = ["-y", "mcp-pickaxe"]
[mcp_servers.mcp-pickaxe.env]
PICKAXE_API_KEY = "<your PICKAXE_API_KEY>"
PICKAXE_STUDIO_ID = "<your PICKAXE_STUDIO_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pickaxe": {
"command": "npx",
"args": [
"-y",
"mcp-pickaxe"
],
"env": {
"PICKAXE_API_KEY": "<your PICKAXE_API_KEY>",
"PICKAXE_STUDIO_ID": "<your PICKAXE_STUDIO_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pickaxe": {
"command": "npx",
"args": [
"-y",
"mcp-pickaxe"
],
"env": {
"PICKAXE_API_KEY": "<your PICKAXE_API_KEY>",
"PICKAXE_STUDIO_ID": "<your PICKAXE_STUDIO_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pickaxe": {
"command": "npx",
"args": [
"-y",
"mcp-pickaxe"
],
"env": {
"PICKAXE_API_KEY": "<your PICKAXE_API_KEY>",
"PICKAXE_STUDIO_ID": "<your PICKAXE_STUDIO_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pickaxe": {
"command": "npx",
"args": [
"-y",
"mcp-pickaxe"
],
"env": {
"PICKAXE_API_KEY": "<your PICKAXE_API_KEY>",
"PICKAXE_STUDIO_ID": "<your PICKAXE_STUDIO_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.aplaceforallmystuff%2Fmcp-pickaxe)<a href="https://mcptoplist.com/server/io.github.aplaceforallmystuff%2Fmcp-pickaxe"><img src="https://mcptoplist.com/badge/io.github.aplaceforallmystuff%2Fmcp-pickaxe.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
aplaceforallmystuff
Other servers by aplaceforallmystuff
- MCP Arr#2,106 · 2 vers
- MCP Kit#12,695 · 2 vers
- MCP Pihole#14,925 · 2 vers
- MCP Threatintel#14,926 · 2 vers
- MCP Fantastical Server#17,196
- mcp-local-llm#23,310
- mcp-tailscale#23,712
- Spain AI Kit#26,314
- mcp-wisdom#33,268
- WordPress Abilities MCP Server#33,269
- MCP Homescan Server#52,928
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Nov 27, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Pickaxe?
- MCP Pickaxe is maintained by aplaceforallmystuff, which publishes 12 MCP servers (10 total versions) tracked on MCP Toplist.
- Is MCP Pickaxe listed on the Official MCP Registry?
- Yes — MCP Pickaxe is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Pickaxe have?
- MCP Toplist tracks 2 versions of MCP Pickaxe, most recently published on Nov 27, 2025.
- Where can I find the source code for MCP Pickaxe?
- The source code for MCP Pickaxe is hosted at github.com/aplaceforallmystuff/mcp-pickaxe.