Stats
Actions
Tags
From toolkit-mcp-server
Local MCP server that provides a toolkit of utility tools and resources for Claude Code, including file operations, data processing, and system interactions.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"toolkit-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/toolkit-mcp-server"
],
"env": {
"MCP_TRANSPORT_TYPE": "stdio"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
MCP_TRANSPORT_TYPE=stdionpx claudepluginhub cyanheads/cyanheads --plugin toolkit-mcp-server