test-mcp

test-mcp

3.3

If you are the rightful owner of test-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Test MCP is a model context protocol server designed to facilitate communication between clients and servers using the MCP framework.

Test MCP

Diagram: https://excalidraw.com/#json=uRRaOjlO8rV6Og36vjPEj,LRARtOLrhz0VdTFIxjH8Rg

MCP Clients:

For development (using uv to manage Python environments):

uv run mcp dev server.py

Installation (claude_desktop_config.json):

{
  "mcpServers": {
    "Test MCP": {
      "command": "uv",
      "args": [
        "--directory",
        "/Users/admin/Projects/test-mcp",
        "run",
        "server.py"
      ],
      "timeout": 600
    }
  }
}