toolkit mcp server for Claude Desktop
io.github.cyanheads/toolkit-mcp-server
Generate IDs, QR codes, and hashes, encode values, geolocate IPs, plus gated host diagnostics.
client:Claude Desktop
transport:streamable-http
runtime:npm
tools:5
Install toolkit mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"toolkit-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://toolkit.caseyjhand.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs