From the course: Unboxing AI: Build a Remote MCP Server from Zero to Deployed with OAuth

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

SDKs and setup

SDKs and setup

- Let's see how this actually works. So, first of all, there are several different SDKs you can use to build the MCP servers, you have Python, you have Java, you have JavaScript, or Node, you have C-sharp, there's a bunch of them. And all of those are available from the modelcontextprotocol GitHub repository. So here, you'll see under the Organization, you have TypeScript, Python, Java, Kotlin, C-sharp, and there's more of these coming all the time. I'm using Python here, because Python is easy to work with, it's easy to understand. TypeScript is useful for building some things, but TypeScript is also a abstracted language that sometimes is a little hard to grok. And then in addition, TypeScript requires compiling, whereas Python does not. So to use this repository, or use this SDK, you need to set up a development environment. And when you set up a development environment, you need to have all the right pieces in place first. And because this is an MCP server that will be running and…

Contents