agent toolbelt for Cursor
io.github.rccola990-cloud/agent-toolbelt
MCP tools for AI agents: fetch any URL as clean text, live crypto prices, review & bid drafting.
client:Cursor
transport:stdio
runtime:npm
Install agent toolbelt in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-toolbelt": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rileycraig/agent-toolbelt"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs