MCP server for ChangeNOW — non-custodial crypto swaps and exchange rates for AI agents. 900+ coins, no account required.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"changenow-mcp-server": {
"command": "npx",
"args": [
"-y",
"changenowio/changenow-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add changenow-mcp-server npx -y changenowio/changenow-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"changenow-mcp-server": {
"command": "npx",
"args": [
"-y",
"changenowio/changenow-mcp-server"
]
}
}
}