Practical AI automation systems using Claude API—featuring autonomous agents, email triage workflows, research tools, and database-integrated MCP servers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-hello-world": {
"command": "uvx",
"args": [
"claude-hello-world"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add claude-hello-world uvx claude-hello-world
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-hello-world": {
"command": "uvx",
"args": [
"claude-hello-world"
]
}
}
}
📋 Copy
Or install with pip: pip install claude-hello-world