hoppscotch-desktop-mcp
v1.0.0
Published
MCP server for Hoppscotch Desktop — list collections, export via PAT, run requests and collections from Cursor
Downloads
141
Maintainers
Readme
hoppscotch-desktop-mcp
MCP server for Hoppscotch Desktop + cloud team collections.
Connect from Cursor (or any MCP client) to:
- Read open requests from Hoppscotch Desktop local store
- Export team collections/environments via Personal Access Token (PAT)
- Run collections via
@hoppscotch/cli - Execute individual REST requests with
<<variable>>resolution from Desktop global env
Requirements
- Node.js 20+
- Hoppscotch Desktop (optional, for local store / env vars)
- Hoppscotch PAT with team workspace access (generate in Hoppscotch)
Cursor setup
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"hoppscotch": {
"command": "npx",
"args": ["-y", "hoppscotch-desktop-mcp"],
"env": {
"HOPPSCOTCH_PAT": "pat-your-token-here",
"HOPPSCOTCH_API": "https://api.hoppscotch.io"
}
}
}
}Reload MCP in Cursor after saving.
Environment variables
| Variable | Required | Default |
|----------|----------|---------|
| HOPPSCOTCH_PAT | Yes | — |
| HOPPSCOTCH_API | No | https://api.hoppscotch.io |
| HOPPSCOTCH_DESKTOP_URL | No | http://127.0.0.1:15000 |
| HOPPSCOTCH_STORE | No | macOS Desktop store path |
Tools
hoppscotch_statushoppscotch_list_open_requestshoppscotch_get_collectionhoppscotch_get_environmenthoppscotch_run_collectionhoppscotch_run_open_requesthoppscotch_run_request
License
MIT
