Check MCP server smoke-test docs for startup, tool listing, sample calls, and failure handling.
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-server-smoke-tes": {
"command": "npx",
"args": [
"-y",
"aolingge/mcp-server-smoke-test"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-smoke-tes npx -y aolingge/mcp-server-smoke-test
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-smoke-tes": {
"command": "npx",
"args": [
"-y",
"aolingge/mcp-server-smoke-test"
]
}
}
}