Skip to content
Cursor

Skim MCP Server for Cursor

io.github.luw2007/skim-mcp-server

MCP server for Skim code transformation. Compresses code 60-95% for LLM context optimization.

client:Cursor transport:stdio runtime:npm

Install Skim MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "skim-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "skim-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Skim MCP Server in other clients