MCP.so
Sign In

Example MCP server and client

@marhoy

About Example MCP server and client

Testing MCP server and client

Basic information

Category

Other

License

MIT

Runtime

python

Transports

stdio

Publisher

marhoy

Config

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

{
  "mcpServers": {
    "mcp-testing-marhoy": {
      "command": "uv",
      "args": [
        "run",
        "mcp-server"
      ]
    }
  }
}

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 Example MCP server and client?

How to use Example MCP server and client?

Start the MCP server with uv run mcp-server, debug mode with mcp dev src/mcp_testing/server/fastmcp.py, or the FastAPI server with uv run api-server.

Key features of Example MCP server and client

Use cases of Example MCP server and client

FAQ from Example MCP server and client

Comments

More Other MCP servers