hikingproject mcp for Cursor
io.github.mrfentmen/hikingproject-mcp
Hiking trails: nearby search and lookup.
client:Cursor
transport:stdio
runtime:npm
Install hikingproject mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hikingproject-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hikingproject-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs