mcp server commands for Cursor
io.github.bytedance/mcp-server-commands
An MCP server to run arbitrary commands
client:Cursor
transport:stdio
runtime:npm
Install mcp server commands in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server-commands": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agent-infra/mcp-server-commands"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs