📦
Test MCP Server
Provide a basic MCP server implementation for testing purposes. Enable interaction with tools, resources, and prompts in a controlled environment. Facilitate MCP protocol compliance verification and development.
0 installs
1 stars
Trust: 41 — Fair
Devtools
Installation
npx test-mcp-serverAsk AI about Test MCP Server
Powered by Claude · Grounded in docs
I know everything about Test MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
MCP Command Server
A simple Model Context Protocol (MCP) server implementation using the command transport format.
{
"arguments": {
"operation": "add",
"x": 3,
"y": 5
},
"name": "calculate"
}
{
"arguments": {
"expression": "3+5"
},
"name": "calculator"
}
{
"arguments": {},
"name": "getImage"
}
