From local-test-mcp
Runs locally as the 'everything' MCP server, extending Claude Code with multiple tools, data sources, and prompt templates. No secrets required.
npx claudepluginhub wulawulu/learn-claude-code-rsAdd to your .mcp.json:
{
"mcpServers": {
"everything": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-everything@2025.8.18"
]
}
}
}npx