add_to_cursor_config
Configure custom MCP servers in Cursor IDE by specifying display names, commands, arguments, paths, and environment variables for integration.
Instructions
Add any MCP server to Cursor's configuration
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | No | Arguments to pass to the command | |
command | No | Command to execute (e.g., node, npx, python) | |
env | No | Environment variables to set, delimited by = | |
name | Yes | Display name for the MCP server in Cursor | |
path | No | Path to the MCP server on disk (optional, used instead of command+args) |