
A fetch API based, remote server first, TypeScript SDK for MCP.
About
ยท
Documentation
ยท
Contributing
๐ง Warning! In active development! ๐ง
Attributions
Inspired by (with MIT Licensed attributions) - modelcontextprotocol/typescript-sdk
@zuplo/mcp is a remote server first MCP SDK that aims to be "minimum common API" compliant as defined by the WinterTC.
It uses the fetch APIs and is intended to work out of the box on Zuplo, Node, Deno, Workerd, etc.
- Create an MCP server:
const server = new MCPServer({
name: "Example Server",
version: "1.0.0",
});- Add some tools: