terradeed mcp server for Cursor
io.github.terradeed/terradeed-mcp-server
TerraDeed MCP server — x402 web scraping & structured extraction. Pay-per-call with USDC on Base.
client:Cursor
transport:stdio
runtime:npm
Install terradeed mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"terradeed-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"terradeed-mcp-server"
],
"env": {
"TERRADEED_PRIVATE_KEY": "<TERRADEED_PRIVATE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs