Skip to content
Cursor

mcp test for Cursor

io.github.bharath-krishna/mcp-test

A simple MCP server with an echo tool for testing purposes

client:Cursor transport:stdio runtime:pypi

Install mcp test in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-test": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-echo-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp test in other clients