AgentFund for Claude Desktop
io.github.agentigris/agentfund
Fundraising tools for AI agents on Solana: create campaigns, donate via x402, check reputation.
client:Claude Desktop
transport:stdio
runtime:npm
Install AgentFund in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agentfund": {
"command": "npx",
"args": [
"-y",
"@agentfund/mcp"
],
"env": {
"API_BASE_URL": "<API_BASE_URL>",
"API_BEARER_TOKEN": "<API_BEARER_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs