📦
Cursor MCP Server
Cursor MCP Server implementation
0 installs
42 stars
3 forks
Trust: 48 — Fair
Devtools
Installation
npx cursor-mcp-serverAsk AI about Cursor MCP Server
Powered by Claude · Grounded in docs
I know everything about Cursor MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Cursor Background Agents MCP Server
MCP server for Cursor's Background Agents API.
Setup
- Install dependencies:
bun install
- Create a
.envfile 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
