DevUtils MCP Server for Cursor
io.github.paladini/devutils-mcp-server
36 local developer utilities for AI agents. Hash, encoding, UUID, JWT, JSON, network, text.
client:Cursor
transport:stdio
runtime:npm
Install DevUtils MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"devutils-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"devutils-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs