Call tools from MCP clients
In this guide, you’ll learn how to call tools from clients.
Create an MCP Server
If you haven’t already, create an MCP Server
Run the MCP Server
From the root directory of your Server, run the following command:
HTTP transport (default)
Terminal
uv run server.py httpFor HTTP transport, view your server’s API docs at http://127.0.0.1:8000/docs .
You should see output like this in your terminal:
Terminal
INFO | Starting server v1.0.0 (my_server)
INFO | Added tool: greet
INFO | Starting MCP server on http://127.0.0.1:8000Configure your MCP Client(s)
Now you can connect your server to apps that support MCP Clients, like AI assistants and IDEs. :
Cursor IDE
Terminal
arcade configure cursor --from-localLast updated on