mcp-cursor-server

dennisonbertram/mcp-cursor-server

3.1

If you are the rightful owner of mcp-cursor-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

Cursor Background Agents MCP Server facilitates the integration of background agents with the Cursor platform using the Model Context Protocol (MCP).

Cursor Background Agents MCP Server

MCP server for Cursor's Background Agents API.

Setup

  1. Install dependencies:
bun install
  1. Create a .env file and set your API key:
echo "CURSOR_API_KEY=your-api-key-here" > .env

Configure in Cursor

Add to your Cursor MCP settings:

{
  "mcpServers": {
    "cursor": {
      "command": "node",
      "args": ["run", "/path/to/cursor-mcp-server/index.js"],
      "envFile": ".env"
    }
  }
}

License

MIT