Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>CourierNew to Visual Studio Code? Get it now.
Courier

Courier

babuus

|
2 installs
| (0) | Free
A Postman-like debugger for Model Context Protocol (MCP) - Test tools, resources, and prompts with ease
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

MCP Debugger

A Postman-like debugger for Model Context Protocol (MCP) servers directly in VS Code.

MCP Debugger License

Features

  • 🔌 Multiple Transport Support: Connect to MCP servers via STDIO or HTTP (SSE)
  • 🛠️ Interactive Tool Testing: Browse and execute tools with a user-friendly interface
  • 📝 Resource Management: View and access server resources
  • 💡 Prompt Explorer: List and test server prompts
  • 🎨 Modern UI: Clean, intuitive interface integrated into VS Code

Installation

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X)
  3. Search for "MCP Debugger"
  4. Click Install

Usage

Opening the Debugger

  1. Click on the MCP Debugger icon in the Activity Bar (left sidebar)
  2. Or use Command Palette (Ctrl+Shift+P) and search for "MCP Debugger: Open"

Connecting to an MCP Server

STDIO Connection

  1. Select "Studio" as the connection type
  2. Enter the command to run your MCP server
  3. Add any required arguments
  4. Click "Connect"

HTTP/SSE Connection

  1. Select "HTTP" as the connection type
  2. Enter the server URL (e.g., http://localhost:3000/sse)
  3. Click "Connect"

Testing Tools

  1. Once connected, navigate to the "Tools" tab
  2. Select a tool from the list
  3. Fill in the required parameters
  4. Click "Execute" to run the tool
  5. View the response in the output panel

Viewing Resources

  1. Navigate to the "Resources" tab
  2. Browse available resources
  3. Click on a resource to view its contents

Testing Prompts

  1. Navigate to the "Prompts" tab
  2. Select a prompt from the list
  3. Fill in any required arguments
  4. View the rendered prompt

Requirements

  • VS Code version 1.90.0 or higher
  • Node.js (for STDIO connections)

Extension Settings

This extension currently does not add any VS Code settings.

Known Issues

  • SSE connections require the eventsource polyfill (included)

Release Notes

0.0.1

  • Initial release
  • STDIO and HTTP/SSE transport support
  • Tool execution with JSON parameter input
  • Resource viewing
  • Prompt testing

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This extension is licensed under the MIT License.

Acknowledgments

  • Model Context Protocol for the MCP specification
  • The VS Code extension development community
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft