mcp test for Cursor
io.github.gstxu/mcp_test
A simple MCP server example written in TypeScript that provides a multiplication tool.
client:Cursor
transport:stdio
runtime:npm
Install mcp test in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp_test": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pangq/mcp_test"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs