MCP Example \
\ Create environment\
uv init mcp-server-demo\
\
cd mcp-server-demo\
\
uv add "mcp[cli]"\
\
uv run mcp\\ Usage: _mcp [OPTIONS] COMMAND [ARGS]_\ \
MCP development tools\
\
- Options\
\ --help\ \ Commands\ \ _version_ \u003e Show the MCP version\ \ _dev_ \u003e Run a MCP server with the MCP Inspector\ \ _run_ \u003e Run a MCP Server\ \ _install_ \u003e Install a MCP server in the Claude desktop app\ \ Example _(open MCP dev Inspector)_:\
uv run mcp dev \u003cMYPYTHONFILE\u003e\
\
# Example output:\
Starting MCP inspector...\
⚙️ Proxy server listening on port \u003cPORT\u003e\
🔍 MCP Inspector is up and running at http://127.0.0.1:\u003cPORT\u003e 🚀\
\