@mcp-workbench/demo-mcp
v0.2.0
Published
Demo MCP server for MCP Workbench — tools, resources, and prompts out of the box
Downloads
310
Maintainers
Readme
@mcp-workbench/demo-mcp
A ready-to-use demo MCP server for MCP Workbench.
Exposes sample tools, resources, and prompts — perfect for trying out MCP Workbench without writing any server code.
Install
npm install -g @mcp-workbench/demo-mcpUsage
# Start the demo server (stdio transport)
mcp-workbench-demo
# Inspect with MCP Workbench
npm install -g @mcp-workbench/cli
mcp-workbench inspect --command mcp-workbench-demo
# Run the example test suite
mcp-workbench run examples/fixtures/demo-mcp.yaml --verboseWhat's included
| Capability | Examples |
|------------|----------|
| Tools | get_weather — returns weather for a city |
| Resources | Note resources with text content |
| Prompts | Greeting prompt with customizable name |
Built with
- @modelcontextprotocol/sdk
- MCP spec version
2025-11-25
Links
- MCP Workbench — the testing platform
- Example test specs
