http for Cursor
io.github.dave-london/http
MCP server for HTTP requests (curl) with structured, token-efficient output
client:Cursor
transport:stdio
runtime:npm
Install http in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"http": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@paretools/http"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs