$ timeahead_
mcp/boltmcpmcp-sdk-node/install/cursor

install @boltmcp/mcp-sdk-node on Cursor

Requires Node 18+ on your system so npx can fetch the package on first run. Cursor reloads its MCP servers automatically the moment the file is saved — no restart needed. Paste the config below, then follow the reload step to register @boltmcp/mcp-sdk-node.

paste into
global: ~/.cursor/mcp.json
project: .cursor/mcp.json (commit alongside your repo)
{
  "mcpServers": {
    "boltmcpmcp-sdk-node": {
      "command": "npx",
      "args": [
        "-y",
        "@boltmcp/mcp-sdk-node"
      ]
    }
  }
}
then: No restart needed — Cursor picks up the change automatically.
← back to @boltmcp/mcp-sdk-node
Install @boltmcp/mcp-sdk-node MCP Server on Cursor | Timeahead