mcp-server-demo

SonPhatTranDeveloper/mcp-server-demo

3.1

If you are the rightful owner of mcp-server-demo 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.

The Model Context Protocol (MCP) server is a framework that facilitates communication between clients and servers using a structured protocol, enabling seamless integration and interaction with various services.

Example MCP Server

Setting up Claude MCP Client

{
    "mcpServers": {
        "joke-and-weather": {
            // Replace this with the path to your Python
            "command": "/Users/user/Desktop/Python/my-mcp-demo/.venv/bin/python",
            "args": [
                // Replace this with the path to your main.py
                "/Users/user/Desktop/Python/my-mcp-demo/main.py"
            ]
        }
    }
}