A simple Model Context Protocol (MCP) server that provides various tools to test edge cases with MCP clients. Useful for testing error handling in MCP clients.
{
"mcpServers": {
"mcp-test-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A simple Model Context Protocol (MCP) server that provides various tools to test edge cases with MCP clients. Useful for testing error handling in MCP clients.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
Apache-2.0. View license →
Is it maintained?
Last commit 38 days ago. 1 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for Mcp Test Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A simple Model Context Protocol (MCP) server that provides various tools to test edge cases with MCP clients. Useful for testing error handling in MCP clients.
cargo install --git https://github.com/dastrobu/mcp-test-server
Or build from source:
git clone https://github.com/dastrobu/mcp-test-server
cd mcp-test-server
cargo build --release
Run the server using stdio (default):
mcp-test-server
# or
mcp-test-server --transport stdio
Run the server using HTTP (Streamable HTTP):
mcp-test-server --transport http --port 3000
The server follows the Model Context Protocol specification.
duration_seconds (integer) and sleeps for that amount of time before returning success.type (one of png, gif, jpeg, webp, avif), and optionally audience (array of user and/or assistant) and priority (float from 0.0 to 1.0) for annotations.name (string) and input_json_schema (object).name (string).type (enum: png, gif, jpeg, webp, avif) and optional audience and priority.level (enum: debug, info, notice, warning, error, critical, alert, emergency), message (string), and optional logger (string).