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:
stdio transport (default)
Terminal
uv run server.py stdioYou 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