Skip to content
Cursor

devpick for Cursor

io.github.kimbobmarley03/devpick

43 local developer tools for AI agents: PDF, subnet, regex, JSON, conversion, and more.

client:Cursor transport:stdio runtime:npm

Install devpick in Cursor

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

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

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

devpick in other clients