MCP.so
Sign In

Test Mcp Helloworld

@nacharyadev

About Test Mcp Helloworld

Hello world example for MCP server

Basic information

Category

Developer Tools

Runtime

python

Transports

stdio

Publisher

nacharyadev

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "test-mcp-helloworld": {
      "command": "python",
      "args": [
        "server.py"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Test Mcp Helloworld?

Test Mcp Helloworld is an MCP server that provides a FastAPI server and can be run directly via the Model Context Protocol. It is intended for use with Claude Desktop or other MCP clients.

How to use Test Mcp Helloworld?

Run the standalone FastAPI server with uvicorn server:app --reload --port 3000. Alternatively, run the MCP directly with mcp dev server.py and then access http://localhost:5173 — select Transport type STDIO, Command python, and Arguments server.py.

Key features of Test Mcp Helloworld

Use cases of Test Mcp Helloworld

FAQ from Test Mcp Helloworld

Comments

More Developer Tools MCP servers