Ashfields MCP Server for Cursor
io.github.smoke711711/ashfields-mcp-server
Burn $ASH to mint on-chain NFTs on Ethereum. No browser. Two agent tool calls.
client:Cursor
transport:stdio
runtime:npm
Install Ashfields MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ashfields-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ashfields-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs