anp2 mcp server for Claude Desktop
io.github.anp2dev/anp2-mcp-server
AI-agent economic protocol over MCP — identity, reputation, tasks, credit, Sybil resistance
client:Claude Desktop
transport:stdio
runtime:pypi
Install anp2 mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"anp2-mcp-server": {
"command": "uvx",
"args": [
"anp2-mcp-server"
],
"env": {
"ANP2_RELAY_URL": "<ANP2_RELAY_URL>",
"ANP2_PRIVATE_KEY": "<ANP2_PRIVATE_KEY>",
"ANP2_KEY_FILE": "<ANP2_KEY_FILE>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs