MCP Sample Server logo

MCP Sample Server

by swatDong

This repository provides a sample MCP server implementation for debugging in VSCode. It includes examples in both Python and TypeScript and integrates with the MCP Inspector for easy testing.

View on GitHub

Last updated: N/A

Debug MCP Server in VSCode

This repo showcases sample MCP server and debugging in VSCode.

The sample MCP server is the same as MCP Quick Start, in Python / TypeScript.

When debugging, it launches MCP Inspector that you can easily test those tools in browser.

To get started, clone this repo and navigate to your preferred language.

  • Python

    • > cd python-weather/

    • > code .

    • Follow the steps in its README.md

  • TypeScript

    • > cd typescript-weather/

    • > code .

    • Follow the steps in its README.md

MCP Sample Server - MCP Server | MCP Directory