Skip to content

Jageenshukla Hello World

Free

by MCP Community

Welcome to the **Hello World MCP Server**! This project demonstrates how to set up a server using the [Model Context Protocol (MCP)](https://github.com/modelcon

v1.0.1Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Jageenshukla Hello World MCP Server

Welcome to the Hello World MCP Server! This project demonstrates how to set up a server using the [Model Context Protocol (MCP)](https://github.com/modelcon

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @iflow-mcp/jageenshukla-hello-world-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "jageenshukla-hello-world": {
      "command": "npx",
      "args": ["-y", "@iflow-mcp/jageenshukla-hello-world-mcp-server"]
    }
  }
}