Skip to Content
HomeBuild toolsCall tools from MCP clients

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:

Terminal
uv run server.py stdio

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:8000

Configure your MCP Client(s)

Now you can connect your server to apps that support MCP Clients, like AI assistants and IDEs. :

Terminal
arcade configure cursor --from-local
Last updated on