Small TypeScript MCP server exposed over Streamable HTTP with a few demo tools for testing clients and transports.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-test-server": {
"command": "npx",
"args": [
"-y",
"jurgen178/mcp-test-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-test-server npx -y jurgen178/mcp-test-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-test-server": {
"command": "npx",
"args": [
"-y",
"jurgen178/mcp-test-server"
]
}
}
}