Simple MCP server that returns "Hello World!" message. Easy to set up with any MCP-compatible AI client. ๐๐ป
{
"mcpServers": {
"hello-world": {
"command": "npx",
"args": [
"-y",
"hello-world-mcp"
]
}
}
}