Skip to main content
Connect to MCP servers that use SSE transport with MCPTools and MultiMCPTools.
client.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Prepare Node.js

The MCP server runs with npx. Install Node.js, then verify the commands:
4

Export your OpenAI API key

5

Clone Agno

Clone the repository and run the remaining commands from its root:
6

Start the SSE server

In another terminal, start the companion MCP server on port 8000:
7

Run the example

Run the example from the repository root:
Full source: cookbook/91_tools/mcp/sse_transport/client.py