Content
# 🤖 MCP Client as a durable object
This example shows a working pattern using durable objects as an MCP client.
To start, install depdencies in `/` and `/server`
```
npm i
```
To start the server, run `npm run start` in `server/`
To start the client, run `npm run start` in `/`
Ask `Can you add 5 and 6`?
The client will make a call to the server, get the response and show it to the client.
## License
MIT
You Might Also Like
Ollama
Ollama enables easy access to large language models on various platforms.

n8n
n8n is a secure workflow automation platform for technical teams with 400+...
OpenWebUI
Open WebUI is an extensible web interface for customizable applications.

Dify
Dify is a platform for AI workflows, enabling file uploads and self-hosting.

Zed
Zed is a high-performance multiplayer code editor from the creators of Atom.
MarkItDown MCP
markitdown-mcp is a lightweight MCP server for converting various URIs to Markdown.