jmespath mcp for Cursor
io.github.mukundakatta/jmespath-mcp
Run JMESPath queries against JSON. Pure JS, no native binary needed.
client:Cursor
transport:stdio
runtime:npm
Install jmespath mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"jmespath-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mukundakatta/jmespath-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs