hello-mcp is a tour and guide for beginners to Claude Desktop MCP Config Manager, designed to help them understand MCP (Model Context Protocol)
Hello-MCP is a helpful utility tool that enables Claude Desktop to interact with external tools via the Model Context Protocol (MCP). It simplifies the setup process and provides a seamless integration between Claude AI and your custom tools.
You can use asdf
to manage Node.js versions:
# Install asdf (if not already installed)
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.10.2
echo '. $HOME/.asdf/asdf.sh' >> ~/.bashrc
echo '. $HOME/.asdf/completions/asdf.bash' >> ~/.bashrc
# or for zsh
echo '. $HOME/.asdf/asdf.sh' >> ~/.zshrc
# Install Node.js plugin
asdf plugin add nodejs
asdf install nodejs 18.12.0 # or any version >= 14
asdf global nodejs 18.12.0
Download and install Node.js directly from the official website:
node --version
You can run Hello-MCP without installation using npx:
npx hello-mcp
This will start the setup wizard that guides you through the entire configuration process.
Hello-MCP can be used in three different modes:
npx hello-mcp
# or
npx hello-mcp setup
This interactive mode will:
npx hello-mcp mcp-server
This starts Hello-MCP as an MCP server that Claude Desktop can connect to. The server provides tools that Claude can use to perform actions.
npx hello-mcp cli [command] [options]
Available commands:
add
: Add two numbersnpx hello-mcp cli add 3 5
send-email
: Send an emailnpx hello-mcp cli send-email user@example.com "Hello from Hello-MCP"
Your API key is stored in ~/.garakrc
and has a daily limit of 50 requests. The key is automatically configured for use with Claude Desktop.
Hello-MCP supports multiple languages through a robust internationalization architecture.
Key Features:
ko.json
, en.json
) in the locales/
directory.LC_ALL
, LANG
, LANGUAGE
)..garakrc
).{variable}
).npx hello-mcp lang
command to select language via a UI.LC_ALL=en node index.js
).Hello-MCP collects anonymous usage data to improve the service:
After setup, you can try these prompts with Claude:
If you encounter any issues, please contact us at help@garak.ai
If you see โClaude will return Soon, Claude AI is currently experiencing a temporary service disruptionโ error in Claude Desktop:
If you cannot access the website:
If you encounter errors when sending emails:
npx hello-mcp
command.On Windows, instead of using asdf, download and install Node.js directly from the official website:
For more examples and tips, visit our guide:
https://garak.im/getting-started
This project is licensed under the MIT License - see the LICENSE file for details.