An interactive Kotlin notebook that demonstrates connecting to a remote MCP server and calling tools.
This notebook walks through building an MCP client step by step: creating a Ktor HTTP client,
initializing an MCP Client, connecting via StreamableHttpClientTransport, and interacting with
the server (ping, list tools, call tools). It connects to the public
Microsoft Learn MCP Server as an example.
- Kotlin Jupyter kernel or IntelliJ IDEA with the Kotlin Notebook plugin
- Internet access (the notebook connects to an external MCP server)
- Open
McpClient.ipynbin IntelliJ IDEA (with Kotlin Notebook plugin) or in Jupyter with the Kotlin kernel installed. - Run cells sequentially from top to bottom.
- Adding MCP SDK dependencies in a notebook environment
- Creating a Ktor
HttpClientwith SSE and logging plugins - Creating an MCP
Clientand connecting viaStreamableHttpClientTransport - Sending a
pingrequest - Listing available tools from the remote server
- Calling a tool (
microsoft_docs_search) and displaying results