Tools
Freeby MCP Community
Shared MCP tool definitions for AuthJoy
v0.1.0Added Apr 12, 2026
Tools MCP Server
Shared MCP tool definitions for AuthJoy
Installation
npx -y @authjoyio/mcp-tools
Reviews
Installation
Quick install
npx -y @authjoyio/mcp-tools
Add to claude_desktop_config.json
{
"mcpServers": {
"tools": {
"command": "npx",
"args": ["-y", "@authjoyio/mcp-tools"]
}
}
}