rwachters/mcp-hello-world
A Kotlin 'Hello World' example for the Model Context Protocol (MCP). This client-server demo uses STDIO for communication, where the client launches an MCP server to execute a simple 'greet' tool. Ideal for understanding MCP's fundamentals without complex LLM integrations.
Platform-specific configuration:
{
"mcpServers": {
"mcp-hello-world": {
"command": "npx",
"args": [
"-y",
"mcp-hello-world"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...