Loading MCP server directory, please wait...
A simple MCP server example written in TypeScript that provides a multiplication tool.
npx @getmcp/cli add io.github.GstXu/mcp_testRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.GstXu/mcp_test": {
"command": "npx",
"args": [
"-y",
"@pangq/mcp_test"
]
}
}
}