Skip to main content
Glama

Cursor MCP Installer

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

NameRequiredDescriptionDefault
argsNoArguments to pass to the command
commandNoCommand to execute (e.g., node, npx, python)
envNoEnvironment variables to set, delimited by =
nameYesDisplay name for the MCP server in Cursor
pathNoPath to the MCP server on disk (optional, used instead of command+args)

Input Schema (JSON Schema)

{ "properties": { "args": { "description": "Arguments to pass to the command", "items": { "type": "string" }, "type": "array" }, "command": { "description": "Command to execute (e.g., node, npx, python)", "type": "string" }, "env": { "description": "Environment variables to set, delimited by =", "items": { "type": "string" }, "type": "array" }, "name": { "description": "Display name for the MCP server in Cursor", "type": "string" }, "path": { "description": "Path to the MCP server on disk (optional, used instead of command+args)", "type": "string" } }, "required": [ "name" ], "type": "object" }
Install Server

Other Tools from Cursor MCP Installer

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/matthewdcage/cursor-mcp-installer'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server